Lines Matching refs:running
33 resume running.
35 Using this we track 2 key metrics: 'running' and 'runnable'. 'Running'
38 two metrics are the same, but once there is contention for the CPU 'running'
49 for 50% at 2GHz, nor is running 50% on a LITTLE CPU the same as running 50% on
83 The result is that the above 'running' and 'runnable' metrics become invariant
97 though when running their expected utilization will be the same, they suffer a
98 (DVFS) ramp-up after they are running again.
101 Impulse Response (IIR) EWMA with the 'running' value on dequeue -- when it is
115 the runqueue keeps an max aggregate of these clamps for all running tasks.
127 The basis is the CPU runqueue's 'running' metric, which per the above it is
131 max( running, util_est ); if UTIL_EST
132 u_cfs := { running; otherwise
161 - On low-load scenarios, where DVFS is most relevant, the 'running' numbers
166 to an idle CPU, the old CPU will have a 'running' value of 0.75 while the