Searched refs:cluster_lock (Results 1 – 3 of 3) sorted by relevance
58 static struct mutex cluster_lock[MAX_CLUSTERS]; variable114 mutex_lock(&cluster_lock[new_cluster]); in ve_spc_cpufreq_set_rate()147 mutex_unlock(&cluster_lock[new_cluster]); in ve_spc_cpufreq_set_rate()152 mutex_unlock(&cluster_lock[new_cluster]); in ve_spc_cpufreq_set_rate()159 mutex_lock(&cluster_lock[old_cluster]); in ve_spc_cpufreq_set_rate()170 mutex_unlock(&cluster_lock[old_cluster]); in ve_spc_cpufreq_set_rate()531 mutex_init(&cluster_lock[i]); in ve_spc_cpufreq_probe()
484 mutex_lock(&scp_cluster->cluster_lock); in mt8188_scp_l2tcm_on()499 mutex_unlock(&scp_cluster->cluster_lock); in mt8188_scp_l2tcm_on()584 mutex_lock(&scp_cluster->cluster_lock); in mt8195_scp_l2tcm_on()600 mutex_unlock(&scp_cluster->cluster_lock); in mt8195_scp_l2tcm_on()814 mutex_lock(&scp_cluster->cluster_lock); in mt8188_scp_l2tcm_off()827 mutex_unlock(&scp_cluster->cluster_lock); in mt8188_scp_l2tcm_off()868 mutex_lock(&scp_cluster->cluster_lock); in mt8195_scp_l2tcm_off()882 mutex_unlock(&scp_cluster->cluster_lock); in mt8195_scp_l2tcm_off()1358 mutex_init(&scp_cluster->cluster_lock); in scp_probe()1382 mutex_destroy(&scp_cluster->cluster_lock); in scp_remove()
127 struct mutex cluster_lock; member