Searched refs:BPF_MAX_LOOPS (Results 1 – 7 of 7) sorted by relevance
16 #define BPF_MAX_LOOPS (1<<23) macro95 if (ret < 1 || ret > BPF_MAX_LOOPS) { in parse_arg()97 ret, BPF_MAX_LOOPS); in parse_arg()
158 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()
55 bpf_repeat(BPF_MAX_LOOPS) { in stream_deadlock()
139 bpf_repeat(BPF_MAX_LOOPS) { in dispatch_to_cpu()
446 bpf_repeat(BPF_MAX_LOOPS) { in BPF_STRUCT_OPS()
740 if (nr_loops > BPF_MAX_LOOPS) in BPF_CALL_4()786 if ((s64)end - (s64)start > BPF_MAX_LOOPS) { in bpf_iter_num_new()
2268 BPF_MAX_LOOPS = 8 * 1024 * 1024, enumerator