Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c2751 #define MAX_PASSES 20 macro
2752 #define PADDING_PASSES (MAX_PASSES - 5)
2830 for (pass = 0; pass < MAX_PASSES || image; pass++) { in bpf_int_jit_compile()