Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dsplice.c1745 unsigned int i_tail, o_tail; in splice_pipe_to_pipe() local
1767 i_tail = ipipe->tail; in splice_pipe_to_pipe()
1785 if (pipe_empty(i_head, i_tail) && !ipipe->writers) in splice_pipe_to_pipe()
1792 if (pipe_empty(i_head, i_tail) || in splice_pipe_to_pipe()
1813 ibuf = &ipipe->bufs[i_tail & i_mask]; in splice_pipe_to_pipe()
1822 i_tail++; in splice_pipe_to_pipe()
1823 ipipe->tail = i_tail; in splice_pipe_to_pipe()
1882 unsigned int i_tail, o_tail; in link_pipe() local
1893 i_tail = ipipe->tail; in link_pipe()
1913 if (pipe_empty(i_head, i_tail) || in link_pipe()
[all …]