Home
last modified time | relevance | path

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

/kernel/trace/
Dbpf_trace.c1725 u32 to_copy; in BPF_CALL_4() local
1742 to_copy = min_t(u32, br_stack->nr * br_entry_size, size); in BPF_CALL_4()
1743 memcpy(buf, br_stack->entries, to_copy); in BPF_CALL_4()
1745 return to_copy; in BPF_CALL_4()