Home | History | Annotate | Download | only in os

Lines Matching defs:idletime

330             final long idletime = sysCpu[3] * mJiffyMillis;
340 && softirqtime >= mBaseSoftIrqTime && idletime >= mBaseIdleTime)) {
346 mRelIdleTime = (int)(idletime - mBaseIdleTime);
364 mBaseIdleTime = idletime;