Searched refs:nr_exclusive (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/sched/ |
| H A D | wait.c | 93 int nr_exclusive, int wake_flags, void *key) in __wake_up_common() argument 102 return nr_exclusive; in __wake_up_common() 111 if (ret && (flags & WQ_FLAG_EXCLUSIVE) && !--nr_exclusive) in __wake_up_common() 115 return nr_exclusive; in __wake_up_common() 119 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() argument 125 remaining = __wake_up_common(wq_head, mode, nr_exclusive, wake_flags, in __wake_up_common_lock() 129 return nr_exclusive - remaining; in __wake_up_common_lock() 144 int nr_exclusive, void *key) in __wake_up() argument 146 return __wake_up_common_lock(wq_head, mode, nr_exclusive, 0, key); in __wake_up()
|