Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Drelay.c1216 int *nonpad_ret) in subbuf_splice_actor() argument
1291 ret = *nonpad_ret = splice_to_pipe(pipe, &spd); in subbuf_splice_actor()
1311 int nonpad_ret = 0; in relay_file_splice_read() local
1317 ret = subbuf_splice_actor(in, ppos, pipe, len, flags, &nonpad_ret); in relay_file_splice_read()
1331 spliced += nonpad_ret; in relay_file_splice_read()
1332 nonpad_ret = 0; in relay_file_splice_read()