Searched refs:wq_entry (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | wait.c | 18 void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue() argument 22 wq_entry->flags &= ~WQ_FLAG_EXCLUSIVE; in add_wait_queue() 24 __add_wait_queue(wq_head, wq_entry); in add_wait_queue() 29 void add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue_exclusive() argument 33 wq_entry->flags |= WQ_FLAG_EXCLUSIVE; in add_wait_queue_exclusive() 35 __add_wait_queue_entry_tail(wq_head, wq_entry); in add_wait_queue_exclusive() 40 void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in remove_wait_queue() argument 45 __remove_wait_queue(wq_head, wq_entry); in remove_wait_queue() 246 void prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait() argument 250 wq_entry in prepare_to_wait() 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...] |
/device/soc/rockchip/common/sdk_linux/fs/xfs/ |
H A D | xfs_inode.c | 2661 prepare_to_wait(wq, &wait.wq_entry, TASK_UNINTERRUPTIBLE);
in _xfs_iunpin_wait() 2666 finish_wait(wq, &wait.wq_entry);
in _xfs_iunpin_wait()
|
Completed in 5 milliseconds