Searched refs:expected_key_mask (Results 1 – 1 of 1) sorted by relevance
153 int expected_key_mask = 0; in test_hashmap_percpu() local168 assert(!(expected_key_mask & key)); in test_hashmap_percpu()180 expected_key_mask |= key; in test_hashmap_percpu()208 assert(!(expected_key_mask & key)); in test_hashmap_percpu()210 expected_key_mask |= key; in test_hashmap_percpu()224 ((expected_key_mask & first_key) == first_key)); in test_hashmap_percpu()230 assert((expected_key_mask & next_key) == next_key); in test_hashmap_percpu()231 expected_key_mask &= ~next_key; in test_hashmap_percpu()