Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dwait.c207 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_sync_key() function
215 EXPORT_SYMBOL_GPL(__wake_up_sync_key);
245 __wake_up_sync_key(wq_head, mode, NULL); in __wake_up_sync()
/openbmc/linux/include/linux/
H A Dwait.h217 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, void *key);
248 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
/openbmc/linux/kernel/
H A Dexit.c1540 __wake_up_sync_key(&parent->signal->wait_chldexit, in __wake_up_parent()