Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/sched/
Dcore.c3607 static void __wake_up_common(wait_queue_head_t *q, unsigned int mode, in __wake_up_common() function
3637 __wake_up_common(q, mode, nr_exclusive, 0, key); in __wake_up()
3647 __wake_up_common(q, mode, nr, 0, NULL); in __wake_up_locked()
3653 __wake_up_common(q, mode, 1, 0, key); in __wake_up_locked_key()
3687 __wake_up_common(q, mode, nr_exclusive, wake_flags, key); in __wake_up_sync_key()
3719 __wake_up_common(&x->wait, TASK_NORMAL, 1, 0, NULL); in complete()
3739 __wake_up_common(&x->wait, TASK_NORMAL, 0, 0, NULL); in complete_all()