Home
last modified time | relevance | path

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

/linux/fs/
H A Dpipe.c230 if (pipe_has_watch_queue(pipe)) { in pipe_update_tail()
447 if (pipe_has_watch_queue(pipe)) in pipe_write()
1322 if (!pipe_has_watch_queue(pipe)) { in pipe_resize_ring()
1344 if (pipe_has_watch_queue(pipe)) in pipe_set_size()
1395 if (for_splice && pipe_has_watch_queue(pipe)) in get_pipe_info()
/linux/include/linux/
H A Dpipe_fs_i.h170 static inline bool pipe_has_watch_queue(const struct pipe_inode_info *pipe) in pipe_has_watch_queue() function