Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_hashmap_lookup.c16 #define BPF_MAX_LOOPS (1<<23) macro
95 if (ret < 1 || ret > BPF_MAX_LOOPS) { in parse_arg()
97 ret, BPF_MAX_LOOPS); in parse_arg()
/linux/tools/testing/selftests/bpf/progs/
H A Diters_num.c158 res_max_range = 10 + bpf_iter_num_new(&it, 0, BPF_MAX_LOOPS); in num_max_range()
172 res_e2big_range = bpf_iter_num_new(&it, -1, BPF_MAX_LOOPS); in num_e2big_range()
H A Dstream.c55 bpf_repeat(BPF_MAX_LOOPS) { in stream_deadlock()
/linux/tools/sched_ext/
H A Dscx_central.bpf.c139 bpf_repeat(BPF_MAX_LOOPS) { in dispatch_to_cpu()
H A Dscx_qmap.bpf.c446 bpf_repeat(BPF_MAX_LOOPS) { in BPF_STRUCT_OPS()
/linux/kernel/bpf/
H A Dbpf_iter.c740 if (nr_loops > BPF_MAX_LOOPS) in BPF_CALL_4()
786 if ((s64)end - (s64)start > BPF_MAX_LOOPS) { in bpf_iter_num_new()
/linux/include/linux/
H A Dbpf.h2268 BPF_MAX_LOOPS = 8 * 1024 * 1024, enumerator