plist_head
plist_head_init(struct plist_head *head)
extern void plist_add(struct plist_node *node, struct plist_head *head);
extern void plist_del(struct plist_node *node, struct plist_head *head);
extern void plist_requeue(struct plist_node *node, struct plist_head *head);
static inline int plist_head_empty(const struct plist_head *head)
static inline struct plist_node *plist_first(const struct plist_head *head)
static inline struct plist_node *plist_last(const struct plist_head *head)
struct plist_head head = PLIST_HEAD_INIT(head)
struct plist_head list;
struct plist_head chain;
struct plist_head *head = &rq->rt.pushable_tasks;
struct plist_head pushable_tasks;
void plist_del(struct plist_node *node, struct plist_head *head)
void plist_requeue(struct plist_node *node, struct plist_head *head)
static struct plist_head test_head;
static void plist_check_head(struct plist_head *head)
void plist_add(struct plist_node *node, struct plist_head *head)