Searched refs:UTIL_AVG_UNCHANGED (Results 1 – 4 of 4) sorted by relevance
61 if (!(enqueued & UTIL_AVG_UNCHANGED)) in cfs_se_util_change()65 enqueued &= ~UTIL_AVG_UNCHANGED; in cfs_se_util_change()
1353 PM(se.avg.util_est, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()
5047 return READ_ONCE(p->se.avg.util_est) & ~UTIL_AVG_UNCHANGED; in _task_util_est()5112 if (ewma & UTIL_AVG_UNCHANGED) in util_est_update()5163 ewma |= UTIL_AVG_UNCHANGED; in util_est_update()
531 #define UTIL_AVG_UNCHANGED 0x80000000 macro