/kernel/linux/linux-5.10/kernel/sched/ |
D | wait.c | 9 void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key… in __init_waitqueue_head() 18 void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue() 29 void add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue_exclusive() 40 void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in remove_wait_queue() 66 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common() 110 static void __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common_lock() 139 void __wake_up(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up() 149 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked() 155 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key() 161 void __wake_up_locked_key_bookmark(struct wait_queue_head *wq_head, in __wake_up_locked_key_bookmark() [all …]
|
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()
|
/kernel/linux/linux-5.10/include/linux/ |
D | wait.h | 36 struct wait_queue_head { struct 40 typedef struct wait_queue_head wait_queue_head_t; argument 61 struct wait_queue_head name = __WAIT_QUEUE_HEAD_INITIALIZER(name) 63 extern void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_cl… 76 struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) 126 static inline int waitqueue_active(struct wait_queue_head *wq_head) in waitqueue_active() 139 static inline bool wq_has_single_sleeper(struct wait_queue_head *wq_head) in wq_has_single_sleeper() 152 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper() 165 extern void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry); 166 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); \
|
/kernel/linux/linux-5.10/fs/btrfs/ |
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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_debugfs.h | 36 struct wait_queue_head gpu_hang;
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_pwork.h | 21 struct wait_queue_head poll_wait;
|
D | xfs_dquot.h | 83 struct wait_queue_head q_pinwait;
|
D | xfs_log_priv.h | 571 struct wait_queue_head *wq, in xlog_wait()
|
/kernel/liteos_a/net/telnet/src/ |
D | telnet_dev.c | 140 struct wait_queue_head *wait = NULL; in TelnetOpen() 174 struct wait_queue_head *wait = NULL; in TelnetClose()
|
/kernel/linux/linux-5.10/io_uring/ |
D | io-wq.h | 107 struct wait_queue_head wait;
|
D | io_uring.c | 287 struct wait_queue_head wait; 393 struct wait_queue_head sqo_sq_wait; 402 struct wait_queue_head poll_wait; 403 struct wait_queue_head cq_wait; 468 struct wait_queue_head wait; 487 struct wait_queue_head *head; 5382 struct wait_queue_head *head = smp_load_acquire(&poll->head); in io_poll_remove_entry() 5618 struct wait_queue_head *head, in __io_queue_proc() 5661 static void io_poll_queue_proc(struct file *file, struct wait_queue_head *head, in io_poll_queue_proc() 5728 static void io_async_queue_proc(struct file *file, struct wait_queue_head *head, in io_async_queue_proc()
|
/kernel/linux/linux-5.10/drivers/dma/idxd/ |
D | idxd.h | 103 struct wait_queue_head err_queue;
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0004_linux_fs.patch | 15 struct wait_queue_head *head; 222 @@ -1826,12 +1723,11 @@ aio_poll_queue_proc(struct file *file, struct wait_queue_head *head,
|
/kernel/linux/linux-5.10/sound/soc/atmel/ |
D | mchp-i2s-mcc.c | 229 struct wait_queue_head wq_txrdy; 230 struct wait_queue_head wq_rxrdy;
|
/kernel/linux/linux-5.10/kernel/rcu/ |
D | tasks.h | 50 struct wait_queue_head cbs_wq;
|
/kernel/linux/linux-5.10/fs/ |
D | aio.c | 183 struct wait_queue_head *head; 1823 aio_poll_queue_proc(struct file *file, struct wait_queue_head *head, in aio_poll_queue_proc()
|
/kernel/linux/linux-5.10/net/qrtr/ |
D | qrtr.c | 144 struct wait_queue_head resume_tx;
|
/kernel/linux/linux-5.10/drivers/md/ |
D | dm-writecache.c | 135 struct wait_queue_head freelist_wait; 140 struct wait_queue_head bio_in_progress_wait[2];
|
D | dm-snap.c | 110 struct wait_queue_head in_progress_wait;
|
/kernel/linux/linux-5.10/drivers/dma/ |
D | tegra20-apb-dma.c | 207 struct wait_queue_head wq;
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
D | device_node.c | 35 struct wait_queue_head *waitq;
|
/kernel/linux/linux-5.10/mm/ |
D | zsmalloc.c | 273 struct wait_queue_head migration_wait;
|
D | filemap.c | 1352 struct wait_queue_head *q = page_waitqueue(page); in __wait_on_page_locked_async()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | kernel.patch | 1485 @@ -396,7 +396,8 @@ void finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_en
|