Searched refs:expected_key_mask (Results 1 – 1 of 1) sorted by relevance
157 int expected_key_mask = 0; in test_hashmap_percpu() local172 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()