Home
last modified time | relevance | path

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

/tools/testing/selftests/arm64/signal/
A Dtest_signals_utils.c185 size_t to_copy; in handle_signal_copyctx() local
206 to_copy = __builtin_offsetof(ucontext_t, in handle_signal_copyctx()
208 to_copy += offset + sizeof(struct extra_context) + 16; in handle_signal_copyctx()
209 to_copy += extra->size; in handle_signal_copyctx()
213 to_copy = sizeof(ucontext_t); in handle_signal_copyctx()
216 if (to_copy > td->live_sz) { in handle_signal_copyctx()
219 td->live_sz, to_copy); in handle_signal_copyctx()
223 memcpy(td->live_uc, uc, to_copy); in handle_signal_copyctx()
238 to_copy); in handle_signal_copyctx()
/tools/objtool/
A Dbuiltin-check.c190 size_t to_copy, copied; in copy_file() local
217 for (to_copy = stat.st_size; to_copy > 0; to_copy -= copied) { in copy_file()
218 copied = sendfile(dst_fd, src_fd, &offset, to_copy); in copy_file()

Completed in 5 milliseconds