Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_verifier.h675 bool has_tail_call: 1; member
/linux-6.15/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-6.15/kernel/bpf/
H A Dverifier.c3412 subprog[cur_subprog].has_tail_call = true; in check_subprogs()
6497 if (idx && subprog[idx].has_tail_call && depth >= 256) { in check_max_stack_depth_subprog()
6570 if (subprog[sidx].has_tail_call) { in check_max_stack_depth_subprog()
6587 if (subprog[idx].has_tail_call) in check_max_stack_depth_subprog()
6635 if (si[i].has_tail_call) { in check_max_stack_depth()
17674 if (env->subprog_info[i].has_tail_call) { in check_abnormal_return()
17847 if (i && !scalar_return && env->subprog_info[i].has_tail_call) { in check_btf_func()
23000 if (has_refcounted_arg && env->subprog_info[i].has_tail_call) { in check_struct_ops_btf_id()