Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | plist_check_head(h) do { } while (0) |
Functions | |
void | plist_add (struct plist_node *node, struct plist_head *head) |
void | plist_del (struct plist_node *node, struct plist_head *head) |
void plist_add | ( | struct plist_node * | node, |
struct plist_head * | head | ||
) |
plist_add - add to
: &struct plist_node pointer : &struct plist_head pointer
void plist_del | ( | struct plist_node * | node, |
struct plist_head * | head | ||
) |
plist_del - Remove a from plist.
: &struct plist_node pointer - entry to be removed : &struct plist_head pointer - list head