Searched refs:fasync_readers (Results 1 – 5 of 5) sorted by relevance
/linux/fs/ |
A D | pipe.c | 568 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write() 593 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write() 727 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_release() 744 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync() 749 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
|
A D | coredump.c | 467 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wait_for_dump_helpers()
|
A D | splice.c | 168 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wakeup_pipe_readers()
|
/linux/include/linux/ |
A D | pipe_fs_i.h | 76 struct fasync_struct *fasync_readers; member
|
/linux/kernel/ |
A D | watch_queue.c | 127 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in post_one_notification()
|
Completed in 11 milliseconds