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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceStats.cpp66 uint64_t au64LastCpuLoad_Kernel[VMM_MAX_CPU_COUNT]; member in struct:_VBOXSTATSCONTEXT
97 RT_ZERO(gCtx.au64LastCpuLoad_Kernel);
220 if (gCtx.au64LastCpuLoad_Kernel == 0)
224 gCtx.au64LastCpuLoad_Kernel[0] = pProcInfo->KernelTime.QuadPart;
234 uint64_t deltaKernel = (pProcInfo->KernelTime.QuadPart - gCtx.au64LastCpuLoad_Kernel[0]);
248 gCtx.au64LastCpuLoad_Kernel[0] = pProcInfo->KernelTime.QuadPart;
379 uint64_t u64DeltaSystem = u64System - gCtx.au64LastCpuLoad_Kernel[u32CpuId];
391 gCtx.au64LastCpuLoad_Kernel[u32CpuId] = u64System;
537 uint64_t u64DeltaSystem = u64System - gCtx.au64LastCpuLoad_Kernel[cCPUs];
545 gCtx.au64LastCpuLoad_Kernel[cCPU
[all...]

Completed in 42 milliseconds