Lines Matching refs:cpustat
33 /* !NO_HZ or cpu offline so we can rely on cpustat.idle */
34 idle = kcs->cpustat[CPUTIME_IDLE];
49 /* !NO_HZ or cpu offline so we can rely on cpustat.iowait */
50 iowait = kcs->cpustat[CPUTIME_IOWAIT];
101 u64 *cpustat = kcpustat.cpustat;
105 user += cpustat[CPUTIME_USER];
106 nice += cpustat[CPUTIME_NICE];
107 system += cpustat[CPUTIME_SYSTEM];
110 irq += cpustat[CPUTIME_IRQ];
111 softirq += cpustat[CPUTIME_SOFTIRQ];
112 steal += cpustat[CPUTIME_STEAL];
113 guest += cpustat[CPUTIME_GUEST];
114 guest_nice += cpustat[CPUTIME_GUEST_NICE];
141 u64 *cpustat = kcpustat.cpustat;
146 user = cpustat[CPUTIME_USER];
147 nice = cpustat[CPUTIME_NICE];
148 system = cpustat[CPUTIME_SYSTEM];
151 irq = cpustat[CPUTIME_IRQ];
152 softirq = cpustat[CPUTIME_SOFTIRQ];
153 steal = cpustat[CPUTIME_STEAL];
154 guest = cpustat[CPUTIME_GUEST];
155 guest_nice = cpustat[CPUTIME_GUEST_NICE];