Searched refs:filepart_length (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h213 size_t filepart_length; local
219 filepart_length =
226 if (bpf_cmp_likely(filepart_length, <=, MAX_PATH)) {
227 payload += filepart_length;
482 size_t filepart_length; local
489 filepart_length =
492 bpf_nop_mov(filepart_length);
493 if (bpf_cmp_unlikely(filepart_length, >, MAX_PATH))
495 payload += filepart_length;
496 length += filepart_length;
[all...]

Completed in 212 milliseconds