Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dfor_each.c151 __u64 val, array_total, hash_total; in test_multi_maps() local
177 hash_total = 0; in test_multi_maps()
182 hash_total += val; in test_multi_maps()
201 ASSERT_EQ(skel->bss->data_output, hash_total, "hash output"); in test_multi_maps()