Home
last modified time | relevance | path

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

/xnu-8796.101.5/osfmk/kern/
H A Dcpu_quiesce.c203 st->state = CPU_QUIESCE_COUNTER_PENDING_JOIN; in cpu_quiescent_counter_join()
222 assert(st->state == CPU_QUIESCE_COUNTER_PENDING_JOIN); in cpu_quiescent_counter_ast()
274 st->state == CPU_QUIESCE_COUNTER_PENDING_JOIN); in cpu_quiescent_counter_leave()
279 if (st->state == CPU_QUIESCE_COUNTER_PENDING_JOIN) { in cpu_quiescent_counter_leave()
H A Dcpu_quiesce.h41 CPU_QUIESCE_COUNTER_PENDING_JOIN = 1, enumerator