Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dpipe.c558 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write()
581 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write()
713 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_release()
730 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync()
735 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
Dcoredump.c533 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wait_for_dump_helpers()
Dsplice.c168 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wakeup_pipe_readers()
/Linux-v5.10/include/linux/
Dpipe_fs_i.h74 struct fasync_struct *fasync_readers; member
/Linux-v5.10/kernel/
Dwatch_queue.c127 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in post_one_notification()