Home
last modified time | relevance | path

Searched refs:fasync_writers (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dpipe_fs_i.h81 * @fasync_writers: writer side fasync
113 struct fasync_struct *fasync_writers; member
/linux/fs/
H A Dpipe.c402 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in anon_pipe_read()
738 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in pipe_release()
756 retval = fasync_helper(fd, filp, on, &pipe->fasync_writers); in pipe_fasync()