Lines Matching refs:cpustat
34 idle = kcs->cpustat[CPUTIME_IDLE]; in get_idle_time()
50 iowait = kcs->cpustat[CPUTIME_IOWAIT]; in get_iowait_time()
101 u64 *cpustat = kcpustat.cpustat; in show_stat() local
105 user += cpustat[CPUTIME_USER]; in show_stat()
106 nice += cpustat[CPUTIME_NICE]; in show_stat()
107 system += cpustat[CPUTIME_SYSTEM]; in show_stat()
110 irq += cpustat[CPUTIME_IRQ]; in show_stat()
111 softirq += cpustat[CPUTIME_SOFTIRQ]; in show_stat()
112 steal += cpustat[CPUTIME_STEAL]; in show_stat()
113 guest += cpustat[CPUTIME_GUEST]; in show_stat()
114 guest_nice += cpustat[CPUTIME_GUEST_NICE]; in show_stat()
141 u64 *cpustat = kcpustat.cpustat; in show_stat() local
146 user = cpustat[CPUTIME_USER]; in show_stat()
147 nice = cpustat[CPUTIME_NICE]; in show_stat()
148 system = cpustat[CPUTIME_SYSTEM]; in show_stat()
151 irq = cpustat[CPUTIME_IRQ]; in show_stat()
152 softirq = cpustat[CPUTIME_SOFTIRQ]; in show_stat()
153 steal = cpustat[CPUTIME_STEAL]; in show_stat()
154 guest = cpustat[CPUTIME_GUEST]; in show_stat()
155 guest_nice = cpustat[CPUTIME_GUEST_NICE]; in show_stat()