Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dpelt.h61 if (!(enqueued & UTIL_AVG_UNCHANGED)) in cfs_se_util_change()
65 enqueued &= ~UTIL_AVG_UNCHANGED; in cfs_se_util_change()
H A Ddebug.c1353 PM(se.avg.util_est, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()
H A Dfair.c5047 return READ_ONCE(p->se.avg.util_est) & ~UTIL_AVG_UNCHANGED; in _task_util_est()
5112 if (ewma & UTIL_AVG_UNCHANGED) in util_est_update()
5163 ewma |= UTIL_AVG_UNCHANGED; in util_est_update()
/linux/include/linux/
H A Dsched.h531 #define UTIL_AVG_UNCHANGED 0x80000000 macro