Searched refs:nr_exclusive (Results 1 – 1 of 1) sorted by relevance
/kernel/sched/ |
D | wait.c | 83 int nr_exclusive, int wake_flags, void *key, in __wake_up_common() argument 100 return nr_exclusive; in __wake_up_common() 112 if (ret && (flags & WQ_FLAG_EXCLUSIVE) && !--nr_exclusive) in __wake_up_common() 123 return nr_exclusive; in __wake_up_common() 127 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() argument 139 nr_exclusive = __wake_up_common(wq_head, mode, nr_exclusive, in __wake_up_common_lock() 156 int nr_exclusive, void *key) in __wake_up() argument 158 __wake_up_common_lock(wq_head, mode, nr_exclusive, 0, key); in __wake_up()
|