Searched refs:bpf_for_each (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | iters_testmod_seq.c | 29 bpf_for_each(testmod_seq, i, 1000, 0) sum += *i; in testmod_seq_empty() 47 bpf_for_each(testmod_seq, i, 1000, 1000) sum += *i; in testmod_seq_full() 68 bpf_for_each(testmod_seq, i, 10, 2000000) { in testmod_seq_truncated()
|
H A D | iters.c | 154 bpf_for_each(num, v, 5, 10) { in iter_bpf_for_each_macro()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf_helpers.h | 305 #ifndef bpf_for_each 333 #define bpf_for_each(type, cur, args...) for ( \ macro
|