Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/sched/
Dcore.c3608 int nr_exclusive, int wake_flags, void *key) in __wake_up_common() argument
3616 (flags & WQ_FLAG_EXCLUSIVE) && !--nr_exclusive) in __wake_up_common()
3632 int nr_exclusive, void *key) in __wake_up() argument
3637 __wake_up_common(q, mode, nr_exclusive, 0, key); in __wake_up()
3675 int nr_exclusive, void *key) in __wake_up_sync_key() argument
3683 if (unlikely(!nr_exclusive)) in __wake_up_sync_key()
3687 __wake_up_common(q, mode, nr_exclusive, wake_flags, key); in __wake_up_sync_key()
3695 void __wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr_exclusive) in __wake_up_sync() argument
3697 __wake_up_sync_key(q, mode, nr_exclusive, NULL); in __wake_up_sync()