Lines Matching refs:total
509 u32 total = 0; in btf_nr_types() local
512 total += btf->nr_types; in btf_nr_types()
516 return total; in btf_nr_types()
523 u32 i, total; in btf_find_by_name_kind() local
525 total = btf_nr_types(btf); in btf_find_by_name_kind()
526 for (i = 1; i < total; i++) { in btf_find_by_name_kind()
4824 u32 total, expected_total, i; in btf_check_sec_info() local
4840 total = 0; in btf_check_sec_info()
4847 if (total < secs[i].off) { in btf_check_sec_info()
4852 if (total > secs[i].off) { in btf_check_sec_info()
4856 if (expected_total - total < secs[i].len) { in btf_check_sec_info()
4861 total += secs[i].len; in btf_check_sec_info()
4865 if (expected_total != total) { in btf_check_sec_info()