Searched refs:kill_fasync (Results 1 – 7 of 7) sorted by relevance
/fs/ |
D | pipe.c | 471 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in pipe_read() 480 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in pipe_read() 656 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write() 667 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write() 762 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_release() 763 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in pipe_release()
|
D | fcntl.c | 818 void kill_fasync(struct fasync_struct **fp, int sig, int band) in kill_fasync() function 829 EXPORT_SYMBOL(kill_fasync);
|
D | splice.c | 170 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wakeup_pipe_readers() 247 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in splice_to_pipe() 769 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in wakeup_pipe_writers()
|
D | locks.c | 427 kill_fasync(&fl->fl_fasync, SIGIO, POLL_MSG); in lease_break_callback()
|
D | exec.c | 2066 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wait_for_dump_helpers()
|
/fs/fuse/ |
D | dev.c | 252 kill_fasync(&fc->fasync, SIGIO, POLL_IN); in queue_request() 266 kill_fasync(&fc->fasync, SIGIO, POLL_IN); in fuse_queue_forget() 343 kill_fasync(&fc->fasync, SIGIO, POLL_IN); in queue_interrupt() 1285 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in fuse_dev_splice_read() 2025 kill_fasync(&fc->fasync, SIGIO, POLL_IN); in fuse_abort_conn()
|
D | inode.c | 345 kill_fasync(&fc->fasync, SIGIO, POLL_IN); in fuse_conn_kill()
|