Home
last modified time | relevance | path

Searched refs:fasync_readers (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/
H A Dpipe.c571 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in anon_pipe_write()
596 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in anon_pipe_write()
738 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_release()
755 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync()
760 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
H A Dcoredump.c480 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wait_for_dump_helpers()
H A Dsplice.c183 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wakeup_pipe_readers()
/linux-6.15/include/linux/
H A Dpipe_fs_i.h112 struct fasync_struct *fasync_readers; member
/linux-6.15/kernel/
H A Dwatch_queue.c145 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in post_one_notification()