Home
last modified time | relevance | path

Searched refs:UTIL_AVG_UNCHANGED (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/kernel/sched/
Dpelt.h56 if (!(enqueued & UTIL_AVG_UNCHANGED)) in cfs_se_util_change()
60 enqueued &= ~UTIL_AVG_UNCHANGED; in cfs_se_util_change()
Ddebug.c1079 PM(se.avg.util_est.enqueued, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()
Dfair.c4726 return max(ue.ewma, (ue.enqueued & ~UTIL_AVG_UNCHANGED)); in _task_util_est()
4803 if (ue.enqueued & UTIL_AVG_UNCHANGED) in util_est_update()
4861 ue.enqueued |= UTIL_AVG_UNCHANGED; in util_est_update()
/linux-6.6.21/include/linux/
Dsched.h446 #define UTIL_AVG_UNCHANGED 0x80000000 macro