Home
last modified time | relevance | path

Searched refs:wait_queue_entry (Results 1 – 19 of 19) sorted by relevance

/linux/include/linux/
A Dwait.h14 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; \
1167 void finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry);
1168 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout);
[all …]
A Dwait_bit.h18 struct wait_queue_entry wq_entry;
36 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key);
A Dsbitmap.h605 struct wait_queue_entry wait;
/linux/kernel/sched/
A Dwait.c18 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 add_wait_queue_priority(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue_priority()
51 void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in remove_wait_queue()
261 prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait()
276 prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int s… in prepare_to_wait_exclusive()
293 void init_wait_entry(struct wait_queue_entry *wq_entry, int flags) in init_wait_entry()
388 void finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in finish_wait()
414 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function()
450 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout) in wait_woken()
[all …]
A Dwait_bit.c21 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/block/
A Dblk-rq-qos.c204 struct wait_queue_entry wq;
212 static int rq_qos_wake_function(struct wait_queue_entry *curr, in rq_qos_wake_function()
A Dblk-iocost.c564 struct wait_queue_entry wait;
1430 static int iocg_wake_fn(struct wait_queue_entry *wq_entry, unsigned mode, in iocg_wake_fn()
/linux/kernel/locking/
A Dpercpu-rwsem.c117 static int percpu_rwsem_wake_function(struct wait_queue_entry *wq_entry, in percpu_rwsem_wake_function()
/linux/fs/afs/
A Dfs_probe.c236 struct wait_queue_entry *waits; in afs_wait_for_fs_probes()
438 struct wait_queue_entry wait; in afs_wait_for_one_fs_probe()
A Dvl_probe.c213 struct wait_queue_entry *waits; in afs_wait_for_vl_probes()
/linux/drivers/gpu/drm/i915/display/
A Dintel_atomic_plane.c607 struct wait_queue_entry wait;
613 static int do_rps_boost(struct wait_queue_entry *_wait, in do_rps_boost()
A Dintel_display.c9696 struct wait_queue_entry wait_fence, wait_reset; in intel_atomic_commit_fence_wait()
/linux/drivers/gpu/drm/i915/
A Di915_sw_fence.c24 BITS_PER_TYPE(typeof_member(struct wait_queue_entry, flags))
A Di915_active.c671 struct wait_queue_entry base;
/linux/fs/
A Dio-wq.c100 struct wait_queue_entry wait;
1107 static int io_wqe_hash_wake(struct wait_queue_entry *wait, unsigned mode, in io_wqe_hash_wake()
A Daio.c187 struct wait_queue_entry wait;
1731 static int aio_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync, in aio_poll_wake()
A Dio_uring.c488 struct wait_queue_entry wait;
3441 static int io_async_buf_func(struct wait_queue_entry *wait, unsigned mode, in io_async_buf_func()
5448 static int io_poll_double_wake(struct wait_queue_entry *wait, unsigned mode, in io_poll_double_wake()
5581 static int io_async_wake(struct wait_queue_entry *wait, unsigned mode, int sync, in io_async_wake()
5843 static int io_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync, in io_poll_wake()
7568 struct wait_queue_entry wq;
7587 static int io_wake_function(struct wait_queue_entry *curr, unsigned int mode, in io_wake_function()
/linux/net/vmw_vsock/
A Daf_vsock.c1868 struct wait_queue_entry *wait, in vsock_connectible_wait_data()
/linux/mm/
A Dfilemap.c1274 struct wait_queue_entry *wait) in folio_trylock_flag()

Completed in 84 milliseconds