Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c1039 /* Integer rounded range for each bucket */
1100 struct uclamp_bucket *bucket = rq->uclamp[clamp_id].bucket; in uclamp_rq_max_value() local
1105 * top most bucket with tasks in. 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()
1207 * The effective clamp bucket index of a task depends on, by increasing
1243 * When a task is enqueued on a rq, the clamp bucket currently defined by the
1248 * within each bucket the maximum value for tasks refcounted in it.
1250 * for each bucket whe
1257 struct uclamp_bucket *bucket; uclamp_rq_inc_id() local
1297 struct uclamp_bucket *bucket; uclamp_rq_dec_id() local
[all...]
H A Dsched.h930 * struct uclamp_bucket - Utilization clamp bucket
931 * @value: utilization clamp value for tasks on this clamp bucket
932 * @tasks: number of RUNNABLE tasks on this clamp bucket
945 * @bucket: utilization clamp buckets affecting a rq
966 struct uclamp_bucket bucket[UCLAMP_BUCKETS]; member

Completed in 10 milliseconds