SYNOPSIS void ipc_schedule_free(struct rcu_head * head); ARGUMENTS head RCU callback structure for queued work DESCRIPTION Since RCU callback function is called in bh, we need to defer the vfree to schedule_work. COPYRIGHT