Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dsched.c4310 int nr_exclusive, int wake_flags, void *key) in __wake_up_common() argument
4318 (flags & WQ_FLAG_EXCLUSIVE) && !--nr_exclusive) in __wake_up_common()
4334 int nr_exclusive, void *key) in __wake_up() argument
4339 __wake_up_common(q, mode, nr_exclusive, 0, key); in __wake_up()
4377 int nr_exclusive, void *key) in __wake_up_sync_key() argument
4385 if (unlikely(!nr_exclusive)) in __wake_up_sync_key()
4389 __wake_up_common(q, mode, nr_exclusive, wake_flags, key); in __wake_up_sync_key()
4397 void __wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr_exclusive) in __wake_up_sync() argument
4399 __wake_up_sync_key(q, mode, nr_exclusive, NULL); in __wake_up_sync()