Searched refs:wait_queue_head (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/kernel/sched/ |
D | wait.c | 8 void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key… in __init_waitqueue_head() 17 void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue() 28 void add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue_exclusive() 39 void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in remove_wait_queue() 65 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common() 109 static void __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common_lock() 142 void __wake_up(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up() 152 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked() 158 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key() 164 void __wake_up_locked_key_bookmark(struct wait_queue_head *wq_head, in __wake_up_locked_key_bookmark() [all …]
|
D | wait_bit.c | 40 __wait_on_bit(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, in __wait_on_bit() 60 struct wait_queue_head *wq_head = bit_waitqueue(word, bit); in out_of_line_wait_on_bit() 71 struct wait_queue_head *wq_head = bit_waitqueue(word, bit); in out_of_line_wait_on_bit_timeout() 81 __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, in __wait_on_bit_lock() 113 struct wait_queue_head *wq_head = bit_waitqueue(word, bit); in out_of_line_wait_on_bit_lock() 120 void __wake_up_bit(struct wait_queue_head *wq_head, void *word, int bit) in __wake_up_bit()
|
/Linux-v4.19/include/linux/ |
D | wait.h | 34 struct wait_queue_head { struct 38 typedef struct wait_queue_head wait_queue_head_t; argument 59 struct wait_queue_head name = __WAIT_QUEUE_HEAD_INITIALIZER(name) 61 extern void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_cl… 74 struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) 124 static inline int waitqueue_active(struct wait_queue_head *wq_head) in waitqueue_active() 137 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper() 150 extern void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry); 151 extern void add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_e… 152 extern void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry); [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); \
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.h | 165 struct wait_queue_head cmsg_wq;
|
/Linux-v4.19/fs/ |
D | aio.c | 171 struct wait_queue_head *head; 1692 aio_poll_queue_proc(struct file *file, struct wait_queue_head *head, in aio_poll_queue_proc()
|
/Linux-v4.19/drivers/md/ |
D | dm-writecache.c | 131 struct wait_queue_head freelist_wait; 134 struct wait_queue_head bio_in_progress_wait[2];
|
/Linux-v4.19/fs/btrfs/ |
D | ctree.h | 3732 static inline void cond_wake_up(struct wait_queue_head *wq) in cond_wake_up() 3742 static inline void cond_wake_up_nomb(struct wait_queue_head *wq) in cond_wake_up_nomb()
|
/Linux-v4.19/block/ |
D | blk-mq.c | 1020 struct wait_queue_head *wq; in blk_mq_mark_tag_wait()
|