Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dpipe_fs_i.h163 static inline unsigned int pipe_space_for_user(unsigned int head, unsigned int tail, in pipe_space_for_user() function
/Linux-v5.10/lib/
Diov_iter.c1310 npages = pipe_space_for_user(iter_head, i->pipe->tail, i->pipe); in pipe_get_pages()
1378 npages = pipe_space_for_user(iter_head, i->pipe->tail, i->pipe); in pipe_get_pages_alloc()
1608 npages = pipe_space_for_user(iter_head, pipe->tail, pipe); in iov_iter_npages()