Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dpelt.h56 if (!(enqueued & UTIL_AVG_UNCHANGED)) in cfs_se_util_change()
60 enqueued &= ~UTIL_AVG_UNCHANGED; in cfs_se_util_change()
H A Ddebug.c1079 PM(se.avg.util_est.enqueued, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()
H A Dfair.c4843 return max(ue.ewma, (ue.enqueued & ~UTIL_AVG_UNCHANGED));
4920 if (ue.enqueued & UTIL_AVG_UNCHANGED) in util_est_update()
4978 ue.enqueued |= UTIL_AVG_UNCHANGED; in util_est_update()
/openbmc/linux/include/linux/
H A Dsched.h438 * The UTIL_AVG_UNCHANGED flag is used to synchronize util_est with util_avg
449 #define UTIL_AVG_UNCHANGED 0x80000000 macro