Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/sched/
Dwait.c203 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) in __wake_up_sync() function
207 EXPORT_SYMBOL_GPL(__wake_up_sync); /* For internal use only */
/linux-6.12.1/rust/kernel/sync/
Dcondvar.rs204 unsafe { bindings::__wake_up_sync(self.wait_queue_head.get(), TASK_NORMAL) }; in notify_sync()
/linux-6.12.1/include/linux/
Dwait.h216 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode);
228 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE)