Searched refs:nr_exclusive (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | wait.c | 58 * The core wakeup function. Non-exclusive wakeups (nr_exclusive == 0) just 59 * wake everything up. If it's an exclusive wakeup (nr_exclusive == small +ve 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() argument 84 return nr_exclusive; in __wake_up_common() 100 if (ret && (flags & WQ_FLAG_EXCLUSIVE) && !--nr_exclusive) { in __wake_up_common() 111 return nr_exclusive; in __wake_up_common() 114 static void __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclusive, int wake_flags, in __wake_up_common_lock() argument 127 nr_exclusive = __wake_up_common(wq_head, mode, nr_exclusive, wake_flags, key, &bookmark); in __wake_up_common_lock() 136 * @nr_exclusive 142 __wake_up(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclusive, void *key) __wake_up() argument [all...] |
Completed in 1 milliseconds