IPC_SCHEDULE_FREE
Section: Kernel IPC facilities (9)
Updated: February 2011
Index
Return to Main Contents
NAME
ipc_schedule_free - free ipc + rcu space
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