Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/base/power/
Ddomain.c124 #define genpd_lock_interruptible(p) p->lock_ops->lock_interruptible(p) macro
3126 ret = genpd_lock_interruptible(genpd); in genpd_summary_one()
3206 ret = genpd_lock_interruptible(genpd); in status_show()
3229 ret = genpd_lock_interruptible(genpd); in sub_domains_show()
3247 ret = genpd_lock_interruptible(genpd); in idle_states_show()
3279 ret = genpd_lock_interruptible(genpd); in active_time_show()
3304 ret = genpd_lock_interruptible(genpd); in total_idle_time_show()
3335 ret = genpd_lock_interruptible(genpd); in devices_show()
3358 if (genpd_lock_interruptible(genpd)) in perf_state_show()