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

/linux-master/include/linux/
H A Dpipe_fs_i.h52 * @fasync_readers: reader side fasync
76 struct fasync_struct *fasync_readers; member in struct:pipe_inode_info
/linux-master/fs/
H A Dpipe.c578 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN);
603 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN);
737 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN);
754 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers);
759 fasync_helper(-1, filp, 0, &pipe->fasync_readers);
H A Dcoredump.c475 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN);
H A Dsplice.c183 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN);
/linux-master/kernel/
H A Dwatch_queue.c146 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN);

Completed in 135 milliseconds