Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/samsung/
Dpinctrl-samsung.c745 unsigned int func_cnt = 0; in samsung_pinctrl_create_functions() local
759 ++func_cnt; in samsung_pinctrl_create_functions()
767 ++func_cnt; in samsung_pinctrl_create_functions()
771 functions = devm_kcalloc(dev, func_cnt, sizeof(*functions), in samsung_pinctrl_create_functions()
781 func_cnt = 0; in samsung_pinctrl_create_functions()
792 ++func_cnt; in samsung_pinctrl_create_functions()
804 ++func_cnt; in samsung_pinctrl_create_functions()
809 *cnt = func_cnt; in samsung_pinctrl_create_functions()
825 unsigned int grp_cnt = 0, func_cnt = 0; in samsung_pinctrl_parse_dt() local
833 functions = samsung_pinctrl_create_functions(dev, drvdata, &func_cnt); in samsung_pinctrl_parse_dt()
[all …]
/Linux-v4.19/kernel/bpf/
Dsyscall.c2000 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
2004 for (i = 0; i < prog->aux->func_cnt; i++) in bpf_prog_get_info_by_fd()
2018 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
2023 for (i = 0; i < prog->aux->func_cnt; i++) { in bpf_prog_get_info_by_fd()
2044 info.nr_jited_ksyms = prog->aux->func_cnt; in bpf_prog_get_info_by_fd()
2068 info.nr_jited_func_lens = prog->aux->func_cnt; in bpf_prog_get_info_by_fd()
Dcore.c357 for (i = 0; i < fp->aux->func_cnt; i++) in bpf_prog_kallsyms_del_subprogs()
1736 for (i = 0; i < aux->func_cnt; i++) in bpf_prog_free_deferred()
1738 if (aux->func_cnt) { in bpf_prog_free_deferred()
Dverifier.c5568 func[i]->aux->func_cnt = env->subprog_cnt; in jit_subprogs()
5605 prog->aux->func_cnt = env->subprog_cnt; in jit_subprogs()
/Linux-v4.19/include/linux/
Dbpf.h280 u32 func_cnt; member
/Linux-v4.19/arch/powerpc/net/
Dbpf_jit_comp64.c718 else if (fp->aux->func && off < fp->aux->func_cnt) in bpf_jit_build_body()