Home
last modified time | relevance | path

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

/linux/fs/
H A Dpipe.c570 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in anon_pipe_write()
595 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in anon_pipe_write()
737 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_release()
754 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync()
759 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
/linux/include/linux/
H A Dpipe_fs_i.h112 struct fasync_struct *fasync_readers; member