Searched refs:fasync_readers (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | pipe_fs_i.h | 59 struct fasync_struct *fasync_readers; member
|
/Linux-v4.19/fs/ |
D | pipe.c | 467 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write() 478 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write() 572 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_release() 589 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync() 594 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
|
D | coredump.c | 495 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wait_for_dump_helpers()
|
D | splice.c | 171 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wakeup_pipe_readers()
|