Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c1064 uc_se->bucket_id = uclamp_bucket_id(value); in uclamp_se_set()
1101 int bucket_id = UCLAMP_BUCKETS - 1; in uclamp_rq_max_value() local
1107 for (; bucket_id >= 0; bucket_id--) { in uclamp_rq_max_value()
1108 if (!bucket[bucket_id].tasks) { in uclamp_rq_max_value()
1111 return bucket[bucket_id].value; in uclamp_rq_max_value()
1244 * task's uclamp::bucket_id is refcounted on that rq. This also immediately
1264 bucket = &uc_rq->bucket[uc_se->bucket_id]; in uclamp_rq_inc_id()
1322 * bucket[uc_se->bucket_id]. in uclamp_rq_dec_id()
1330 bucket = &uc_rq->bucket[uc_se->bucket_id]; in uclamp_rq_dec_id()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h700 * @bucket_id: bucket index corresponding to the "assigned" value
704 * The bucket_id is the index of the clamp bucket matching the clamp value
711 * to the "effective" bucket_id.
722 unsigned int bucket_id : bits_per(UCLAMP_BUCKETS); member

Completed in 10 milliseconds