Searched refs:plist_head (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/include/linux/ |
D | plist.h | 81 struct plist_head { struct 117 plist_head_init(struct plist_head *head) in plist_head_init() 134 extern void plist_add(struct plist_node *node, struct plist_head *head); 135 extern void plist_del(struct plist_node *node, struct plist_head *head); 181 static inline int plist_head_empty(const struct plist_head *head) in plist_head_empty() 237 static inline struct plist_node *plist_first(const struct plist_head *head) in plist_first() 249 static inline struct plist_node *plist_last(const struct plist_head *head) in plist_last()
|
D | rtmutex.h | 30 struct plist_head wait_list;
|
D | pm_qos.h | 53 struct plist_head list;
|
D | sched.h | 1476 struct plist_head pi_waiters;
|
/linux-3.4.99/lib/ |
D | plist.c | 32 static struct plist_head test_head; 58 static void plist_check_head(struct plist_head *head) in plist_check_head() 75 void plist_add(struct plist_node *node, struct plist_head *head) in plist_add() 114 void plist_del(struct plist_node *node, struct plist_head *head) in plist_del()
|
/linux-3.4.99/drivers/staging/media/easycap/ |
D | easycap_main.c | 542 struct list_head *plist_head; in easycap_video_submit_urbs() local 562 list_for_each(plist_head, (peasycap->purb_video_head)) { in easycap_video_submit_urbs() 563 pdata_urb = list_entry(plist_head, in easycap_video_submit_urbs() 625 struct list_head *plist_head; in easycap_audio_kill_urbs() local 638 list_for_each(plist_head, peasycap->purb_audio_head) { in easycap_audio_kill_urbs() 639 pdata_urb = list_entry(plist_head, struct data_urb, list_head); in easycap_audio_kill_urbs() 653 struct list_head *plist_head; in easycap_video_kill_urbs() local 667 list_for_each(plist_head, (peasycap->purb_video_head)) { in easycap_video_kill_urbs() 668 pdata_urb = list_entry(plist_head, struct data_urb, list_head); in easycap_video_kill_urbs() 718 struct list_head *plist_head, *plist_next; in easycap_delete() local [all …]
|
D | easycap_sound.c | 68 struct list_head *plist_head; in easycap_audio_submit_urbs() local 97 list_for_each(plist_head, peasycap->purb_audio_head) { in easycap_audio_submit_urbs() 98 pdata_urb = list_entry(plist_head, struct data_urb, list_head); in easycap_audio_submit_urbs()
|
/linux-3.4.99/kernel/ |
D | futex.c | 149 struct plist_head chain; 646 struct plist_head *head; in lookup_pi_state() 1084 struct plist_head *head; in futex_wake() 1132 struct plist_head *head; in futex_wake_op() 1370 struct plist_head *head1; in futex_requeue() 2237 struct plist_head *head; in futex_unlock_pi()
|
/linux-3.4.99/kernel/sched/ |
D | sched.h | 295 struct plist_head pushable_tasks;
|
/linux-3.4.99/Documentation/ |
D | rt-mutex-design.txt | 200 So the head of the list is declared as struct plist_head and nodes that will
|