Searched refs:func_cnt (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-rk628.c | 1212 unsigned int func_cnt = 0; in rk628_pinctrl_create_functions() local 1230 __func__, func_cnt, func_name); in rk628_pinctrl_create_functions() 1231 ++func_cnt; in rk628_pinctrl_create_functions() 1236 ++func_cnt; in rk628_pinctrl_create_functions() 1238 func_cnt, func_cnt - 1); in rk628_pinctrl_create_functions() 1239 functions = devm_kzalloc(dev, func_cnt * sizeof(*functions), in rk628_pinctrl_create_functions() 1250 func_cnt = 0; in rk628_pinctrl_create_functions() 1262 ++func_cnt; in rk628_pinctrl_create_functions() 1272 dev_dbg(dev, "count %d is for %s function\n", func_cnt, func->name); in rk628_pinctrl_create_functions() 1274 ++func_cnt; in rk628_pinctrl_create_functions() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/samsung/ |
| H A D | pinctrl-samsung.c | 746 unsigned int func_cnt = 0; in samsung_pinctrl_create_functions() local 760 ++func_cnt; in samsung_pinctrl_create_functions() 768 ++func_cnt; in samsung_pinctrl_create_functions() 772 functions = devm_kcalloc(dev, func_cnt, sizeof(*functions), in samsung_pinctrl_create_functions() 782 func_cnt = 0; in samsung_pinctrl_create_functions() 795 ++func_cnt; in samsung_pinctrl_create_functions() 810 ++func_cnt; in samsung_pinctrl_create_functions() 815 *cnt = func_cnt; in samsung_pinctrl_create_functions() 831 unsigned int grp_cnt = 0, func_cnt = 0; in samsung_pinctrl_parse_dt() local 839 functions = samsung_pinctrl_create_functions(dev, drvdata, &func_cnt); in samsung_pinctrl_parse_dt() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | syscall.c | 2273 __bpf_prog_put_noref(prog, prog->aux->func_cnt); in bpf_prog_load() 3514 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd() 3518 for (i = 0; i < prog->aux->func_cnt; i++) in bpf_prog_get_info_by_fd() 3532 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd() 3537 for (i = 0; i < prog->aux->func_cnt; i++) { in bpf_prog_get_info_by_fd() 3558 info.nr_jited_ksyms = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd() 3570 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd() 3589 info.nr_jited_func_lens = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd() 3598 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd() 3665 info.nr_prog_tags = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd() [all …]
|
| H A D | core.c | 519 for (i = 0; i < fp->aux->func_cnt; i++) in bpf_prog_kallsyms_del_subprogs() 948 off >= 0 && off < prog->aux->func_cnt) in bpf_jit_get_func_addr() 2197 for (i = 0; i < aux->func_cnt; i++) in bpf_prog_free_deferred() 2199 if (aux->func_cnt) { in bpf_prog_free_deferred()
|
| H A D | verifier.c | 11253 func[i]->aux->func_cnt = env->subprog_cnt; in jit_subprogs() 11290 prog->aux->func_cnt = env->subprog_cnt; in jit_subprogs()
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | drgn.rst | 134 .func_cnt = (u32)0,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf.h | 800 u32 func_cnt; /* used by non-func prog as the number of func progs */ member
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | core.c | 8685 if (prog->aux->func_cnt == 0) { in perf_event_bpf_emit_ksymbols() 8691 for (i = 0; i < prog->aux->func_cnt; i++) { in perf_event_bpf_emit_ksymbols()
|