Lines Matching defs:cluster_off
220 static void mcdi_ctrl_before_hotplug_off(int cluster, int cpu, bool cluster_off)
223 mcdi_pause_set(cluster_off ? cluster : -1,
227 static void mcdi_ctrl_cluster_cpu_off(int cluster, int cpu, bool cluster_off)
234 if (cluster_off)
286 static void hotplug_ctrl_cluster_cpu_off(int cluster, int cpu, bool cluster_off)
291 mcdi_hotplug_set(cluster_off ? cluster : -1,
296 if (cluster_off)
333 bool cluster_off = (HP_CLUSTER_OFF && afflvl1 &&
338 if (cluster_off)
341 mcdi_ctrl_before_hotplug_off(cluster, cpu, cluster_off);
342 hotplug_ctrl_cluster_cpu_off(cluster, cpu, cluster_off);
369 bool cluster_off = MCDI_C2 && afflvl1 && clst_single_pwr(cluster, cpu);
375 if (cluster_off || afflvl2)
398 mcdi_ctrl_cluster_cpu_off(cluster, cpu, cluster_off);