Searched refs:update_mutex (Results 1 – 6 of 6) sorted by relevance
63 mutex_lock(&policy_dbs->update_mutex); in sampling_rate_store()78 mutex_unlock(&policy_dbs->update_mutex); in sampling_rate_store()246 mutex_lock(&policy_dbs->update_mutex); in dbs_work_handler()248 mutex_unlock(&policy_dbs->update_mutex); in dbs_work_handler()361 mutex_init(&policy_dbs->update_mutex); in alloc_policy_dbs_info()380 mutex_destroy(&policy_dbs->update_mutex); in free_policy_dbs_info()571 mutex_lock(&policy_dbs->update_mutex); in cpufreq_dbs_governor_limits()574 mutex_unlock(&policy_dbs->update_mutex); in cpufreq_dbs_governor_limits()
84 struct mutex update_mutex; member
260 mutex_lock(&policy_dbs->update_mutex); in sampling_down_factor_store()262 mutex_unlock(&policy_dbs->update_mutex); in sampling_down_factor_store()
111 mutex_lock(&dev->update_mutex); in amd_pmf_get_metrics()133 mutex_unlock(&dev->update_mutex); in amd_pmf_get_metrics()376 mutex_init(&dev->update_mutex); in amd_pmf_probe()387 mutex_destroy(&dev->update_mutex); in amd_pmf_remove()
167 mutex_lock(&pmf_dev->update_mutex); in apmf_event_handler()194 mutex_unlock(&pmf_dev->update_mutex); in apmf_event_handler()
169 struct mutex update_mutex; /* protects race between ACPI handler and metrics thread */ member