Searched refs:expected_key_mask (Results 1 – 1 of 1) sorted by relevance
159 int expected_key_mask = 0; in test_hashmap_percpu() local174 assert(!(expected_key_mask & key)); in test_hashmap_percpu()186 expected_key_mask |= key; in test_hashmap_percpu()214 assert(!(expected_key_mask & key)); in test_hashmap_percpu()216 expected_key_mask |= key; in test_hashmap_percpu()230 ((expected_key_mask & first_key) == first_key)); in test_hashmap_percpu()236 assert((expected_key_mask & next_key) == next_key); in test_hashmap_percpu()237 expected_key_mask &= ~next_key; in test_hashmap_percpu()