Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_maps.c332 long long key, next_first, next_second; in test_hashmap_zero_seed() local
343 if (bpf_map_get_next_key(first, key_ptr, &next_first) != 0) in test_hashmap_zero_seed()
349 CHECK(next_first != next_second, in test_hashmap_zero_seed()
352 next_first, next_second); in test_hashmap_zero_seed()
354 key = next_first; in test_hashmap_zero_seed()