Home
last modified time | relevance | path

Searched refs:func_cnt (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/pinctrl/
H A Dpinctrl-tps6594.c312 int func_cnt; member
321 .func_cnt = ARRAY_SIZE(tps652g1_pinctrl_functions),
331 .func_cnt = ARRAY_SIZE(tps65224_pinctrl_functions),
341 .func_cnt = ARRAY_SIZE(pinctrl_functions),
375 return pinctrl->func_cnt; in tps6594_pmx_func_cnt()
/linux/kernel/bpf/
H A Dsyscall.c5144 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
5148 for (i = 0; i < prog->aux->func_cnt; i++) in bpf_prog_get_info_by_fd()
5162 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
5167 for (i = 0; i < prog->aux->func_cnt; i++) { in bpf_prog_get_info_by_fd()
5188 info.nr_jited_ksyms = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd()
5200 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
5219 info.nr_jited_func_lens = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd()
5228 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
5297 info.nr_prog_tags = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd()
5304 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
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()
H A Dcore.c234 if (!prog->aux->jited_linfo || prog->aux->func_idx > prog->aux->func_cnt) in bpf_prog_fill_jited_linfo()
/linux/include/linux/
H A Dbpf.h1668 u32 func_cnt; /* used by non-func prog as the number of func progs */ member
/linux/kernel/events/
H A Dcore.c10304 for (i = 1; i < prog->aux->func_cnt; i++) { in perf_event_bpf_emit_ksymbols()