Home
last modified time | relevance | path

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

/xnu-12377.81.4/tools/lldbmacros/
H A Drecount.py573 state_time = pr.pr_recount.rpr_state_last_abs_time
574 state = state_time >> 63
578 state_time & ~(0x1 << 63),
/xnu-12377.81.4/osfmk/kern/
H A Drecount.c1192 __assert_only uint64_t state_time = os_atomic_load_wide( in recount_processor_idle() local
1194 assert((state_time & RCT_PR_IDLING) == 0); in recount_processor_idle()