Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h231 #define STACK_SLOTS (MAX_BPF_STACK / BPF_HALF_REG_SIZE) /* 128 */ macro
274 for (w = lo; w <= hi && w < STACK_SLOTS; w++) in spis_or_range()
/linux/kernel/bpf/
H A Dliveness.c442 for (spi = 0; spi < STACK_SLOTS / 2 && buf_sz > 0; spi++) { in fmt_spis_mask()
454 } else if (spi + 2 < STACK_SLOTS / 2 && in fmt_spis_mask()
461 while (spi + 1 < STACK_SLOTS / 2 && in fmt_spis_mask()