Searched refs:snc_mode (Results 1 – 2 of 2) sorted by relevance
226 static int snc_mode; in snc_nodes_per_l3_cache() local228 if (!snc_mode) { in snc_nodes_per_l3_cache()229 snc_mode = 1; in snc_nodes_per_l3_cache()234 return snc_mode; in snc_nodes_per_l3_cache()242 return snc_mode; in snc_nodes_per_l3_cache()244 snc_mode = cache_cpus / node_cpus; in snc_nodes_per_l3_cache()246 if (snc_mode > 1) in snc_nodes_per_l3_cache()247 ksft_print_msg("SNC-%d mode discovered.\n", snc_mode); in snc_nodes_per_l3_cache()250 return snc_mode; in snc_nodes_per_l3_cache()
121 int ret, snc_mode; in run_single_test() local131 snc_mode = snc_nodes_per_l3_cache(); in run_single_test()135 if (snc_mode == 1 && snc_unreliable && get_vendor() == ARCH_INTEL) { in run_single_test()
Completed in 16 milliseconds