Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_maps.c315 long long key, next_first, next_second; in test_hashmap_zero_seed() local
329 CHECK(bpf_map_get_next_key(second, key_ptr, &next_second) != 0, in test_hashmap_zero_seed()
332 CHECK(next_first != next_second, in test_hashmap_zero_seed()
335 next_first, next_second); in test_hashmap_zero_seed()