Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Drelay.c1210 size_t nonpad_end = read_subbuf * subbuf_size + subbuf_size - padding; in subbuf_splice_actor() local
1253 if (this_end >= nonpad_end) { in subbuf_splice_actor()
1254 this_len = nonpad_end - cur_pos; in subbuf_splice_actor()
1265 if (this_end >= nonpad_end) { in subbuf_splice_actor()
1279 if (read_start + ret == nonpad_end) in subbuf_splice_actor()