Searched refs:UTIL_AVG_UNCHANGED (Results 1 – 4 of 4) sorted by relevance
54 if (!(enqueued & UTIL_AVG_UNCHANGED)) in cfs_se_util_change()58 enqueued &= ~UTIL_AVG_UNCHANGED; in cfs_se_util_change()
1042 PM(se.avg.util_est.enqueued, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()
3918 return max(ue.ewma, (ue.enqueued & ~UTIL_AVG_UNCHANGED)); in _task_util_est()4009 if (ue.enqueued & UTIL_AVG_UNCHANGED) in util_est_update()4067 ue.enqueued |= UTIL_AVG_UNCHANGED; in util_est_update()
431 #define UTIL_AVG_UNCHANGED 0x80000000 macro
Completed in 30 milliseconds