Lines Matching defs:used

149  * The margin used when comparing utilization with CPU capacity.
1142 * Faults_cpu is used to decide whether memory should move
1498 * Multi-stage node selection is used in conjunction with a periodic
1529 * Destination node is much more heavily used than the source
1552 /* The node has spare capacity that can be used to run more tasks. */
1555 * The node is fully used and the tasks don't compete for more CPU
2813 * much of an issue though, since this is just used for
2962 * than they used here, to limit NUMA PTE scanning overhead to 3% max.
3435 * No need to update load_avg for root_task_group as it is not used.
3574 * cfs_rq->avg.period_contrib can be used for both cfs_rq and se.
3599 * cfs_rq->avg.period_contrib can be used for both cfs_rq and se.
3627 * cfs_rq->avg.period_contrib can be used for both cfs_rq and se.
3767 * cfs_rq->avg is used for task_h_load() and update_cfs_share() for example.
3845 * cfs_rq->avg.period_contrib can be used for both cfs_rq and se.
3900 * cfs_rq->avg.period_contrib can be used for both cfs_rq and se.
4155 * Reset EWMA on utilization increases, the moving average is used only
5199 * used to track this state.
6633 /* Check a recently used CPU as a potential idle candidate: */
6674 * Amount of capacity of a CPU that is (estimated to be) used by CFS tasks
7085 * Pick the best CPU if prev_cpu cannot be used, or if it saves at
7086 * least 6% of the energy used by prev_cpu.
7816 /* The group has spare capacity that can be used to run more tasks. */
7819 * The group is fully used and the tasks don't compete for more CPU
8645 unsigned long used, free;
8659 used = READ_ONCE(rq->avg_rt.util_avg);
8660 used += READ_ONCE(rq->avg_dl.util_avg);
8661 used += thermal_load_avg(rq);
8662 if (unlikely(used >= max)) {
8666 free = max - used;
8755 * activity. The imbalance_pct is used for the threshold.
8809 * be used by some tasks.
9221 * rq->nr_running can't be used but an updated version without the
9222 * impact of p on cpu must be used instead. The updated nr_running
9318 /* Those types are not used in the slow wakeup path */
9453 /* Those type are not used in the slow wakeup path */
10456 /* used by idle balance, so cpu_busy = 0 */
10746 * - HK_FLAG_MISC CPUs are used for this task, because HK_FLAG_SCHED not set
10984 * This info will be used in performing idle load balancing in the future.