Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dpyperf100.c3 #define STACK_MAX_LEN 100 macro
H A Dpyperf180.c3 #define STACK_MAX_LEN 180 macro
H A Dpyperf600.c3 #define STACK_MAX_LEN 600 macro
H A Dpyperf50.c3 #define STACK_MAX_LEN 50 macro
H A Dpyperf_subprogs.c3 #define STACK_MAX_LEN 50 macro
H A Dpyperf600_nounroll.c3 #define STACK_MAX_LEN 600 macro
H A Dpyperf_global.c3 #define STACK_MAX_LEN 50 macro
H A Dpyperf.h53 int32_t stack[STACK_MAX_LEN];
237 for (int i = 0; i < STACK_MAX_LEN; ++i) { in __on_event()