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.c231 if (pipe_has_watch_queue(pipe)) { in pipe_update_tail()
448 if (pipe_has_watch_queue(pipe)) in pipe_write()
1318 if (!pipe_has_watch_queue(pipe)) { in pipe_resize_ring()
1340 if (pipe_has_watch_queue(pipe)) in pipe_set_size()
1391 if (for_splice && pipe_has_watch_queue(pipe)) in get_pipe_info()
/linux/include/linux/
H A Dpipe_fs_i.h134 static inline bool pipe_has_watch_queue(const struct pipe_inode_info *pipe) in pipe_has_watch_queue() function