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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c52 #define MAX_TEST_INSNS 1000000 macro
305 while (i < MAX_TEST_INSNS - MAX_JMP_SEQ * 4)
334 while (i < MAX_TEST_INSNS - MAX_JMP_SEQ * 4)
1039 test->fill_insns = calloc(MAX_TEST_INSNS, sizeof(struct bpf_insn));

Completed in 88 milliseconds