Searched refs:next_first (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_maps.c | 315 long long key, next_first, next_second; in test_hashmap_zero_seed() local 326 if (bpf_map_get_next_key(first, key_ptr, &next_first) != 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() 337 key = next_first; in test_hashmap_zero_seed()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_maps.c | 331 long long key, next_first, next_second; in test_hashmap_zero_seed() local 342 if (bpf_map_get_next_key(first, key_ptr, &next_first) != 0) in test_hashmap_zero_seed() 348 CHECK(next_first != next_second, in test_hashmap_zero_seed() 351 next_first, next_second); in test_hashmap_zero_seed() 353 key = next_first; in test_hashmap_zero_seed()
|
Completed in 4 milliseconds