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

/linux-master/kernel/sched/
H A Dpelt.h56 if (!(enqueued & UTIL_AVG_UNCHANGED))
60 enqueued &= ~UTIL_AVG_UNCHANGED;
H A Ddebug.c1078 PM(se.avg.util_est, ~UTIL_AVG_UNCHANGED);
H A Dfair.c4845 return READ_ONCE(p->se.avg.util_est) & ~UTIL_AVG_UNCHANGED;
4910 if (ewma & UTIL_AVG_UNCHANGED)
4968 ewma |= UTIL_AVG_UNCHANGED;
/linux-master/include/linux/
H A Dsched.h484 * The UTIL_AVG_UNCHANGED flag is used to synchronize util_est with util_avg
492 #define UTIL_AVG_UNCHANGED 0x80000000 macro

Completed in 271 milliseconds