Home
last modified time | relevance | path

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

/fs/
A Dsplice.c1724 unsigned int i_tail, o_tail; in splice_pipe_to_pipe() local
1745 i_tail = ipipe->tail; in splice_pipe_to_pipe()
1768 if (pipe_empty(i_head, i_tail) || in splice_pipe_to_pipe()
1789 ibuf = pipe_buf(ipipe, i_tail); in splice_pipe_to_pipe()
1798 i_tail++; in splice_pipe_to_pipe()
1799 ipipe->tail = i_tail; in splice_pipe_to_pipe()
1858 unsigned int i_tail, o_tail; in link_pipe() local
1868 i_tail = ipipe->tail; in link_pipe()
1886 if (pipe_empty(i_head, i_tail) || in link_pipe()
1890 ibuf = pipe_buf(ipipe, i_tail); in link_pipe()
[all …]

Completed in 5 milliseconds