Searched refs:nr_exclusive (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/kernel/sched/ |
D | wait.c | 66 int nr_exclusive, int wake_flags, void *key, in __wake_up_common() argument 83 return nr_exclusive; in __wake_up_common() 95 if (ret && (flags & WQ_FLAG_EXCLUSIVE) && !--nr_exclusive) in __wake_up_common() 106 return nr_exclusive; in __wake_up_common() 110 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() argument 121 nr_exclusive = __wake_up_common(wq_head, mode, nr_exclusive, wake_flags, key, &bookmark); in __wake_up_common_lock() 126 nr_exclusive = __wake_up_common(wq_head, mode, nr_exclusive, in __wake_up_common_lock() 143 int nr_exclusive, void *key) in __wake_up() argument 145 __wake_up_common_lock(wq_head, mode, nr_exclusive, 0, key); in __wake_up() 189 int nr_exclusive, void *key) in __wake_up_sync_key() argument [all …]
|