Home
last modified time | relevance | path

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

12

/linux-6.14.4/include/linux/
Dwait.h13 typedef struct wait_queue_entry wait_queue_entry_t;
15 typedef int (*wait_queue_func_t)(struct wait_queue_entry *wq_entry, unsigned mode, int flags, void …
16 int default_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int flags, void *key);
28 struct wait_queue_entry { struct
53 struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) argument
80 static inline void init_waitqueue_entry(struct wait_queue_entry *wq_entry, struct task_struct *p) in init_waitqueue_entry()
88 init_waitqueue_func_entry(struct wait_queue_entry *wq_entry, wait_queue_func_t func) in init_waitqueue_func_entry()
164 extern void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry);
165 extern void add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_e…
166 extern void add_wait_queue_priority(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_en…
[all …]
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);
Dsbitmap.h605 struct wait_queue_entry wait;
/linux-6.14.4/kernel/sched/
Dwait.c17 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()
229 prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait()
244 prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int s… in prepare_to_wait_exclusive()
261 void init_wait_entry(struct wait_queue_entry *wq_entry, int flags) in init_wait_entry()
270 long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int … in prepare_to_wait_event()
356 void finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in finish_wait()
382 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function()
[all …]
Dwait_bit.c21 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *arg) in wake_bit_function()
168 var_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, in var_wake_function()
/linux-6.14.4/drivers/gpu/drm/i915/display/
Dintel_display_rps.c15 struct wait_queue_entry wait;
21 static int do_rps_boost(struct wait_queue_entry *_wait, in do_rps_boost()
/linux-6.14.4/rust/helpers/
Dwait.c5 void rust_helper_init_wait(struct wait_queue_entry *wq_entry) in rust_helper_init_wait()
/linux-6.14.4/io_uring/
Dpoll.h16 struct wait_queue_entry wait;
Dpoll.c56 static int io_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync,
59 static inline struct io_kiocb *wqe_to_req(struct wait_queue_entry *wqe) in wqe_to_req()
66 static inline bool wqe_is_double(struct wait_queue_entry *wqe) in wqe_is_double()
393 static int io_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync, in io_poll_wake()
Dwaitid.c263 static int io_waitid_wait(struct wait_queue_entry *wait, unsigned mode, in io_waitid_wait()
Dio_uring.h41 struct wait_queue_entry wq;
Dio-wq.c121 struct wait_queue_entry wait;
1152 static int io_wq_hash_wake(struct wait_queue_entry *wait, unsigned mode, in io_wq_hash_wake()
Drw.c710 static int io_async_buf_func(struct wait_queue_entry *wait, unsigned mode, in io_async_buf_func()
/linux-6.14.4/block/
Dblk-rq-qos.c198 struct wait_queue_entry wq;
206 static int rq_qos_wake_function(struct wait_queue_entry *curr, in rq_qos_wake_function()
Dblk-iocost.c566 struct wait_queue_entry wait;
1468 static int iocg_wake_fn(struct wait_queue_entry *wq_entry, unsigned mode, in iocg_wake_fn()
/linux-6.14.4/rust/kernel/sync/
Dcondvar.rs121 let wait = Opaque::<bindings::wait_queue_entry>::uninit(); in wait_internal()
/linux-6.14.4/kernel/locking/
Dpercpu-rwsem.c119 static int percpu_rwsem_wake_function(struct wait_queue_entry *wq_entry, in percpu_rwsem_wake_function()
/linux-6.14.4/fs/afs/
Dvl_probe.c231 struct wait_queue_entry *waits; in afs_wait_for_vl_probes()
Dfs_probe.c487 struct wait_queue_entry wait; in afs_wait_for_one_fs_probe()
Dinternal.h822 struct wait_queue_entry probe_waiter;
/linux-6.14.4/drivers/gpu/drm/i915/
Di915_sw_fence.c26 BITS_PER_TYPE(typeof_member(struct wait_queue_entry, flags))
Di915_active.c632 struct wait_queue_entry base;
/linux-6.14.4/fs/
Daio.c187 struct wait_queue_entry wait;
1114 struct wait_queue_entry w;
1786 static int aio_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync, in aio_poll_wake()
Deventpoll.c1970 static int ep_autoremove_wake_function(struct wait_queue_entry *wq_entry, in ep_autoremove_wake_function()
/linux-6.14.4/net/vmw_vsock/
Daf_vsock.c2095 struct wait_queue_entry *wait, in vsock_connectible_wait_data()

12