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()530 mutex_init(&cluster_lock[i]); in ve_spc_cpufreq_probe()
485 mutex_lock(&scp_cluster->cluster_lock); in mt8188_scp_l2tcm_on()500 mutex_unlock(&scp_cluster->cluster_lock); in mt8188_scp_l2tcm_on()585 mutex_lock(&scp_cluster->cluster_lock); in mt8195_scp_l2tcm_on()601 mutex_unlock(&scp_cluster->cluster_lock); in mt8195_scp_l2tcm_on()815 mutex_lock(&scp_cluster->cluster_lock); in mt8188_scp_l2tcm_off()828 mutex_unlock(&scp_cluster->cluster_lock); in mt8188_scp_l2tcm_off()869 mutex_lock(&scp_cluster->cluster_lock); in mt8195_scp_l2tcm_off()883 mutex_unlock(&scp_cluster->cluster_lock); in mt8195_scp_l2tcm_off()1428 mutex_init(&scp_cluster->cluster_lock); in scp_probe()1455 mutex_destroy(&scp_cluster->cluster_lock); in scp_remove()
127 struct mutex cluster_lock; member