Searched refs:wait_queue_head (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | wait.h | 36 struct wait_queue_head { struct 40 typedef struct wait_queue_head wait_queue_head_t; argument 61 struct wait_queue_head name = __WAIT_QUEUE_HEAD_INITIALIZER(name) 63 extern void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_cl… 76 struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) 126 static inline int waitqueue_active(struct wait_queue_head *wq_head) in waitqueue_active() 139 static inline bool wq_has_single_sleeper(struct wait_queue_head *wq_head) in wq_has_single_sleeper() 152 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper() 165 extern void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry); 166 extern void add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_e… [all …]
|
D | wait_bit.h | 26 void __wake_up_bit(struct wait_queue_head *wq_head, void *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… 33 struct wait_queue_head *bit_waitqueue(void *word, int bit); 245 struct wait_queue_head *__wq_head = __var_waitqueue(var); \
|
D | io_uring.h | 59 struct wait_queue_head wait;
|
/include/trace/hooks/ |
D | sched.h | 277 TP_PROTO(struct wait_queue_head *wq_head, int *done),
|