Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Dwait.c185 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_sync_key() function
198 EXPORT_SYMBOL_GPL(__wake_up_sync_key);
205 __wake_up_sync_key(wq_head, mode, nr_exclusive, NULL); in __wake_up_sync()
/Linux-v5.4/include/linux/
Dwait.h204 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, int nr, void *key);
231 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, 1, poll_to_key(m))
/Linux-v5.4/kernel/
Dexit.c1437 __wake_up_sync_key(&parent->signal->wait_chldexit, in __wake_up_parent()