Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
A Dfor_each.c150 __u64 val, array_total, hash_total; in test_multi_maps() local
176 hash_total = 0; in test_multi_maps()
181 hash_total += val; in test_multi_maps()
200 ASSERT_EQ(skel->bss->data_output, hash_total, "hash output"); in test_multi_maps()

Completed in 4 milliseconds