Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Dpelt.h54 if (!(enqueued & UTIL_AVG_UNCHANGED)) in cfs_se_util_change()
58 enqueued &= ~UTIL_AVG_UNCHANGED; in cfs_se_util_change()
A Ddebug.c1042 PM(se.avg.util_est.enqueued, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()
A Dfair.c3918 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()
/linux/include/linux/
A Dsched.h431 #define UTIL_AVG_UNCHANGED 0x80000000 macro

Completed in 31 milliseconds