Searched defs:uSoftirq (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/linux/
H A DPerformanceLinux.cpp140 long long unsigned uUser, uNice, uKernel, uIdle, uIowait, uIrq, uSoftirq; local
150 &uIrq, &uSoftirq) == 7)
153 mKernel = uKernel + uIrq + uSoftirq;
161 &uIrq, &uSoftirq) == 7)
164 mSingleKernel = uKernel + uIrq + uSoftirq;

Completed in 40 milliseconds