Searched refs:wait_queue_entry (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/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 *key);
16 int default_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int flags, void *key);
18 /* wait_queue_entry::flags */
28 struct wait_queue_entry { struct
53 struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk)
80 static inline void init_waitqueue_entry(struct wait_queue_entry *wq_entry, struct task_struct *p)
88 init_waitqueue_func_entry(struct wait_queue_entry *wq_entry, wait_queue_func_t func)
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_entr
[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.h600 struct wait_queue_entry wait;
/linux-master/kernel/sched/
H A Dwait.c17 void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry)
28 void add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry)
39 void add_wait_queue_priority(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry)
50 void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry)
229 prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state)
244 prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state)
261 void init_wait_entry(struct wait_queue_entry *wq_entry, int flags)
270 long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state)
356 void finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry)
382 int autoremove_wake_function(struct wait_queue_entry *wq_entr
[all...]
H A Dwait_bit.c21 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *arg)
160 var_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode,
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_rps.c15 struct wait_queue_entry wait;
21 static int do_rps_boost(struct wait_queue_entry *_wait,
/linux-master/io_uring/
H A Dpoll.h16 struct wait_queue_entry wait;
H A Dpoll.c55 static int io_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync,
58 static inline struct io_kiocb *wqe_to_req(struct wait_queue_entry *wqe)
65 static inline bool wqe_is_double(struct wait_queue_entry *wqe)
429 static int io_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync,
H A Dwaitid.c263 static int io_waitid_wait(struct wait_queue_entry *wait, unsigned mode,
H A Dio_uring.h39 struct wait_queue_entry wq;
H A Dio-wq.c119 struct wait_queue_entry wait;
1122 static int io_wq_hash_wake(struct wait_queue_entry *wait, unsigned mode,
H A Drw.c636 static int io_async_buf_func(struct wait_queue_entry *wait, unsigned mode,
/linux-master/rust/
H A Dhelpers.c70 void rust_helper_init_wait(struct wait_queue_entry *wq_entry)
/linux-master/block/
H A Dblk-rq-qos.c198 struct wait_queue_entry wq;
206 static int rq_qos_wake_function(struct wait_queue_entry *curr,
H A Dblk-iocost.c566 struct wait_queue_entry wait;
1458 static int iocg_wake_fn(struct wait_queue_entry *wq_entry, unsigned mode,
/linux-master/kernel/locking/
H A Dpercpu-rwsem.c107 * The return value of wait_queue_entry::func means:
119 static int percpu_rwsem_wake_function(struct wait_queue_entry *wq_entry,
/linux-master/fs/afs/
H A Dvl_probe.c231 struct wait_queue_entry *waits;
H A Dfs_probe.c487 struct wait_queue_entry wait;
H A Dinternal.h832 struct wait_queue_entry probe_waiter;
/linux-master/drivers/gpu/drm/i915/
H A Di915_sw_fence.c26 BITS_PER_TYPE(typeof_member(struct wait_queue_entry, flags))
H A Di915_active.c650 struct wait_queue_entry base;
/linux-master/fs/
H A Daio.c187 struct wait_queue_entry wait;
1120 struct wait_queue_entry w;
1792 static int aio_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync,
H A Deventpoll.c1900 static int ep_autoremove_wake_function(struct wait_queue_entry *wq_entry,
/linux-master/net/vmw_vsock/
H A Daf_vsock.c1981 struct wait_queue_entry *wait,
/linux-master/drivers/media/dvb-core/
H A Ddvb_frontend.c296 struct wait_queue_entry wait;

Completed in 806 milliseconds

12