Home
last modified time | relevance | path

Searched refs:GET_TICKS_VALUE_FROM_TIMER (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dhost.c498 #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()