Home
last modified time | relevance | path

Searched refs:wait_queue_head (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.3-rc2/kernel/sched/
A Dwait.c17 void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue()
80 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common()
124 static int __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common_lock()
157 int __wake_up(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up()
167 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked()
179 void __wake_up_locked_key_bookmark(struct wait_queue_head *wq_head, in __wake_up_locked_key_bookmark()
202 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_sync_key()
228 void __wake_up_locked_sync_key(struct wait_queue_head *wq_head, in __wake_up_locked_sync_key()
238 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) in __wake_up_sync()
244 void __wake_up_pollfree(struct wait_queue_head *wq_head) in __wake_up_pollfree()
[all …]
A Dwait_bit.c41 __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-6.3-rc2/include/linux/
A Dwait.h37 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 Dwait_bit.h26 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 Dio_uring_types.h60 struct wait_queue_head wait;
268 struct wait_queue_head sqo_sq_wait;
290 struct wait_queue_head cq_wait;
324 struct wait_queue_head poll_wq;
A Dmmzone.h461 struct wait_queue_head wait;
/linux-6.3-rc2/fs/btrfs/
A Dmisc.h21 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-6.3-rc2/drivers/platform/surface/aggregator/
A Dssh_packet_layer.h97 struct wait_queue_head packet_wq;
102 struct wait_queue_head wq;
/linux-6.3-rc2/io_uring/
A Dsqpoll.h12 struct wait_queue_head wait;
A Dpoll.h13 struct wait_queue_head *head;
A Dio-wq.h30 struct wait_queue_head wait;
A Dpoll.c182 struct wait_queue_head *head = smp_load_acquire(&poll->head); in io_poll_remove_entry()
456 struct wait_queue_head *head; in io_poll_double_prepare()
480 struct wait_queue_head *head, in __io_queue_proc()
535 static void io_poll_queue_proc(struct file *file, struct wait_queue_head *head, in io_poll_queue_proc()
646 static void io_async_queue_proc(struct file *file, struct wait_queue_head *head, in io_async_queue_proc()
/linux-6.3-rc2/fs/xfs/
A Dxfs_pwork.h21 struct wait_queue_head poll_wait;
A Dxfs_dquot.h85 struct wait_queue_head q_pinwait;
A Dxfs_log_priv.h608 struct wait_queue_head *wq, in xlog_wait()
/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A Drtas-work-area.c44 struct wait_queue_head wqh;
/linux-6.3-rc2/drivers/nfc/
A Dvirtual_ncidev.c28 struct wait_queue_head wq;
/linux-6.3-rc2/drivers/media/platform/ti/cal/
A Dcal.h131 struct wait_queue_head wait;
/linux-6.3-rc2/include/net/
A Dtls.h152 struct wait_queue_head wq;
/linux-6.3-rc2/sound/soc/atmel/
A Dmchp-i2s-mcc.c237 struct wait_queue_head wq_txrdy;
238 struct wait_queue_head wq_rxrdy;
/linux-6.3-rc2/drivers/dma/idxd/
A Didxd.h187 struct wait_queue_head err_queue;
/linux-6.3-rc2/drivers/misc/vmw_vmci/
A Dvmci_guest.c59 struct wait_queue_head inout_wq;
/linux-6.3-rc2/drivers/gpu/drm/bridge/
A Dlontium-lt9611uxc.c40 struct wait_queue_head wq;
/linux-6.3-rc2/fs/
A Daio.c182 struct wait_queue_head *head;
1847 aio_poll_queue_proc(struct file *file, struct wait_queue_head *head, in aio_poll_queue_proc()
/linux-6.3-rc2/net/qrtr/
A Daf_qrtr.c144 struct wait_queue_head resume_tx;

Completed in 60 milliseconds

12