Lines Matching defs:timer
4990 /* This will start the period timer if necessary */
4994 * actually throttled the timer might not unthrottle us for an
5198 * period the timer is deactivated until scheduling resumes; cfs_b->idle is
5205 /* no need to continue the timer with no bandwidth constraint */
5248 * timer to remain active while there are any throttled entities.)
5323 /* we are under rq->lock, defer unthrottling using a timer */
5348 * This is done with a timer (instead of inline with bandwidth return) since
5450 static enum hrtimer_restart sched_cfs_slack_timer(struct hrtimer *timer)
5452 struct cfs_bandwidth *cfs_b = container_of(timer, struct cfs_bandwidth, slack_timer);
5459 static enum hrtimer_restart sched_cfs_period_timer(struct hrtimer *timer)
5461 struct cfs_bandwidth *cfs_b = container_of(timer, struct cfs_bandwidth, period_timer);
5469 overrun = hrtimer_forward_now(timer, cfs_b->period);