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

/linux-master/kernel/sched/
H A Dpelt.h55 enqueued = avg->util_est;
61 WRITE_ONCE(avg->util_est, enqueued);
H A Ddebug.c687 SEQ_printf(m, " .%-30s: %u\n", "util_est",
688 cfs_rq->avg.util_est);
1078 PM(se.avg.util_est, ~UTIL_AVG_UNCHANGED);
H A Dfair.c4845 return READ_ONCE(p->se.avg.util_est) & ~UTIL_AVG_UNCHANGED;
4862 enqueued = cfs_rq->avg.util_est;
4864 WRITE_ONCE(cfs_rq->avg.util_est, enqueued);
4878 enqueued = cfs_rq->avg.util_est;
4880 WRITE_ONCE(cfs_rq->avg.util_est, enqueued);
4904 ewma = READ_ONCE(p->se.avg.util_est);
4908 * skip the util_est update.
4969 WRITE_ONCE(p->se.avg.util_est, ewma);
7701 unsigned long util_est; local
7703 util_est
[all...]
/linux-master/include/linux/
H A Dsched.h480 unsigned int util_est; member in struct:sched_avg
484 * The UTIL_AVG_UNCHANGED flag is used to synchronize util_est with util_avg
485 * updates. When a task is dequeued, its util_est should not be updated if its
487 * This information is mapped into the MSB bit of util_est at dequeue time.
488 * Since max value of util_est for a task is 1024 (PELT util_avg for a task)

Completed in 118 milliseconds