Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Dwait.c132 void __wake_up_sync_key(wait_queue_head_t *q, unsigned int mode, in __wake_up_sync_key() function
148 EXPORT_SYMBOL_GPL(__wake_up_sync_key);
155 __wake_up_sync_key(q, mode, nr_exclusive, NULL); in __wake_up_sync()
/linux-4.1.27/include/linux/
Dwait.h151 void __wake_up_sync_key(wait_queue_head_t *q, unsigned int mode, int nr, void *key);
186 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, 1, (void *) (m))
/linux-4.1.27/kernel/
Dexit.c1469 __wake_up_sync_key(&parent->signal->wait_chldexit, in __wake_up_parent()