Searched refs:sirq (Results 1 – 2 of 2) sorted by relevance
/external/toybox/toys/other/ |
D | vmstat.c | 33 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member 113 top[idx].sys += top[idx].irq + top[idx].sirq; in vmstat_main()
|
/external/autotest/server/cros/ |
D | resource_monitor.py | 129 (cpu_user, cpu_sys, cpu_nice, cpu_idle, io_wait, irq, sirq, 148 IOWait=io_wait, IRQ=irq, SoftIRQ=sirq, Steal=steal,
|