Home
last modified time | relevance | path

Searched refs:wq_head (Results 1 – 2 of 2) sorted by relevance

/include/linux/
A Dwait.h64 #define init_waitqueue_head(wq_head) \ argument
68 __init_waitqueue_head((wq_head), #wq_head, &__key); \
127 return !list_empty(&wq_head->head); in waitqueue_active()
140 return list_is_singular(&wq_head->head); in wq_has_single_sleeper()
161 return waitqueue_active(wq_head); in wq_has_sleeper()
173 struct list_head *head = &wq_head->head; in __add_wait_queue()
191 __add_wait_queue(wq_head, wq_entry); in __add_wait_queue_exclusive()
272 if (waitqueue_active(wq_head)) in wake_up_pollfree()
273 __wake_up_pollfree(wq_head); in wake_up_pollfree()
325 finish_wait(&wq_head, &__wq_entry); \
[all …]
A Dwait_bit.h26 void __wake_up_bit(struct wait_queue_head *wq_head, unsigned long *word, int bit);
27 int __wait_on_bit(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit…
28 int __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wai…

Completed in 8 milliseconds