Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dfixups.c1204 func[i]->aux->func_cnt = env->subprog_cnt - env->hidden_subprog_cnt; in jit_subprogs()
1264 prog->aux->func_cnt = env->subprog_cnt - env->hidden_subprog_cnt; in jit_subprogs()
1440 if (env->hidden_subprog_cnt) { in add_hidden_subprog()
1455 env->hidden_subprog_cnt++; in add_hidden_subprog()
H A Dverifier.c17259 for (i = 0; i < env->subprog_cnt - env->hidden_subprog_cnt; i++) in adjust_btf_func()
/linux/include/linux/
H A Dbpf_verifier.h838 u32 hidden_subprog_cnt; /* number of hidden subprogs */ member