Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_maps.c152 int expected_key_mask = 0; in test_hashmap_percpu() local
167 assert(!(expected_key_mask & key)); in test_hashmap_percpu()
169 expected_key_mask |= key; in test_hashmap_percpu()
197 assert(!(expected_key_mask & key)); in test_hashmap_percpu()
199 expected_key_mask |= key; in test_hashmap_percpu()
213 ((expected_key_mask & first_key) == first_key)); in test_hashmap_percpu()
219 assert((expected_key_mask & next_key) == next_key); in test_hashmap_percpu()
220 expected_key_mask &= ~next_key; in test_hashmap_percpu()