Home
last modified time | relevance | path

Searched refs:expected_key_mask (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_maps.c160 int expected_key_mask = 0; in test_hashmap_percpu() local
175 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()