Home
last modified time | relevance | path

Searched refs:real_func_cnt (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/gdb/linux/
H A Dbpf.py91 real_func_cnt = int(aux["real_func_cnt"])
92 for i in range(1, real_func_cnt):
/linux/kernel/bpf/
H A Dcore.c537 for (i = 0; i < fp->aux->real_func_cnt; i++) in bpf_prog_kallsyms_del_subprogs()
1333 off >= 0 && off < prog->aux->real_func_cnt) in bpf_jit_get_func_addr()
3087 for (i = 0; i < aux->real_func_cnt; i++) { in bpf_prog_free_deferred()
3095 if (aux->real_func_cnt) { in bpf_prog_free_deferred()
H A Dfixups.c1243 func[i]->aux->real_func_cnt = env->subprog_cnt; in jit_subprogs()
1303 prog->aux->real_func_cnt = env->subprog_cnt; in jit_subprogs()
H A Dsyscall.c3173 __bpf_prog_put_noref(prog, prog->aux->real_func_cnt); in BTF_ID_LIST_GLOBAL_SINGLE()
/linux/include/linux/
H A Dbpf.h1750 u32 real_func_cnt; /* includes hidden progs, only used for JIT and freeing progs */ member