Searched refs:UTIL_AVG_UNCHANGED (Results 1 – 4 of 4) sorted by relevance
56 if (!(enqueued & UTIL_AVG_UNCHANGED)) in cfs_se_util_change()60 enqueued &= ~UTIL_AVG_UNCHANGED; in cfs_se_util_change()
1079 PM(se.avg.util_est.enqueued, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()
4843 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()
438 * The UTIL_AVG_UNCHANGED flag is used to synchronize util_est with util_avg449 #define UTIL_AVG_UNCHANGED 0x80000000 macro