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/
A Dfor_each.c150 __u64 val, array_total, hash_total; in test_multi_maps() local
164 array_total = 0; in test_multi_maps()
169 array_total += val; in test_multi_maps()
193 ASSERT_EQ(skel->bss->data_output, array_total, "array output"); in test_multi_maps()

Completed in 5 milliseconds