Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpipe_fs_i.h163 static inline unsigned int pipe_space_for_user(unsigned int head, unsigned int tail, in pipe_space_for_user() function
/OK3568_Linux_fs/kernel/lib/
H A Diov_iter.c1317 npages = pipe_space_for_user(iter_head, i->pipe->tail, i->pipe); in pipe_get_pages()
1385 npages = pipe_space_for_user(iter_head, i->pipe->tail, i->pipe); in pipe_get_pages_alloc()
1618 npages = pipe_space_for_user(iter_head, pipe->tail, pipe); in iov_iter_npages()