Searched refs:__wake_up_sync_key (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/kernel/sched/ |
D | wait.c | 132 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/ |
D | wait.h | 151 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/ |
D | exit.c | 1469 __wake_up_sync_key(&parent->signal->wait_chldexit, in __wake_up_parent()
|