Searched refs:found_cnt (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c47 int err, bkt, found_cnt, i; local
153 found_cnt = 0;
155 found_cnt++;
157 if (CHECK(!found_cnt, "found_cnt",
162 found_cnt = 0;
170 found_cnt++;
185 if (CHECK(!found_cnt || !found_msk, "found_entries",
188 if (CHECK(hashmap__size(map) != ELEM_CNT - found_cnt, "elem_cnt",
190 found_cnt, hashmap__siz
[all...]

Completed in 108 milliseconds