Home
last modified time | relevance | path

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

/Linux-v6.6/fs/
Dpipe.c571 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write()
596 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write()
730 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_release()
747 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync()
752 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
Dcoredump.c475 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wait_for_dump_helpers()
Dsplice.c183 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wakeup_pipe_readers()
/Linux-v6.6/include/linux/
Dpipe_fs_i.h76 struct fasync_struct *fasync_readers; member
/Linux-v6.6/kernel/
Dwatch_queue.c146 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in post_one_notification()