Home
last modified time | relevance | path

Searched refs:watch_queue_set_size (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dwatch_queue.h88 extern long watch_queue_set_size(struct pipe_inode_info *, unsigned int);
/openbmc/linux/kernel/
H A Dwatch_queue.c238 long watch_queue_set_size(struct pipe_inode_info *pipe, unsigned int nr_notes) in watch_queue_set_size() function
/openbmc/linux/fs/
H A Dpipe.c638 ret = watch_queue_set_size(pipe, arg); in pipe_ioctl()