Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/sched/
A Dpelt.h56 if (!(enqueued & UTIL_AVG_UNCHANGED)) in cfs_se_util_change()
60 enqueued &= ~UTIL_AVG_UNCHANGED; in cfs_se_util_change()
A Ddebug.c1036 PM(se.avg.util_est.enqueued, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()
A Dfair.c4286 return max(ue.ewma, (ue.enqueued & ~UTIL_AVG_UNCHANGED)); in _task_util_est()
4379 if (ue.enqueued & UTIL_AVG_UNCHANGED) in util_est_update()
4437 ue.enqueued |= UTIL_AVG_UNCHANGED; in util_est_update()
/linux-6.3-rc2/include/linux/
A Dsched.h445 #define UTIL_AVG_UNCHANGED 0x80000000 macro

Completed in 32 milliseconds