Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpipe_fs_i.h332 int pipe_resize_ring(struct pipe_inode_info *pipe, unsigned int nr_slots);
/linux/fs/
H A Dpipe.c1291 int pipe_resize_ring(struct pipe_inode_info *pipe, unsigned int nr_slots) in pipe_resize_ring() function
1400 ret = pipe_resize_ring(pipe, nr_slots); in pipe_set_size()
/linux/kernel/
H A Dwatch_queue.c267 ret = pipe_resize_ring(pipe, roundup_pow_of_two(nr_notes)); in watch_queue_set_size()