Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Dpelt.h57 if (!(enqueued & UTIL_AVG_UNCHANGED)) in cfs_se_util_change()
61 enqueued &= ~UTIL_AVG_UNCHANGED; in cfs_se_util_change()
A Ddebug.c1253 PM(se.avg.util_est, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()
A Dfair.c4928 return READ_ONCE(p->se.avg.util_est) & ~UTIL_AVG_UNCHANGED; in _task_util_est()
4993 if (ewma & UTIL_AVG_UNCHANGED) in util_est_update()
5051 ewma |= UTIL_AVG_UNCHANGED; in util_est_update()
/linux/include/linux/
A Dsched.h497 #define UTIL_AVG_UNCHANGED 0x80000000 macro

Completed in 772 milliseconds