Searched refs:target_cluster_id (Results 1 – 1 of 1) sorted by relevance
384 unsigned int target_cluster_id = topology_info->cpus[cpu_id].cluster_id; in is_cluster_powering_down() local386 if (topology_info->cpus[i].cluster_id == target_cluster_id && in is_cluster_powering_down()431 unsigned int target_cluster_id = topology_info->cpus[cpu_id].cluster_id; in PE_cpu_power_disable() local437 kprintf("%s>turning off power to cluster %d\n", __FUNCTION__, target_cluster_id); in PE_cpu_power_disable()439 ml_broadcast_cpu_event(CLUSTER_EXIT_REQUESTED, target_cluster_id); in PE_cpu_power_disable()440 bit_clear(online_clusters_mask, target_cluster_id); in PE_cpu_power_disable()441 gPMGR->disableCPUCluster(target_cluster_id); in PE_cpu_power_disable()