Searched refs:MAX_CALL_FRAMES (Results 1 – 3 of 3) sorted by relevance
239 #define MAX_CALL_FRAMES 8 macro242 struct bpf_func_state *frame[MAX_CALL_FRAMES];
702 struct nfp_insn_meta *ret_insn[MAX_CALL_FRAMES]; in nfp_bpf_get_stack_usage()703 unsigned short frame_depths[MAX_CALL_FRAMES]; in nfp_bpf_get_stack_usage()704 unsigned short ret_prog[MAX_CALL_FRAMES]; in nfp_bpf_get_stack_usage()
3820 int ret_insn[MAX_CALL_FRAMES]; in check_max_stack_depth()3821 int ret_prog[MAX_CALL_FRAMES]; in check_max_stack_depth()3892 if (frame >= MAX_CALL_FRAMES) { in check_max_stack_depth()5927 if (state->curframe + 1 >= MAX_CALL_FRAMES) { in __check_func_call()
Completed in 32 milliseconds