Lines Matching refs:nr_args
2484 u16 nr_args = btf_type_vlen(t), i; in btf_func_proto_log() local
2487 if (!nr_args) { in btf_func_proto_log()
2492 if (nr_args == 1 && !args[0].type) { in btf_func_proto_log()
2501 for (i = 1; i < nr_args - 1; i++) in btf_func_proto_log()
2506 if (nr_args > 1) { in btf_func_proto_log()
2507 const struct btf_param *last_arg = &args[nr_args - 1]; in btf_func_proto_log()
2795 u16 nr_args, i; in btf_func_proto_check() local
2800 nr_args = btf_type_vlen(t); in btf_func_proto_check()
2826 if (!nr_args) in btf_func_proto_check()
2830 if (!args[nr_args - 1].type) { in btf_func_proto_check()
2831 if (args[nr_args - 1].name_off) { in btf_func_proto_check()
2833 nr_args); in btf_func_proto_check()
2836 nr_args--; in btf_func_proto_check()
2840 for (i = 0; i < nr_args; i++) { in btf_func_proto_check()
2884 u16 nr_args, i; in btf_func_check() local
2895 nr_args = btf_type_vlen(proto_type); in btf_func_check()
2896 for (i = 0; i < nr_args; i++) { in btf_func_check()