Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/net/
Dbpf_jit_32.c361 #define _STACK_SIZE (ctx->prog->aux->stack_depth + SCRATCH_SIZE) macro
362 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT)
/Linux-v6.1/arch/x86/net/
Dbpf_jit_comp32.c181 #define _STACK_SIZE (stack_depth + SCRATCH_SIZE) macro
183 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT)