Home
last modified time | relevance | path

Searched refs:wake_up_interruptible_sync (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/
Dpipe.c118 wake_up_interruptible_sync(PIPE_WAIT(*inode)); in pipe_read()
218 wake_up_interruptible_sync(PIPE_WAIT(*inode)); in pipe_write()
/linux-2.4.37.9/include/linux/
Dsched.h615 #define wake_up_interruptible_sync(x) __wake_up_sync((x),TASK_INTERRUPTIBLE, 1) macro