Home
last modified time | relevance | path

Searched refs:throttle_lock (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/cpufreq/
H A Dqcom-cpufreq-hw.c55 struct mutex throttle_lock;
361 mutex_lock(&data->throttle_lock); in qcom_lmh_dcvs_notify()
376 mutex_unlock(&data->throttle_lock);
463 mutex_init(&data->throttle_lock); in qcom_cpufreq_hw_lmh_init()
491 mutex_lock(&data->throttle_lock); in qcom_cpufreq_hw_cpu_offline()
493 mutex_unlock(&data->throttle_lock); in qcom_cpufreq_hw_cpu_offline()
510 mutex_lock(&data->throttle_lock); in qcom_cpufreq_hw_lmh_exit()
512 mutex_unlock(&data->throttle_lock); in qcom_cpufreq_hw_cpu_init()
53 struct mutex throttle_lock; global() member
/linux/drivers/md/
H A Ddm-thin.c181 static void throttle_lock(struct throttle *t) in throttle_lock() function
2687 throttle_lock(&pool->throttle); in thin_defer_bio_with_throttle()
2696 throttle_lock(&pool->throttle); in thin_defer_cell()