Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dpipe.c493 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write()
504 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write()
598 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_release()
615 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync()
620 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
Dcoredump.c521 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wait_for_dump_helpers()
Dsplice.c170 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wakeup_pipe_readers()
/Linux-v5.4/include/linux/
Dpipe_fs_i.h59 struct fasync_struct *fasync_readers; member