Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dcopy.c160 bool try_cfr = true, try_sendfile = true, try_splice = true, copied_something = false; in copy_bytes_full() local
310 try_cfr = try_sendfile = try_splice = false; in copy_bytes_full()
330 … try_sendfile = try_splice = false; /* same logic as above for copy_file_range() */ in copy_bytes_full()
337 if (try_splice) { in copy_bytes_full()
374 try_splice = false; in copy_bytes_full()
380 if (try_splice) { in copy_bytes_full()
386 try_splice = false; in copy_bytes_full()
393try_splice = false; /* same logic as above for copy_file_range() + sendfile() */ in copy_bytes_full()