Home
last modified time | relevance | path

Searched refs:uclamp_rq (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dsched.h943 * struct uclamp_rq - rq's utilization clamp
964 struct uclamp_rq { struct
1010 struct uclamp_rq uclamp[UCLAMP_CNT] ____cacheline_aligned;
H A Dcore.c1255 struct uclamp_rq *uc_rq = &rq->uclamp[clamp_id]; in uclamp_rq_inc_id()
1295 struct uclamp_rq *uc_rq = &rq->uclamp[clamp_id]; in uclamp_rq_dec_id()
1652 struct uclamp_rq *uc_rq = rq->uclamp; in init_uclamp_rq()
1655 uc_rq[clamp_id] = (struct uclamp_rq) {.value = uclamp_none(clamp_id)}; in init_uclamp_rq()

Completed in 15 milliseconds