Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/cpufreq/
Dqcom-cpufreq-hw.c52 struct mutex throttle_lock; member
353 mutex_lock(&data->throttle_lock); in qcom_lmh_dcvs_notify()
368 mutex_unlock(&data->throttle_lock); in qcom_lmh_dcvs_notify()
449 mutex_init(&data->throttle_lock); in qcom_cpufreq_hw_lmh_init()
477 mutex_lock(&data->throttle_lock); in qcom_cpufreq_hw_cpu_online()
479 mutex_unlock(&data->throttle_lock); in qcom_cpufreq_hw_cpu_online()
496 mutex_lock(&data->throttle_lock); in qcom_cpufreq_hw_cpu_offline()
498 mutex_unlock(&data->throttle_lock); in qcom_cpufreq_hw_cpu_offline()
/linux-6.1.9/drivers/md/
Ddm-thin.c178 static void throttle_lock(struct throttle *t) in throttle_lock() function
2664 throttle_lock(&pool->throttle); in thin_defer_bio_with_throttle()
2673 throttle_lock(&pool->throttle); in thin_defer_cell()