Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dwait.c188 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_sync_key() function
201 EXPORT_SYMBOL_GPL(__wake_up_sync_key);
208 __wake_up_sync_key(wq_head, mode, nr_exclusive, NULL); in __wake_up_sync()
/Linux-v4.19/include/linux/
Dwait.h191 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, int nr, void *key);
218 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, 1, poll_to_key(m))
/Linux-v4.19/kernel/
Dexit.c1486 __wake_up_sync_key(&parent->signal->wait_chldexit, in __wake_up_parent()