Lines Matching defs:cpu
82 static void test_hash_prealloc(int cpu) in test_hash_prealloc()
120 static void do_test_lru(enum test_type test, int cpu) in do_test_lru()
203 static void test_lru_hash_prealloc(int cpu) in test_lru_hash_prealloc()
208 static void test_nocommon_lru_hash_prealloc(int cpu) in test_nocommon_lru_hash_prealloc()
213 static void test_inner_lru_hash_prealloc(int cpu) in test_inner_lru_hash_prealloc()
218 static void test_lru_hash_lookup(int cpu) in test_lru_hash_lookup()
223 static void test_percpu_hash_prealloc(int cpu) in test_percpu_hash_prealloc()
235 static void test_hash_kmalloc(int cpu) in test_hash_kmalloc()
247 static void test_percpu_hash_kmalloc(int cpu) in test_percpu_hash_kmalloc()
259 static void test_lpm_kmalloc(int cpu) in test_lpm_kmalloc()
271 static void test_hash_lookup(int cpu) in test_hash_lookup()
283 static void test_array_lookup(int cpu) in test_array_lookup()
331 static void loop(int cpu) in loop()