Searched refs:GET_TICKS_VALUE_FROM_TIMER (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | host.c | 498 #define GET_TICKS_VALUE_FROM_TIMER(processor, state, timer) \ in host_statistics() macro 522 GET_TICKS_VALUE_FROM_TIMER(processor, CPU_STATE_USER, user_state); in host_statistics() 524 GET_TICKS_VALUE_FROM_TIMER(processor, CPU_STATE_SYSTEM, system_state); in host_statistics() 527 GET_TICKS_VALUE_FROM_TIMER(processor, CPU_STATE_USER, system_state); in host_statistics() 536 GET_TICKS_VALUE_FROM_TIMER(processor, CPU_STATE_IDLE, idle_state); in host_statistics()
|