Searched refs:topology_mode (Results 1 – 1 of 1) sorted by relevance
47 static int topology_mode = TOPOLOGY_MODE_UNINITIALIZED; variable70 switch (topology_mode) { in cpu_group_map()101 if (topology_mode != TOPOLOGY_MODE_HW) in cpu_thread_map()258 if (topology_mode != TOPOLOGY_MODE_HW) { in update_cpu_masks()259 id = topology_mode == TOPOLOGY_MODE_PACKAGE ? 0 : cpu; in update_cpu_masks()546 if (topology_mode == TOPOLOGY_MODE_UNINITIALIZED) { in topology_init_early()548 topology_mode = TOPOLOGY_MODE_HW; in topology_init_early()550 topology_mode = TOPOLOGY_MODE_SINGLE; in topology_init_early()580 return topology_mode != TOPOLOGY_MODE_SINGLE; in topology_is_enabled()591 topology_mode = topology_get_mode(enabled); in topology_setup()[all …]