Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dlock_ptr.c326 hw_lck_ptr_t curv; in hw_lck_ptr_unlock_fastpath() local
335 curv = atomic_load_explicit((hw_lck_ptr_t _Atomic *)lck, in hw_lck_ptr_unlock_fastpath()
338 curv.lck_ptr_stats = false; in hw_lck_ptr_unlock_fastpath()
339 curv.lck_ptr_mcs_tail = 0; in hw_lck_ptr_unlock_fastpath()
342 xorv.lck_ptr_value ^= curv.lck_ptr_value; in hw_lck_ptr_unlock_fastpath()
344 curv.lck_ptr_value = in hw_lck_ptr_unlock_fastpath()
348 if (__improbable(hw_lck_ptr_take_slowpath(curv))) { in hw_lck_ptr_unlock_fastpath()