Lines Matching defs:cpu
83 static void test_hash_prealloc(int cpu) in test_hash_prealloc()
121 static void do_test_lru(enum test_type test, int cpu) in do_test_lru()
201 static void test_lru_hash_prealloc(int cpu) in test_lru_hash_prealloc()
206 static void test_nocommon_lru_hash_prealloc(int cpu) in test_nocommon_lru_hash_prealloc()
211 static void test_inner_lru_hash_prealloc(int cpu) in test_inner_lru_hash_prealloc()
216 static void test_lru_hash_lookup(int cpu) in test_lru_hash_lookup()
221 static void test_percpu_hash_prealloc(int cpu) in test_percpu_hash_prealloc()
233 static void test_hash_kmalloc(int cpu) in test_hash_kmalloc()
245 static void test_percpu_hash_kmalloc(int cpu) in test_percpu_hash_kmalloc()
257 static void test_lpm_kmalloc(int cpu) in test_lpm_kmalloc()
269 static void test_hash_lookup(int cpu) in test_hash_lookup()
281 static void test_array_lookup(int cpu) in test_array_lookup()
329 static void loop(int cpu) in loop()