Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dvmstat.c33 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/
Dresource_monitor.py124 (cpu_user, cpu_sys, cpu_nice, cpu_idle, io_wait, irq, sirq,
143 IOWait=io_wait, IRQ=irq, SoftIRQ=sirq, Steal=steal,