Searched refs:fasync_readers (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ |
H A D | pipe.c | 570 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in anon_pipe_write() 595 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in anon_pipe_write() 737 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_release() 754 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync() 759 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
|
/linux/include/linux/ |
H A D | pipe_fs_i.h | 112 struct fasync_struct *fasync_readers; member
|