Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfor_each.c151 __u64 val, array_total, hash_total; in test_multi_maps() local
165 array_total = 0; in test_multi_maps()
170 array_total += val; in test_multi_maps()
194 ASSERT_EQ(skel->bss->data_output, array_total, "array output"); in test_multi_maps()