Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpipe_fs_i.h57 struct fasync_struct *fasync_readers; member
/linux-4.1.27/fs/
Dpipe.c454 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write()
465 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write()
559 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_release()
576 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync()
581 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
Dcoredump.c461 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wait_for_dump_helpers()
Dsplice.c168 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wakeup_pipe_readers()
248 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in splice_to_pipe()
/linux-4.1.27/fs/fuse/
Ddev.c1441 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in fuse_dev_splice_read()