Searched refs:plist_head (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | plist.h | 79 struct plist_head { struct 103 struct plist_head head = PLIST_HEAD_INIT(head) 122 plist_head_init(struct plist_head *head) in plist_head_init() 139 extern void plist_add(struct plist_node *node, struct plist_head *head); 140 extern void plist_del(struct plist_node *node, struct plist_head *head); 142 extern void plist_requeue(struct plist_node *node, struct plist_head *head); 210 static inline int plist_head_empty(const struct plist_head *head) in plist_head_empty() 280 static inline struct plist_node *plist_first(const struct plist_head *head) in plist_first() 292 static inline struct plist_node *plist_last(const struct plist_head *head) in plist_last()
|
| H A D | swapfile.h | 10 extern struct plist_head swap_active_head;
|
| H A D | pm_qos.h | 53 struct plist_head list;
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | plist.c | 30 static struct plist_head test_head; 56 static void plist_check_head(struct plist_head *head) in plist_check_head() 73 void plist_add(struct plist_node *node, struct plist_head *head) in plist_add() 113 void plist_del(struct plist_node *node, struct plist_head *head) in plist_del() 147 void plist_requeue(struct plist_node *node, struct plist_head *head) in plist_requeue()
|
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | futex.h | 21 struct plist_head *head, 46 TP_PROTO(struct plist_head *chain, int *target_nr,
|
| H A D | mm.h | 270 TP_PROTO(struct swap_info_struct *p, struct plist_head *swap_avail_heads),
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/ |
| H A D | ion_private.h | 32 struct plist_head heaps;
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | swapfile.c | 89 static struct plist_head *swap_avail_heads; 3879 swap_avail_heads = kmalloc_array(nr_node_ids, sizeof(struct plist_head), in swapfile_init()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | sched.h | 650 struct plist_head pushable_tasks;
|
| H A D | rt.c | 1776 struct plist_head *head = &rq->rt.pushable_tasks; in pick_highest_pushable_task()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | futex.c | 239 struct plist_head chain;
|