Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dfor_each.c76 __u64 val, expected_total; in test_array_map() local
83 expected_total = 0; in test_array_map()
90 expected_total += val; in test_array_map()
116 ASSERT_EQ(skel->bss->arraymap_output, expected_total, "array_output"); in test_array_map()
/Linux-v5.15/kernel/bpf/
Dbtf.c4190 u32 total, expected_total, i; in btf_check_sec_info() local
4207 expected_total = btf_data_size - hdr->hdr_len; in btf_check_sec_info()
4209 if (expected_total < secs[i].off) { in btf_check_sec_info()
4222 if (expected_total - total < secs[i].len) { in btf_check_sec_info()
4231 if (expected_total != total) { in btf_check_sec_info()