Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dbtf.c7418 u32 nargs1, nargs2, i; in btf_check_func_type_match() local
7440 nargs1 = btf_type_vlen(t1); in btf_check_func_type_match()
7444 if (nargs1 != nargs2) { in btf_check_func_type_match()
7446 fn1, nargs1, fn2, nargs2); in btf_check_func_type_match()
7460 for (i = 0; i < nargs1; i++) { in btf_check_func_type_match()