Home
last modified time | relevance | path

Searched refs:real_func_cnt (Results 1 – 4 of 4) 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.c535 for (i = 0; i < fp->aux->real_func_cnt; i++) in bpf_prog_kallsyms_del_subprogs()
1264 off >= 0 && off < prog->aux->real_func_cnt) in bpf_jit_get_func_addr()
3017 for (i = 0; i < aux->real_func_cnt; i++) { in bpf_prog_free_deferred()
3025 if (aux->real_func_cnt) { in bpf_prog_free_deferred()
H A Dsyscall.c3122 __bpf_prog_put_noref(prog, prog->aux->real_func_cnt); in bpf_prog_load()
/linux/include/linux/
H A Dbpf.h1669 u32 real_func_cnt; /* includes hidden progs, only used for JIT and freeing progs */ member