Searched refs:expected_key_mask (Results 1 – 1 of 1) sorted by relevance
161 int expected_key_mask = 0; in test_hashmap_percpu() local176 assert(!(expected_key_mask & key)); in test_hashmap_percpu()178 expected_key_mask |= key; in test_hashmap_percpu()206 assert(!(expected_key_mask & key)); in test_hashmap_percpu()208 expected_key_mask |= key; in test_hashmap_percpu()222 ((expected_key_mask & first_key) == first_key)); in test_hashmap_percpu()228 assert((expected_key_mask & next_key) == next_key); in test_hashmap_percpu()229 expected_key_mask &= ~next_key; in test_hashmap_percpu()