Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dcpu_quiesce.c243 st->state = CPU_QUIESCE_COUNTER_JOINED; in cpu_quiescent_counter_ast()
273 assert(st->state == CPU_QUIESCE_COUNTER_JOINED || in cpu_quiescent_counter_leave()
329 if (__probable(st->state != CPU_QUIESCE_COUNTER_JOINED)) { in cpu_quiescent_counter_checkin()
376 assert(st->state == CPU_QUIESCE_COUNTER_JOINED); in cpu_quiescent_counter_assert_ast()
H A Dcpu_quiesce.h43 CPU_QUIESCE_COUNTER_JOINED = 2, enumerator