Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dsplice.c1721 unsigned int i_tail, o_tail; in splice_pipe_to_pipe() local
1742 i_tail = ipipe->tail; in splice_pipe_to_pipe()
1765 if (pipe_empty(i_head, i_tail) || in splice_pipe_to_pipe()
1786 ibuf = pipe_buf(ipipe, i_tail); in splice_pipe_to_pipe()
1795 i_tail++; in splice_pipe_to_pipe()
1796 ipipe->tail = i_tail; in splice_pipe_to_pipe()
1855 unsigned int i_tail, o_tail; in link_pipe() local
1865 i_tail = ipipe->tail; in link_pipe()
1883 if (pipe_empty(i_head, i_tail) || in link_pipe()
1887 ibuf = pipe_buf(ipipe, i_tail); in link_pipe()
[all …]