Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dwait.c18 void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue() argument
29 void add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue_exclusive() argument
40 void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in remove_wait_queue() argument
246 void prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait() argument
261 prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) prepare_to_wait_exclusive() argument
278 init_wait_entry(struct wait_queue_entry *wq_entry, int flags) init_wait_entry() argument
287 prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) prepare_to_wait_event() argument
378 finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) finish_wait() argument
404 autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, int sync, void *key) autoremove_wake_function() argument
440 wait_woken(struct wait_queue_entry *wq_entry, unsigned int mode, long timeout) wait_woken() argument
466 woken_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, int sync, void *key) woken_wake_function() argument
[all...]

Completed in 1 milliseconds