D | stat.c | 110 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local 117 user = nice = system = idle = iowait = in show_stat() 130 system += cpustat[CPUTIME_SYSTEM]; in show_stat() 152 seq_put_decimal_ull(p, " ", nsec_to_clock_t(system)); in show_stat() 171 system = cpustat[CPUTIME_SYSTEM]; in show_stat() 182 seq_put_decimal_ull(p, " ", nsec_to_clock_t(system)); in show_stat()
|