__wake_up_sync    206 include/linux/wait.h void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode, int nr);
__wake_up_sync    217 include/linux/wait.h #define wake_up_interruptible_sync(x)	__wake_up_sync((x), TASK_INTERRUPTIBLE, 1)
__wake_up_sync    207 kernel/sched/wait.c EXPORT_SYMBOL_GPL(__wake_up_sync);	/* For internal use only */