Searched refs:fasync_writers (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | pipe_fs_i.h | 60 struct fasync_struct *fasync_writers; member
|
| /Linux-v5.4/fs/ |
| D | pipe.c | 357 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in pipe_read() 366 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in pipe_read() 599 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in pipe_release() 617 retval = fasync_helper(fd, filp, on, &pipe->fasync_writers); in pipe_fasync()
|
| D | splice.c | 458 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in wakeup_pipe_writers()
|