Searched refs:wake_up_interruptible_sync (Results 1 – 2 of 2) sorted by relevance
118 wake_up_interruptible_sync(PIPE_WAIT(*inode)); in pipe_read()218 wake_up_interruptible_sync(PIPE_WAIT(*inode)); in pipe_write()
615 #define wake_up_interruptible_sync(x) __wake_up_sync((x),TASK_INTERRUPTIBLE, 1) macro