Home
last modified time | relevance | path

Searched refs:decayed (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/scheduler/
H A Dschedutil.rst17 is decayed such that y^32 = 0.5. That is, the most recent 32ms contribute
96 Because periodic tasks have their averages decayed while they sleep, even
/linux/kernel/sched/
H A Dfair.c4631 int decayed = 0; in update_cfs_rq_load_avg() local
4660 decayed = 1; in update_cfs_rq_load_avg()
4663 decayed |= __update_load_avg_cfs_rq(now, cfs_rq); in update_cfs_rq_load_avg()
4667 return decayed; in update_cfs_rq_load_avg()
4758 int decayed; in update_load_avg() local
4767 decayed = update_cfs_rq_load_avg(now, cfs_rq); in update_load_avg()
4768 decayed |= propagate_entity_load_avg(se); in update_load_avg()
4789 } else if (decayed) { in update_load_avg()
9899 bool decayed = false; in __update_blocked_fair() local
9916 decayed = true; in __update_blocked_fair()
[all …]
/linux/Documentation/admin-guide/
H A Dbcache.rst551 Each error is decayed by the half life (in # ios). If the decaying count
627 Number of errors that have occurred, decayed by io_error_halflife.