Searched refs:expected_key_mask (Results 1 – 1 of 1) sorted by relevance
160 int expected_key_mask = 0; in test_hashmap_percpu() local175 assert(!(expected_key_mask & key)); in test_hashmap_percpu()177 expected_key_mask |= key; in test_hashmap_percpu()205 assert(!(expected_key_mask & key)); in test_hashmap_percpu()207 expected_key_mask |= key; in test_hashmap_percpu()221 ((expected_key_mask & first_key) == first_key)); in test_hashmap_percpu()227 assert((expected_key_mask & next_key) == next_key); in test_hashmap_percpu()228 expected_key_mask &= ~next_key; in test_hashmap_percpu()