Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
Dfair.c3685 int decayed = 0; in update_cfs_rq_load_avg() local
3729 decayed = 1; in update_cfs_rq_load_avg()
3732 decayed |= __update_load_avg_cfs_rq(now, cfs_rq); in update_cfs_rq_load_avg()
3739 return decayed; in update_cfs_rq_load_avg()
3837 int decayed; in update_load_avg() local
3846 decayed = update_cfs_rq_load_avg(now, cfs_rq); in update_load_avg()
3847 decayed |= propagate_entity_load_avg(se); in update_load_avg()
3861 } else if (decayed) { in update_load_avg()
8292 bool decayed; in __update_blocked_others() local
8302 decayed = update_rt_rq_load_avg(now, rq, curr_class == &rt_sched_class) | in __update_blocked_others()
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dbcache.rst555 Each error is decayed by the half life (in # ios). If the decaying count
639 Number of errors that have occurred, decayed by io_error_halflife.