Lines Matching refs:next_balance
6935 rq->next_balance = jiffies;
6955 int needs_update; /* Newly idle CPUs need their next_balance collated */
6956 unsigned long next_balance; /* in jiffy units */
11854 update_next_balance(struct sched_domain *sd, unsigned long *next_balance)
11862 if (time_after(*next_balance, next))
11863 *next_balance = next;
12053 unsigned long next_balance = jiffies + 60*HZ;
12102 if (time_after(next_balance, sd->last_balance + interval)) {
12103 next_balance = sd->last_balance + interval;
12118 * next_balance will be updated only when there is a need.
12123 rq->next_balance = next_balance;
12173 * Increase nohz.next_balance only when if full ilb is triggered but
12177 nohz.next_balance = jiffies+1;
12240 if (time_before(now, nohz.next_balance))
12464 unsigned long next_balance = now + 60*HZ;
12531 if (time_after_eq(jiffies, rq->next_balance)) {
12542 if (time_after(next_balance, rq->next_balance)) {
12543 next_balance = rq->next_balance;
12549 * next_balance will be updated only when there is a need.
12554 nohz.next_balance = next_balance;
12654 unsigned long next_balance = jiffies + HZ;
12699 update_next_balance(sd, &next_balance);
12716 update_next_balance(sd, &next_balance);
12764 if (time_after(this_rq->next_balance, next_balance))
12765 this_rq->next_balance = next_balance;
12823 if (time_after_eq(jiffies, rq->next_balance))
13703 nohz.next_balance = jiffies;