Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dwait.h157 void __wake_up_sync_key(wait_queue_head_t *q, unsigned int mode, int nr,
190 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, 1, (void *) (m))
/linux-3.4.99/kernel/
Dexit.c1705 __wake_up_sync_key(&parent->signal->wait_chldexit, in __wake_up_parent()
/linux-3.4.99/kernel/sched/
Dcore.c3674 void __wake_up_sync_key(wait_queue_head_t *q, unsigned int mode, in __wake_up_sync_key() function
3690 EXPORT_SYMBOL_GPL(__wake_up_sync_key);
3697 __wake_up_sync_key(q, mode, nr_exclusive, NULL); in __wake_up_sync()