Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dwait.c206 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclusive) in __wake_up_sync() function
210 EXPORT_SYMBOL_GPL(__wake_up_sync); /* For internal use only */
/Linux-v4.19/include/linux/
Dwait.h193 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode, int nr);
204 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE, 1)