Lines Matching full:1024

73     CPUs with capacity < 1024
76 CPUs with capacity = 1024
90 UCLAMP_MIN=1024 will ensure such tasks will always see the highest performance
193 0 1024
217 The range of each bucket is 1024/N. For example, for the default value of
222 DELTA = round_closest(1024/5) = 204.8 = 205
228 Bucket 4: [820:1024]
235 p->uclamp[UCLAMP_MAX] = 1024
330 Uclamp performance request has the range of 0 to 1024 inclusive.
354 attr->sched_util_min = 40% * 1024;
355 attr->sched_util_max = 80% * 1024;
407 p1->uclamp[UCLAMP_MIN] = 40% * 1024;
408 p1->uclamp[UCLAMP_MAX] = 50% * 1024;
410 cgroup0->cpu.uclamp.min = 20% * 1024;
411 cgroup0->cpu.uclamp.max = 60% * 1024;
413 cgroup1->cpu.uclamp.min = 60% * 1024;
414 cgroup1->cpu.uclamp.max = 100% * 1024;
420 p0->uclamp[UCLAMP_MIN] = cgroup0->cpu.uclamp.min = 20% * 1024;
421 p0->uclamp[UCLAMP_MAX] = cgroup0->cpu.uclamp.max = 60% * 1024;
423 p1->uclamp[UCLAMP_MIN] = 40% * 1024; // intact
424 p1->uclamp[UCLAMP_MAX] = 50% * 1024; // intact
430 p0->uclamp[UCLAMP_MIN] = cgroup1->cpu.uclamp.min = 60% * 1024;
431 p0->uclamp[UCLAMP_MAX] = cgroup1->cpu.uclamp.max = 100% * 1024;
433 p1->uclamp[UCLAMP_MIN] = cgroup1->cpu.uclamp.min = 60% * 1024;
434 p1->uclamp[UCLAMP_MAX] = 50% * 1024; // intact
445 System wide limit of allowed UCLAMP_MIN range. By default it is set to 1024,
446 which means that permitted effective UCLAMP_MIN range for tasks is [0:1024].
458 System wide limit of allowed UCLAMP_MAX range. By default it is set to 1024,
459 which means that permitted effective UCLAMP_MAX range for tasks is [0:1024].
486 p_fair->uclamp[UCLAMP_MAX] = 1024
496 p_rt->uclamp[UCLAMP_MIN] = 1024
497 p_rt->uclamp[UCLAMP_MAX] = 1024
537 200 or 1024 is different for each system. Unless there's a specific target
612 p1->uclamp[UCLAMP_MAX] = 1024
619 rq->uclamp[UCLAMP_MAX] = max(512, 1024) = 1024
636 which would result in util_avg being 1024.
663 which indicates the CPU will still see idle time since 900 is < 1024. The
678 which is higher than 1024 and indicates that the CPU has no idle time. When
683 p0->util_avg = 1024
690 p1->uclamp[UCLAMP_MAX] = 1024
692 then the effective UCLAMP_MAX for the CPU will be 1024 according to max
698 p0->util_avg = 1024
701 rq->util_avg = 1024
702 rq->uclamp[UCLAMP_MAX] = 1024