Searched refs:wait_queue_head (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | wait.h | 37 struct wait_queue_head { struct 41 typedef struct wait_queue_head wait_queue_head_t; argument 62 struct wait_queue_head name = __WAIT_QUEUE_HEAD_INITIALIZER(name) 64 extern void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_cl… 77 struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) 127 static inline int waitqueue_active(struct wait_queue_head *wq_head) in waitqueue_active() 140 static inline bool wq_has_single_sleeper(struct wait_queue_head *wq_head) in wq_has_single_sleeper() 153 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper() 166 extern void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry); 167 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 | mmzone.h | 445 struct wait_queue_head wait;
|
/include/trace/hooks/ |
D | sched.h | 395 TP_PROTO(struct wait_queue_head *wq_head, int *done),
|
/include/linux/mlx5/ |
D | driver.h | 372 struct wait_queue_head wait;
|