/linux-6.3-rc2/include/linux/ |
A D | wait.h | 14 typedef struct wait_queue_entry wait_queue_entry_t; 30 struct wait_queue_entry { struct 55 struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) argument 90 init_waitqueue_func_entry(struct wait_queue_entry *wq_entry, wait_queue_func_t func) in init_waitqueue_func_entry() 174 struct wait_queue_entry *wq; in __add_wait_queue() 207 __remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __remove_wait_queue() 286 extern void init_wait_entry(struct wait_queue_entry *wq_entry, int flags); 303 struct wait_queue_entry __wq_entry; \ 1196 void finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry); 1197 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout); [all …]
|
A D | wait_bit.h | 18 struct wait_queue_entry wq_entry; 36 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key);
|
A D | sbitmap.h | 600 struct wait_queue_entry wait;
|
/linux-6.3-rc2/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() 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 add_wait_queue_priority(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue_priority() 50 void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in remove_wait_queue() 264 prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait() 279 prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int s… in prepare_to_wait_exclusive() 296 void init_wait_entry(struct wait_queue_entry *wq_entry, int flags) in init_wait_entry() 391 void finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in finish_wait() 417 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function() 453 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout) in wait_woken() [all …]
|
A D | wait_bit.c | 21 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *arg) in wake_bit_function() 160 var_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, in var_wake_function()
|
/linux-6.3-rc2/io_uring/ |
A D | poll.h | 16 struct wait_queue_entry wait;
|
A D | poll.c | 54 static int io_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync, 57 static inline struct io_kiocb *wqe_to_req(struct wait_queue_entry *wqe) in wqe_to_req() 64 static inline bool wqe_is_double(struct wait_queue_entry *wqe) in wqe_is_double() 416 static int io_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync, in io_poll_wake()
|
A D | io-wq.c | 104 struct wait_queue_entry wait; 1122 static int io_wqe_hash_wake(struct wait_queue_entry *wait, unsigned mode, in io_wqe_hash_wake()
|
A D | rw.c | 578 static int io_async_buf_func(struct wait_queue_entry *wait, unsigned mode, in io_async_buf_func()
|
A D | io_uring.c | 2472 struct wait_queue_entry wq; 2498 static int io_wake_function(struct wait_queue_entry *curr, unsigned int mode, in io_wake_function()
|
/linux-6.3-rc2/block/ |
A D | blk-rq-qos.c | 198 struct wait_queue_entry wq; 206 static int rq_qos_wake_function(struct wait_queue_entry *curr, in rq_qos_wake_function()
|
A D | blk-iocost.c | 566 struct wait_queue_entry wait; 1450 static int iocg_wake_fn(struct wait_queue_entry *wq_entry, unsigned mode, in iocg_wake_fn()
|
/linux-6.3-rc2/kernel/locking/ |
A D | percpu-rwsem.c | 119 static int percpu_rwsem_wake_function(struct wait_queue_entry *wq_entry, in percpu_rwsem_wake_function()
|
/linux-6.3-rc2/fs/afs/ |
A D | fs_probe.c | 236 struct wait_queue_entry *waits; in afs_wait_for_fs_probes() 441 struct wait_queue_entry wait; in afs_wait_for_one_fs_probe()
|
A D | vl_probe.c | 213 struct wait_queue_entry *waits; in afs_wait_for_vl_probes()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_sw_fence.c | 26 BITS_PER_TYPE(typeof_member(struct wait_queue_entry, flags))
|
A D | i915_active.c | 649 struct wait_queue_entry base;
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_atomic_plane.c | 942 struct wait_queue_entry wait; 948 static int do_rps_boost(struct wait_queue_entry *_wait, in do_rps_boost()
|
A D | intel_display.c | 7358 struct wait_queue_entry wait_fence, wait_reset; in intel_atomic_commit_fence_wait()
|
/linux-6.3-rc2/fs/ |
A D | aio.c | 187 struct wait_queue_entry wait; 1757 static int aio_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync, in aio_poll_wake()
|
A D | eventpoll.c | 1758 static int ep_autoremove_wake_function(struct wait_queue_entry *wq_entry, in ep_autoremove_wake_function()
|
/linux-6.3-rc2/net/vmw_vsock/ |
A D | af_vsock.c | 1894 struct wait_queue_entry *wait, in vsock_connectible_wait_data()
|
/linux-6.3-rc2/mm/ |
A D | filemap.c | 1207 struct wait_queue_entry *wait) in folio_trylock_flag()
|