Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/
Dtest_maps.c157 int expected_key_mask = 0; in test_hashmap_percpu() local
172 assert(!(expected_key_mask & key)); in test_hashmap_percpu()
184 expected_key_mask |= key; in test_hashmap_percpu()
212 assert(!(expected_key_mask & key)); in test_hashmap_percpu()
214 expected_key_mask |= key; in test_hashmap_percpu()
228 ((expected_key_mask & first_key) == first_key)); in test_hashmap_percpu()
234 assert((expected_key_mask & next_key) == next_key); in test_hashmap_percpu()
235 expected_key_mask &= ~next_key; in test_hashmap_percpu()