Searched refs:i_tail (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | splice.c | 1436 unsigned int i_tail, o_tail; in splice_pipe_to_pipe() local 1458 i_tail = ipipe->tail; in splice_pipe_to_pipe() 1476 if (pipe_empty(i_head, i_tail) && !ipipe->writers) in splice_pipe_to_pipe() 1483 if (pipe_empty(i_head, i_tail) || in splice_pipe_to_pipe() 1504 ibuf = &ipipe->bufs[i_tail & i_mask]; in splice_pipe_to_pipe() 1513 i_tail++; in splice_pipe_to_pipe() 1514 ipipe->tail = i_tail; in splice_pipe_to_pipe() 1573 unsigned int i_tail, o_tail; in link_pipe() local 1584 i_tail = ipipe->tail; in link_pipe() 1604 if (pipe_empty(i_head, i_tail) || in link_pipe() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | splice.c | 1679 unsigned int i_tail, o_tail; in splice_pipe_to_pipe() local 1701 i_tail = ipipe->tail; in splice_pipe_to_pipe() 1719 if (pipe_empty(i_head, i_tail) && !ipipe->writers) in splice_pipe_to_pipe() 1726 if (pipe_empty(i_head, i_tail) || in splice_pipe_to_pipe() 1747 ibuf = &ipipe->bufs[i_tail & i_mask]; in splice_pipe_to_pipe() 1756 i_tail++; in splice_pipe_to_pipe() 1757 ipipe->tail = i_tail; in splice_pipe_to_pipe() 1816 unsigned int i_tail, o_tail; in link_pipe() local 1827 i_tail = ipipe->tail; in link_pipe() 1847 if (pipe_empty(i_head, i_tail) || in link_pipe() [all...] |
Completed in 5 milliseconds