Lines Matching refs:throttled

472 		 * With cfs_rq being unthrottled/throttled during an enqueue,
4441 u64 throttled = 0, now, lut;
4490 throttled = u64_u32_load(cfs_rq->throttled_pelt_idle);
4492 if (throttled == U64_MAX)
4505 now -= throttled;
5690 if (cfs_rq->throttled)
5694 * hierarchy can be throttled
5711 return cfs_bandwidth_used() && cfs_rq->throttled;
5714 /* check whether cfs_rq, or any parent, is throttled */
5722 * dest_cpu are members of a throttled hierarchy when performing group
5771 /* group is entering throttled state, stop time */
5797 * actually throttled the timer might not unthrottle us for an
5815 /* freeze hierarchy runnable averages while throttled */
5824 /* throttled entity or throttle-on-deactivate */
5845 /* throttled entity or throttle-on-deactivate */
5866 * Note: distribution will already see us throttled via the
5867 * throttled-list. rq->lock protects completion.
5869 cfs_rq->throttled = 1;
5886 cfs_rq->throttled = 0;
5931 /* end evaluation on encountering a throttled cfs_rq */
5949 /* end evaluation on encountering a throttled cfs_rq */
6048 bool throttled = false;
6059 throttled = true;
6086 /* we check whether we're throttled above */
6094 throttled = true;
6110 return throttled;
6121 int throttled;
6127 throttled = !list_empty(&cfs_b->throttled_cfs_rq);
6134 * idle depends on !throttled (for the case of a large deficit), and if
6137 if (cfs_b->idle && !throttled)
6140 if (!throttled) {
6152 while (throttled && cfs_b->runtime > 0) {
6155 throttled = distribute_cfs_runtime(cfs_b);
6163 * timer to remain active while there are any throttled entities.)
6300 /* ensure the group is not already throttled */
6337 * it's possible for a throttled entity to be forced into a running
6471 * exist throttled cfs_rq(s), and the period_timer must have queued the
6808 /* end evaluation on encountering a throttled cfs_rq */
6828 /* end evaluation on encountering a throttled cfs_rq */
6891 /* end evaluation on encountering a throttled cfs_rq */
6923 /* end evaluation on encountering a throttled cfs_rq */
8512 * Note: this also catches the edge-case of curr being in a throttled
8796 /* throttled hierarchies are not runnable */
12840 /* Ensure any throttled groups are reachable by pick_next_task */
13756 * We remove the throttled cfs_rq's tasks's contribution from the
13782 /* Fix up rq->walt_stats only if we didn't find any throttled cfs_rq */