Home
last modified time | relevance | path

Searched refs:nr_exclusive (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dwait.c81 int nr_exclusive, int wake_flags, void *key, in __wake_up_common() argument
98 return nr_exclusive; in __wake_up_common()
110 if (ret && (flags & WQ_FLAG_EXCLUSIVE) && !--nr_exclusive) in __wake_up_common()
121 return nr_exclusive; in __wake_up_common()
125 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() argument
129 int remaining = nr_exclusive; in __wake_up_common_lock()
143 return nr_exclusive - remaining; in __wake_up_common_lock()
158 int nr_exclusive, void *key) in __wake_up() argument
160 return __wake_up_common_lock(wq_head, mode, nr_exclusive, 0, key); in __wake_up()