Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c1010 PM(se.avg.util_est.enqueued, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()
H A Dfair.c3932 return max(ue.ewma, (ue.enqueued & ~UTIL_AVG_UNCHANGED)); in _task_util_est()
4028 if (ue.enqueued & UTIL_AVG_UNCHANGED) in util_est_update()
4086 ue.enqueued |= UTIL_AVG_UNCHANGED; in util_est_update()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h365 #define UTIL_AVG_UNCHANGED 0x80000000 macro