Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dwait.h215 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, void *key);
247 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
/linux/kernel/
H A Dexit.c1603 __wake_up_sync_key(&parent->signal->wait_chldexit, in __wake_up_parent()