Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dwait.c153 void __wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr_exclusive) in __wake_up_sync() function
157 EXPORT_SYMBOL_GPL(__wake_up_sync); /* For internal use only */
/linux-4.4.14/include/linux/
Dwait.h153 void __wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr);
174 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE, 1)