Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dvmstat.c33 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member
115 top[idx].sys += top[idx].irq + top[idx].sirq; in vmstat_main()