Searched defs:uKernel (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Main/src-server/linux/ |
H A D | PerformanceLinux.cpp | 140 long long unsigned uUser, uNice, uKernel, uIdle, uIowait, uIrq, uSoftirq; local 149 &uUser, &uNice, &uKernel, &uIdle, &uIowait, 153 mKernel = uKernel + uIrq + uSoftirq; 160 &uUser, &uNice, &uKernel, &uIdle, &uIowait, 164 mSingleKernel = uKernel + uIrq + uSoftirq;
|
Completed in 222 milliseconds