Lines Matching refs:decayed
4174 * time. This will result in the wakee task is less decayed, but giving
4556 * Return: true if the load decayed or we removed load.
4566 int decayed = 0;
4615 decayed = 1;
4618 decayed |= __update_load_avg_cfs_rq(now, cfs_rq);
4622 return decayed;
4722 int decayed;
4731 decayed = update_cfs_rq_load_avg(now, cfs_rq);
4732 decayed |= propagate_entity_load_avg(se);
4753 } else if (decayed) {
7876 * of such a task would be significantly decayed at this point of time.
9695 bool decayed = false;
9712 decayed = true;
9722 * decayed cfs_rqs linger on the list.
9732 return decayed;
9785 bool decayed;
9787 decayed = update_cfs_rq_load_avg(cfs_rq_clock_pelt(cfs_rq), cfs_rq);
9791 return decayed;
9802 bool decayed = false, done = true;
9810 decayed |= __update_blocked_others(rq, &done);
9811 decayed |= __update_blocked_fair(rq, &done);
9814 if (decayed)