Searched defs:wq_entry (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/kernel/sched/ |
D | wait.c | 17 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 remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in remove_wait_queue() 225 prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait() 239 prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int s… in prepare_to_wait_exclusive() 252 void init_wait_entry(struct wait_queue_entry *wq_entry, int flags) in init_wait_entry() 261 long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int … in prepare_to_wait_event() 347 void finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in finish_wait() 373 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function() 409 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout) in wait_woken() [all …]
|
D | wait_bit.c | 20 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *arg) in wake_bit_function() 159 var_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, in var_wake_function()
|
/Linux-v4.19/drivers/tee/optee/ |
D | rpc.c | 24 struct wq_entry { struct 25 struct list_head link; 26 struct completion c; 27 u32 key;
|
/Linux-v4.19/include/linux/ |
D | wait.h | 79 static inline void init_waitqueue_entry(struct wait_queue_entry *wq_entry, struct task_struct *p) in init_waitqueue_entry() 87 init_waitqueue_func_entry(struct wait_queue_entry *wq_entry, wait_queue_func_t func) in init_waitqueue_func_entry() 154 …ic inline void __add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __add_wait_queue() 163 __add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __add_wait_queue_exclusive() 169 …oid __add_wait_queue_entry_tail(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __add_wait_queue_entry_tail() 175 …wait_queue_entry_tail_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __add_wait_queue_entry_tail_exclusive() 182 __remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __remove_wait_queue()
|
D | wait_bit.h | 18 struct wait_queue_entry wq_entry; member
|