Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dwait.c74 int nr_exclusive, int wake_flags, void *key) in __wake_up_common() argument
83 return nr_exclusive; in __wake_up_common()
92 if (ret && (flags & WQ_FLAG_EXCLUSIVE) && !--nr_exclusive) in __wake_up_common()
96 return nr_exclusive; in __wake_up_common()
100 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() argument
106 remaining = __wake_up_common(wq_head, mode, nr_exclusive, wake_flags, in __wake_up_common_lock()
110 return nr_exclusive - remaining; in __wake_up_common_lock()
125 int nr_exclusive, void *key) in __wake_up() argument
127 return __wake_up_common_lock(wq_head, mode, nr_exclusive, 0, key); in __wake_up()