| /linux/kernel/sched/ |
| A D | wait.c | 17 void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue() 50 void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in remove_wait_queue() 73 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common() 99 static int __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common_lock() 124 int __wake_up(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up() 139 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked() 167 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_sync_key() 193 void __wake_up_locked_sync_key(struct wait_queue_head *wq_head, in __wake_up_locked_sync_key() 203 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) in __wake_up_sync() 209 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 | 35 struct wait_queue_head { struct 39 typedef struct wait_queue_head wait_queue_head_t; argument 60 struct wait_queue_head name = __WAIT_QUEUE_HEAD_INITIALIZER(name) 75 struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) 125 static inline int waitqueue_active(struct wait_queue_head *wq_head) in waitqueue_active() 138 static inline bool wq_has_single_sleeper(struct wait_queue_head *wq_head) in wq_has_single_sleeper() 151 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper() 215 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr); 216 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode); 217 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); \
|
| A D | io_uring_types.h | 92 struct wait_queue_head wait; 330 struct wait_queue_head cq_wait; 357 struct wait_queue_head sqo_sq_wait; 366 struct wait_queue_head poll_wq; 376 struct wait_queue_head rsrc_quiesce_wq;
|
| /linux/rust/kernel/sync/ |
| A D | condvar.rs | 85 pub(crate) wait_queue_head: Opaque<bindings::wait_queue_head>, 110 wait_queue_head <- Opaque::ffi_init(|slot| unsafe { in new() 129 bindings::prepare_to_wait_exclusive(self.wait_queue_head.get(), wait.get(), wait_state) in wait_internal() 136 unsafe { bindings::finish_wait(self.wait_queue_head.get(), wait.get()) }; in wait_internal() 189 self.wait_queue_head.get(), in notify() 204 unsafe { bindings::__wake_up_sync(self.wait_queue_head.get(), TASK_NORMAL) }; in notify_sync()
|
| /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/btrfs/ |
| A D | misc.h | 21 static inline void cond_wake_up(struct wait_queue_head *wq) in cond_wake_up() 31 static inline void cond_wake_up_nomb(struct wait_queue_head *wq) in cond_wake_up_nomb()
|
| /linux/io_uring/ |
| A D | sqpoll.h | 12 struct wait_queue_head wait;
|
| A D | poll.h | 13 struct wait_queue_head *head;
|
| A D | io-wq.h | 30 struct wait_queue_head wait;
|
| A D | poll.c | 184 struct wait_queue_head *head = smp_load_acquire(&poll->head); in io_poll_remove_entry() 470 struct wait_queue_head *head; in io_poll_double_prepare() 494 struct wait_queue_head *head, in __io_queue_proc() 550 static void io_poll_queue_proc(struct file *file, struct wait_queue_head *head, in io_poll_queue_proc() 670 static void io_async_queue_proc(struct file *file, struct wait_queue_head *head, in io_async_queue_proc()
|
| A D | waitid.c | 30 struct wait_queue_head *head;
|
| /linux/fs/xfs/ |
| A D | xfs_drain.h | 22 struct wait_queue_head dr_waiters;
|
| A D | xfs_pwork.h | 21 struct wait_queue_head poll_wait;
|
| A D | xfs_drain.c | 60 static inline bool has_waiters(struct wait_queue_head *wq_head) in has_waiters()
|
| A D | xfs_dquot.h | 85 struct wait_queue_head q_pinwait;
|
| A D | xfs_log_priv.h | 578 struct wait_queue_head *wq, in xlog_wait()
|
| /linux/drivers/gpu/drm/nouveau/ |
| A D | nouveau_sched.h | 110 struct wait_queue_head wq;
|
| /linux/arch/powerpc/platforms/pseries/ |
| A D | rtas-work-area.c | 44 struct wait_queue_head wqh;
|
| /linux/drivers/md/dm-vdo/indexer/ |
| A D | funnel-requestqueue.c | 51 struct wait_queue_head wait_head;
|
| /linux/drivers/nfc/ |
| A D | virtual_ncidev.c | 28 struct wait_queue_head wq;
|
| /linux/drivers/media/platform/ti/cal/ |
| A D | cal.h | 131 struct wait_queue_head wait;
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| A D | intel_guc.h | 317 struct wait_queue_head wq;
|
| /linux/include/net/ |
| A D | tls.h | 138 struct wait_queue_head wq;
|