Lines Matching refs:throttled

413          * With cfs_rq being unthrottled/throttled during an enqueue,
4468 * because of a parent been throttled but cfs->nr_running > 1. Try to
4902 if (cfs_rq->throttled) {
4907 * hierarchy can be throttled
4925 return cfs_bandwidth_used() && cfs_rq->throttled;
4928 /* check whether cfs_rq, or any parent, is throttled */
4936 * dest_cpu are members of a throttled hierarchy when performing group
4972 /* group is entering throttled state, stop time */
4994 * actually throttled the timer might not unthrottle us for an
5012 /* freeze hierarchy runnable averages while throttled */
5021 /* throttled entity or throttle-on-deactivate */
5048 * Note: distribution will already see us throttled via the
5049 * throttled-list. rq->lock protects completion.
5051 cfs_rq->throttled = 1;
5066 cfs_rq->throttled = 0;
5095 /* end evaluation on encountering a throttled cfs_rq */
5111 /* end evaluation on encountering a throttled cfs_rq */
5117 * One parent has been throttled and cfs_rq removed from the
5180 /* we check whether we're throttled above */
5203 int throttled;
5210 throttled = !list_empty(&cfs_b->throttled_cfs_rq);
5214 * idle depends on !throttled (for the case of a large deficit), and if
5217 if (cfs_b->idle && !throttled) {
5223 if (!throttled) {
5235 while (throttled && cfs_b->runtime > 0) {
5241 throttled = !list_empty(&cfs_b->throttled_cfs_rq);
5248 * timer to remain active while there are any throttled entities.)
5397 /* ensure the group is not already throttled */
5440 * it's possible for a throttled entity to be forced into a running
5827 /* end evaluation on encountering a throttled cfs_rq */
5846 /* end evaluation on encountering a throttled cfs_rq */
5852 * One parent has been throttled and cfs_rq removed from the
5930 /* end evaluation on encountering a throttled cfs_rq */
5962 /* end evaluation on encountering a throttled cfs_rq */
7400 * Note: this also catches the edge-case of curr being in a throttled
7672 /* throttled hierarchies are not runnable */
11443 /* Ensure any throttled groups are reachable by pick_next_task */
12202 * We remove the throttled cfs_rq's tasks's contribution from the
12226 /* Fix up rq->walt_stats only if we didn't find any throttled cfs_rq */