Searched refs:__wake_up_sync (Results 1 – 2 of 2) sorted by relevance
234 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) in __wake_up_sync() function238 EXPORT_SYMBOL_GPL(__wake_up_sync); /* For internal use only */
219 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)