Searched refs:plist_head (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/linux/
H A Dplist.h80 struct plist_head { struct
90 struct plist_head plist;
100 * #PLIST_HEAD_INIT - static struct plist_head initializer
102 * @head: struct plist_head variable name
124 * plist_head_init - dynamic struct plist_head initializer
126 * @head: &struct plist_head pointer
129 plist_head_init(struct plist_head *head, spinlock_t *lock)
150 extern void plist_add(struct plist_node *node, struct plist_head *head);
151 extern void plist_del(struct plist_node *node, struct plist_head *head);
196 * plist_head_empty - return !0 if a plist_head i
[all...]
H A Dsched.h914 struct plist_head pi_waiters;

Completed in 80 milliseconds