Home
last modified time | relevance | path

Searched refs:softirq (Results 1 – 1 of 1) sorted by relevance

/fs/proc/
A Dstat.c85 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local
93 irq = softirq = steal = 0; in show_stat()
111 softirq += cpustat[CPUTIME_SOFTIRQ]; in show_stat()
133 seq_put_decimal_ull(p, " ", nsec_to_clock_t(softirq)); in show_stat()
152 softirq = cpustat[CPUTIME_SOFTIRQ]; in show_stat()
163 seq_put_decimal_ull(p, " ", nsec_to_clock_t(softirq)); in show_stat()

Completed in 4 milliseconds