Searched refs:nr_exclusive (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/kernel/sched/ |
D | wait.c | 66 int nr_exclusive, int wake_flags, void *key) in __wake_up_common() argument 74 (flags & WQ_FLAG_EXCLUSIVE) && !--nr_exclusive) in __wake_up_common() 90 int nr_exclusive, void *key) in __wake_up() argument 95 __wake_up_common(q, mode, nr_exclusive, 0, key); in __wake_up() 133 int nr_exclusive, void *key) in __wake_up_sync_key() argument 141 if (unlikely(nr_exclusive != 1)) in __wake_up_sync_key() 145 __wake_up_common(q, mode, nr_exclusive, wake_flags, key); in __wake_up_sync_key() 153 void __wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr_exclusive) in __wake_up_sync() argument 155 __wake_up_sync_key(q, mode, nr_exclusive, NULL); in __wake_up_sync()
|