Home
last modified time | relevance | path

Searched defs:wq_entry (Results 1 – 8 of 8) sorted by relevance

/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/drivers/tee/optee/
H A Drpc.c16 struct wq_entry { struct
17 struct list_head link;
18 struct completion c;
19 u32 key;
/OK3568_Linux_fs/kernel/include/linux/
H A Dwait.h81 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()
169 …ic inline void __add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __add_wait_queue()
178 __add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __add_wait_queue_exclusive()
184 …oid __add_wait_queue_entry_tail(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __add_wait_queue_entry_tail()
190 …wait_queue_entry_tail_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __add_wait_queue_entry_tail_exclusive()
197 __remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __remove_wait_queue()
H A Dwait_bit.h18 struct wait_queue_entry wq_entry; member
/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/fs/
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/block/
H A Dblk-iocost.c1384 static int iocg_wake_fn(struct wait_queue_entry *wq_entry, unsigned mode, in iocg_wake_fn()