Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/sched/
Dwait.c234 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) in __wake_up_sync() function
238 EXPORT_SYMBOL_GPL(__wake_up_sync); /* For internal use only */
/Linux-v6.1/include/linux/
Dwait.h219 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode);
231 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE)