Lines Matching refs:cpustat
30 idle = kcs->cpustat[CPUTIME_IDLE];
40 iowait = kcs->cpustat[CPUTIME_IOWAIT];
56 /* !NO_HZ or cpu offline so we can rely on cpustat.idle */
57 idle = kcs->cpustat[CPUTIME_IDLE];
72 /* !NO_HZ or cpu offline so we can rely on cpustat.iowait */
73 iowait = kcs->cpustat[CPUTIME_IOWAIT];
124 u64 *cpustat = kcpustat.cpustat;
128 user += cpustat[CPUTIME_USER];
129 nice += cpustat[CPUTIME_NICE];
130 system += cpustat[CPUTIME_SYSTEM];
133 irq += cpustat[CPUTIME_IRQ];
134 softirq += cpustat[CPUTIME_SOFTIRQ];
135 steal += cpustat[CPUTIME_STEAL];
136 guest += cpustat[CPUTIME_GUEST];
137 guest_nice += cpustat[CPUTIME_GUEST_NICE];
164 u64 *cpustat = kcpustat.cpustat;
169 user = cpustat[CPUTIME_USER];
170 nice = cpustat[CPUTIME_NICE];
171 system = cpustat[CPUTIME_SYSTEM];
174 irq = cpustat[CPUTIME_IRQ];
175 softirq = cpustat[CPUTIME_SOFTIRQ];
176 steal = cpustat[CPUTIME_STEAL];
177 guest = cpustat[CPUTIME_GUEST];
178 guest_nice = cpustat[CPUTIME_GUEST_NICE];