Home
last modified time | relevance | path

Searched refs:cluster_lock (Results 1 – 3 of 3) sorted by relevance

/drivers/cpufreq/
A Dvexpress-spc-cpufreq.c58 static struct mutex cluster_lock[MAX_CLUSTERS]; variable
114 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()
/drivers/remoteproc/
A Dmtk_scp.c484 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()
1363 mutex_init(&scp_cluster->cluster_lock); in scp_probe()
1390 mutex_destroy(&scp_cluster->cluster_lock); in scp_remove()
A Dmtk_common.h127 struct mutex cluster_lock; member

Completed in 10 milliseconds