Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/net/
Dbpf_jit_comp.c3315 #define MAX_PASSES 20 macro
3316 #define PADDING_PASSES (MAX_PASSES - 5)
3394 for (pass = 0; pass < MAX_PASSES || image; pass++) { in bpf_int_jit_compile()