Searched refs:tail_calls (Results 1 – 4 of 4) sorted by relevance
825 bc_vec_push(&p->tail_calls, &temp); in bc_program_read()2420 assert(p->stack.len == p->tail_calls.len); in bc_program_nquit()2433 for (i = 0; val && i < p->tail_calls.len; ++i) in bc_program_nquit()2436 size_t calls = *((size_t*) bc_vec_item_rev(&p->tail_calls, i)) + 1; in bc_program_nquit()2457 bc_vec_npop(&p->tail_calls, i); in bc_program_nquit()2469 size_t i, amt, len = p->tail_calls.len; in bc_program_execStackLen()2475 amt += *((size_t*) bc_vec_item(&p->tail_calls, i)); in bc_program_execStackLen()2501 assert(p->stack.len == p->tail_calls.len); in bc_program_execStr()2622 size_t* call_ptr = bc_vec_top(&p->tail_calls); in bc_program_execStr()2632 else bc_vec_push(&p->tail_calls, &ip.idx); in bc_program_execStr()[all …]
37 tailcalls # tail_calls are not allowed in non-JITed programs with bp…
130 BcVec tail_calls; member
236 | **# bpftool prog loadall tail_calls.o /sys/fs/bpf/foo type xdp**