Searched refs:func_cnt (Results 1 – 6 of 6) sorted by relevance
745 unsigned int func_cnt = 0; in samsung_pinctrl_create_functions() local759 ++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() local833 functions = samsung_pinctrl_create_functions(dev, drvdata, &func_cnt); in samsung_pinctrl_parse_dt()[all …]
2000 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()
357 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()
5568 func[i]->aux->func_cnt = env->subprog_cnt; in jit_subprogs()5605 prog->aux->func_cnt = env->subprog_cnt; in jit_subprogs()
280 u32 func_cnt; member
718 else if (fp->aux->func && off < fp->aux->func_cnt) in bpf_jit_build_body()