Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_bpf.c15252 bool has_tail_call; member
15328 .has_tail_call = true,
15339 .has_tail_call = true,
15350 .has_tail_call = true,
15381 .has_tail_call = true,
15394 .has_tail_call = true,
15417 .has_tail_call = true,
15430 .has_tail_call = true,
15443 .has_tail_call = true,
15493 fp->aux->tail_call_reachable = test->has_tail_call; in prepare_tail_call_tests()
/linux/kernel/bpf/
H A Dverifier.c3171 subprog[cur_subprog].has_tail_call = true; in check_subprogs()
5364 if (idx && subprog[idx].has_tail_call && depth >= 256) { in check_max_stack_depth_subprog()
5434 if (subprog[sidx].has_tail_call) { in check_max_stack_depth_subprog()
5460 if (subprog[idx].has_tail_call) in check_max_stack_depth_subprog()
5518 if (si[i].has_tail_call) { in check_max_stack_depth()
19020 if (has_refcounted_arg && env->subprog_info[i].has_tail_call) { in check_struct_ops_btf_id()