Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/
Dtest_verifier.c52 #define MAX_TEST_INSNS 1000000 macro
303 while (i < MAX_TEST_INSNS - MAX_JMP_SEQ * 4) in bpf_fill_scale1()
332 while (i < MAX_TEST_INSNS - MAX_JMP_SEQ * 4) in bpf_fill_scale2()
1037 test->fill_insns = calloc(MAX_TEST_INSNS, sizeof(struct bpf_insn)); in do_test_fixup()