Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dwait.c222 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) in __wake_up_sync() function
226 EXPORT_SYMBOL_GPL(__wake_up_sync); /* For internal use only */
/linux/rust/kernel/sync/
H A Dcondvar.rs222 unsafe { bindings::__wake_up_sync(self.wait_queue_head.get(), TASK_NORMAL) }; in notify_sync()