Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dcpu_quiesce.c290 checkin_mask_t orig_state = os_atomic_andnot_orig(&cpu_quiescing_checkin_state, in cpu_quiescent_counter_leave() local
293 assert((orig_state & cpu_expected_bit(cpuid))); in cpu_quiescent_counter_leave()
297 if (cpu_quiescent_counter_needs_commit(orig_state)) { in cpu_quiescent_counter_leave()
307 checkin_mask_t new_state = orig_state & ~mask; in cpu_quiescent_counter_leave()
352 checkin_mask_t orig_state = os_atomic_or_orig(&cpu_quiescing_checkin_state, in cpu_quiescent_counter_checkin() local
355 checkin_mask_t new_state = orig_state | cpu_checked_in_bit(cpuid); in cpu_quiescent_counter_checkin()
358 assertf(!cpu_quiescent_counter_needs_commit(orig_state), in cpu_quiescent_counter_checkin()
359 "old: 0x%lx, new: 0x%lx", orig_state, new_state); in cpu_quiescent_counter_checkin()