Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dwait.h14 typedef struct wait_queue_entry wait_queue_entry_t;
16 typedef int (*wait_queue_func_t)(struct wait_queue_entry *wq_entry, unsigned mode, int flags, void …
17 int default_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int flags, void *key);
29 struct wait_queue_entry { struct
54 struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) argument
81 static inline void init_waitqueue_entry(struct wait_queue_entry *wq_entry, struct task_struct *p) in init_waitqueue_entry()
89 init_waitqueue_func_entry(struct wait_queue_entry *wq_entry, wait_queue_func_t func) in init_waitqueue_func_entry()
165 extern void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry);
166 extern void add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_e…
167 extern void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry);
[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.h544 struct wait_queue_entry wait;
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dwait.c19 void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue()
30 void add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue_exclusive()
41 void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in remove_wait_queue()
250 prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait()
265 prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int s… in prepare_to_wait_exclusive()
282 void init_wait_entry(struct wait_queue_entry *wq_entry, int flags) in init_wait_entry()
291 long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int … in prepare_to_wait_event()
377 void finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in finish_wait()
403 __sched int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, in autoremove_wake_function()
440 __sched long wait_woken(struct wait_queue_entry *wq_entry, unsigned int mode, long timeout) in wait_woken()
[all …]
H 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()
/OK3568_Linux_fs/kernel/block/
H 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()
H A Dblk-iocost.c566 struct wait_queue_entry wait;
1384 static int iocg_wake_fn(struct wait_queue_entry *wq_entry, unsigned mode, in iocg_wake_fn()
/OK3568_Linux_fs/kernel/fs/afs/
H A Dfs_probe.c230 struct wait_queue_entry *waits; in afs_wait_for_fs_probes()
432 struct wait_queue_entry wait; in afs_wait_for_one_fs_probe()
H A Dvl_probe.c213 struct wait_queue_entry *waits; in afs_wait_for_vl_probes()
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dpercpu-rwsem.c133 static int percpu_rwsem_wake_function(struct wait_queue_entry *wq_entry, in percpu_rwsem_wake_function()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio-wq.c99 struct wait_queue_entry wait;
1104 static int io_wqe_hash_wake(struct wait_queue_entry *wait, unsigned mode, in io_wqe_hash_wake()
H A Dio_uring.c499 struct wait_queue_entry wait;
3437 static int io_async_buf_func(struct wait_queue_entry *wait, unsigned mode, in io_async_buf_func()
5458 static int io_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync, in io_poll_wake()
7405 struct wait_queue_entry wq;
7424 static int io_wake_function(struct wait_queue_entry *curr, unsigned int mode, in io_wake_function()
/OK3568_Linux_fs/kernel/fs/
H A Daio.c188 struct wait_queue_entry wait;
1733 static int aio_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync, in aio_poll_wake()
H A Deventpoll.c1823 static int ep_autoremove_wake_function(struct wait_queue_entry *wq_entry, in ep_autoremove_wake_function()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_active.c681 struct wait_queue_entry base;
/OK3568_Linux_fs/kernel/mm/
H A Dfilemap.c1186 struct wait_queue_entry *wait) in trylock_page_bit_common()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display.c15505 struct wait_queue_entry wait_fence, wait_reset; in intel_atomic_commit_fence_wait()
15863 struct wait_queue_entry wait;
15869 static int do_rps_boost(struct wait_queue_entry *_wait, in do_rps_boost()