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