Searched refs:__wake_up_sync (Results 1 – 2 of 2) sorted by relevance
222 unsafe { bindings::__wake_up_sync(self.wait_queue_head.get(), TASK_NORMAL) }; in notify_sync()
218 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode);226 #define wake_up_sync(x) __wake_up_sync(x, TASK_NORMAL)231 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE)