Home
last modified time | relevance | path

Searched refs:func_cnt (Results 1 – 5 of 5) 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.c5118 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
5122 for (i = 0; i < prog->aux->func_cnt; i++) in bpf_prog_get_info_by_fd()
5136 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
5141 for (i = 0; i < prog->aux->func_cnt; i++) { in bpf_prog_get_info_by_fd()
5162 info.nr_jited_ksyms = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd()
5174 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
5193 info.nr_jited_func_lens = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd()
5202 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
5271 info.nr_prog_tags = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd()
5278 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
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.c10264 for (i = 1; i < prog->aux->func_cnt; i++) { in perf_event_bpf_emit_ksymbols()