Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Drelay.c1207 size_t nonpad_end = read_subbuf * subbuf_size + subbuf_size - padding; in subbuf_splice_actor() local
1250 if (this_end >= nonpad_end) { in subbuf_splice_actor()
1251 this_len = nonpad_end - cur_pos; in subbuf_splice_actor()
1262 if (this_end >= nonpad_end) { in subbuf_splice_actor()
1276 if (read_start + ret == nonpad_end) in subbuf_splice_actor()