Searched refs:fasync_readers (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/fs/ |
D | pipe.c | 577 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write() 602 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write() 734 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_release() 751 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync() 756 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
|
D | coredump.c | 480 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wait_for_dump_helpers()
|
D | splice.c | 183 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wakeup_pipe_readers()
|
/linux-6.14.4/include/linux/ |
D | pipe_fs_i.h | 112 struct fasync_struct *fasync_readers; member
|
/linux-6.14.4/kernel/ |
D | watch_queue.c | 146 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in post_one_notification()
|