Home
last modified time | relevance | path

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

/linux/include/linux/
H A 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 …]
H 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);
H A Dsbitmap.h588 struct wait_queue_entry wait;
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_rps.c18 struct wait_queue_entry wait;
24 static int do_rps_boost(struct wait_queue_entry *_wait, in do_rps_boost()
/linux/rust/helpers/
H A Dwait.c5 void rust_helper_init_wait(struct wait_queue_entry *wq_entry) in rust_helper_init_wait()
/linux/block/
H A Dblk-rq-qos.c200 struct wait_queue_entry wq;
207 static int rq_qos_wake_function(struct wait_queue_entry *curr, in rq_qos_wake_function()
H A 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/rust/kernel/sync/
H A Dcondvar.rs120 let wait = Opaque::<bindings::wait_queue_entry>::uninit(); in wait_internal()
/linux/kernel/locking/
H A Dpercpu-rwsem.c119 static int percpu_rwsem_wake_function(struct wait_queue_entry *wq_entry, in percpu_rwsem_wake_function()
/linux/fs/afs/
H A Dvl_probe.c231 struct wait_queue_entry *waits; in afs_wait_for_vl_probes()
H A Dfs_probe.c499 struct wait_queue_entry wait; in afs_wait_for_one_fs_probe()
H A Dinternal.h822 struct wait_queue_entry probe_waiter;
/linux/io_uring/
H A Dwaitid.c223 static int io_waitid_wait(struct wait_queue_entry *wait, unsigned mode, in io_waitid_wait()
H A Dio_uring.h43 struct wait_queue_entry wq;
H A Dio-wq.c128 struct wait_queue_entry wait;
1201 static int io_wq_hash_wake(struct wait_queue_entry *wait, unsigned mode, in io_wq_hash_wake()
H A Dio_uring.c2418 static int io_wake_function(struct wait_queue_entry *curr, unsigned int mode, in io_wake_function()
/linux/drivers/gpu/drm/i915/
H A Di915_sw_fence.c26 BITS_PER_TYPE(typeof_member(struct wait_queue_entry, flags))
H A Di915_active.c632 struct wait_queue_entry base;
/linux/fs/
H A Deventpoll.c1969 static int ep_autoremove_wake_function(struct wait_queue_entry *wq_entry, in ep_autoremove_wake_function()
/linux/drivers/tty/
H A Dn_tty.c2149 struct wait_queue_entry *wait, long *timeout) in n_tty_wait_for_input()
/linux/net/vmw_vsock/
H A Daf_vsock.c2179 struct wait_queue_entry *wait, in vsock_connectible_wait_data()
/linux/drivers/media/dvb-core/
H A Ddvb_frontend.c296 struct wait_queue_entry wait; in dvb_frontend_get_event()
/linux/mm/
H A Dfilemap.c1226 struct wait_queue_entry *wait) in folio_trylock_flag()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c4932 static long must_wait_woken(struct wait_queue_entry *wq_entry, long timeout) in must_wait_woken()