__wake_up_sync 146 include/linux/wait.h extern void __wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr); __wake_up_sync 163 include/linux/wait.h #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE, 1)