Searched refs:ndelta (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/osfmk/i386/ |
| H A D | pmCPU.c | 201 uint64_t ndelta = itime - tmrCvt(c3res + c6res + c7res, tscFCvtt2n); in machine_idle() local 202 KERNEL_DEBUG_CONSTANT(0xcead0000, ndelta, itime, c7res, c6res, c3res); in machine_idle() 203 if ((itime > 1000000) && (ndelta > 250000)) { in machine_idle() 204 KERNEL_DEBUG_CONSTANT(0xceae0000, ndelta, itime, c7res, c6res, c3res); in machine_idle()
|