Searched refs:__wake_up_common (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | wait.c | 66 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclusive, int wake_flags, in __wake_up_common() function 127 nr_exclusive = __wake_up_common(wq_head, mode, nr_exclusive, wake_flags, key, &bookmark); in __wake_up_common_lock() 153 __wake_up_common(wq_head, mode, nr, 0, NULL, NULL); in __wake_up_locked() 159 __wake_up_common(wq_head, mode, 1, 0, key, NULL); in __wake_up_locked_key() 166 __wake_up_common(wq_head, mode, 1, 0, key, bookmark); in __wake_up_locked_key_bookmark() 214 __wake_up_common(wq_head, mode, 1, WF_SYNC, key, NULL); in __wake_up_locked_sync_key()
|
Completed in 2 milliseconds