/linux/kernel/sched/ |
A D | wait.c | 18 void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue() 81 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common() 125 static void __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common_lock() 154 void __wake_up(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up() 164 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked() 176 void __wake_up_locked_key_bookmark(struct wait_queue_head *wq_head, in __wake_up_locked_key_bookmark() 199 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_sync_key() 225 void __wake_up_locked_sync_key(struct wait_queue_head *wq_head, in __wake_up_locked_sync_key() 235 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) in __wake_up_sync() 241 void __wake_up_pollfree(struct wait_queue_head *wq_head) in __wake_up_pollfree() [all …]
|
A D | wait_bit.c | 41 __wait_on_bit(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, in __wait_on_bit() 61 struct wait_queue_head *wq_head = bit_waitqueue(word, bit); in out_of_line_wait_on_bit() 72 struct wait_queue_head *wq_head = bit_waitqueue(word, bit); in out_of_line_wait_on_bit_timeout() 82 __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, in __wait_on_bit_lock() 114 struct wait_queue_head *wq_head = bit_waitqueue(word, bit); in out_of_line_wait_on_bit_lock() 121 void __wake_up_bit(struct wait_queue_head *wq_head, void *word, int bit) in __wake_up_bit()
|
/linux/include/linux/ |
A 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) 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() 214 void __wake_up_locked_key_bookmark(struct wait_queue_head *wq_head, 219 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode); 220 void __wake_up_pollfree(struct wait_queue_head *wq_head); [all …]
|
A 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/fs/btrfs/ |
A D | misc.h | 13 static inline void cond_wake_up(struct wait_queue_head *wq) in cond_wake_up() 23 static inline void cond_wake_up_nomb(struct wait_queue_head *wq) in cond_wake_up_nomb()
|
/linux/drivers/platform/surface/aggregator/ |
A D | ssh_packet_layer.h | 97 struct wait_queue_head packet_wq; 102 struct wait_queue_head wq;
|
/linux/fs/xfs/ |
A D | xfs_pwork.h | 21 struct wait_queue_head poll_wait;
|
A D | xfs_dquot.h | 93 struct wait_queue_head q_pinwait;
|
A D | xfs_log_priv.h | 617 struct wait_queue_head *wq, in xlog_wait()
|
/linux/fs/ |
A D | io-wq.h | 152 struct wait_queue_head wait;
|
A D | aio.c | 182 struct wait_queue_head *head; 1821 aio_poll_queue_proc(struct file *file, struct wait_queue_head *head, in aio_poll_queue_proc()
|
A D | io_uring.c | 294 struct wait_queue_head wait; 391 struct wait_queue_head sqo_sq_wait; 400 struct wait_queue_head cq_wait; 465 struct wait_queue_head wait; 484 struct wait_queue_head *head; 5377 struct wait_queue_head *head = poll->head; in io_poll_remove_double() 5497 struct wait_queue_head *head, in __io_queue_proc() 5549 static void io_async_queue_proc(struct file *file, struct wait_queue_head *head, in io_async_queue_proc() 5852 static void io_poll_queue_proc(struct file *file, struct wait_queue_head *head, in io_poll_queue_proc()
|
/linux/drivers/media/platform/ti-vpe/ |
A D | cal.h | 131 struct wait_queue_head wait;
|
/linux/sound/soc/atmel/ |
A D | mchp-i2s-mcc.c | 237 struct wait_queue_head wq_txrdy; 238 struct wait_queue_head wq_rxrdy;
|
/linux/drivers/dma/idxd/ |
A D | idxd.h | 171 struct wait_queue_head err_queue;
|
/linux/kernel/rcu/ |
A D | tasks.h | 50 struct wait_queue_head cbs_wq;
|
/linux/drivers/gpu/drm/bridge/ |
A D | lontium-lt9611uxc.c | 39 struct wait_queue_head wq;
|
/linux/include/linux/mlx5/ |
A D | driver.h | 954 struct wait_queue_head wait;
|
/linux/net/qrtr/ |
A D | af_qrtr.c | 144 struct wait_queue_head resume_tx;
|
/linux/drivers/md/ |
A D | dm-writecache.c | 139 struct wait_queue_head freelist_wait; 144 struct wait_queue_head bio_in_progress_wait[2];
|
A D | dm-snap.c | 110 struct wait_queue_head in_progress_wait;
|
/linux/drivers/infiniband/hw/mlx5/ |
A D | mlx5_ib.h | 641 struct wait_queue_head wait;
|
/linux/drivers/dma/ |
A D | tegra20-apb-dma.c | 207 struct wait_queue_head wq;
|
/linux/mm/ |
A D | zsmalloc.c | 273 struct wait_queue_head migration_wait;
|
A D | filemap.c | 1663 struct wait_queue_head *q = folio_waitqueue(folio); in __folio_lock_async()
|