Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpipe_fs_i.h287 int pipe_resize_ring(struct pipe_inode_info *pipe, unsigned int nr_slots);
/openbmc/linux/fs/
H A Dpipe.c1262 int pipe_resize_ring(struct pipe_inode_info *pipe, unsigned int nr_slots) in pipe_resize_ring() function
1367 ret = pipe_resize_ring(pipe, nr_slots); in pipe_set_size()
/openbmc/linux/kernel/
H A Dwatch_queue.c268 ret = pipe_resize_ring(pipe, roundup_pow_of_two(nr_notes)); in watch_queue_set_size()