Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpipe_fs_i.h59 struct fasync_struct *fasync_readers; member
/Linux-v4.19/fs/
Dpipe.c467 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write()
478 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write()
572 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_release()
589 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync()
594 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
Dcoredump.c495 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wait_for_dump_helpers()
Dsplice.c171 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wakeup_pipe_readers()