Lines Matching refs:nargs
7362 u32 i, nargs; in btf_distill_func_proto() local
7379 nargs = btf_type_vlen(func); in btf_distill_func_proto()
7380 if (nargs > MAX_BPF_FUNC_ARGS) { in btf_distill_func_proto()
7383 tname, nargs); in btf_distill_func_proto()
7396 for (i = 0; i < nargs; i++) { in btf_distill_func_proto()
7397 if (i == nargs - 1 && args[i].type == 0) { in btf_distill_func_proto()
7421 m->nr_args = nargs; in btf_distill_func_proto()
7680 u32 i, nargs, btf_id; in btf_prepare_func_args() local
7723 nargs = btf_type_vlen(t); in btf_prepare_func_args()
7724 if (nargs > MAX_BPF_FUNC_REG_ARGS) { in btf_prepare_func_args()
7728 tname, nargs, MAX_BPF_FUNC_REG_ARGS); in btf_prepare_func_args()
7746 for (i = 0; i < nargs; i++) { in btf_prepare_func_args()
7909 sub->arg_cnt = nargs; in btf_prepare_func_args()