Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dlock_mtx.c426 hw_spin_should_keep_spinning(lock, pol, to, ss); in lck_mtx_ilk_lock_cleanup_as_mcs()
477 hw_spin_should_keep_spinning(lock, pol, to, &ss); in lck_mtx_ilk_lock_contended()
495 hw_spin_should_keep_spinning(lock, pol, to, &ss); in lck_mtx_ilk_lock_contended()
518 hw_spin_should_keep_spinning(lock, pol, to, &ss); in lck_mtx_ilk_lock_contended()
752 hw_spin_should_keep_spinning(lock, pol, to, &ss); in lck_mtx_lock_adaptive_spin()
H A Dsimple_lock.h199 extern bool hw_spin_should_keep_spinning(
H A Dlocks.c212 hw_spin_should_keep_spinning( in hw_spin_should_keep_spinning() function
579 } while (hw_spin_should_keep_spinning(lock, pol, to, &state)); in hw_lock_lock_contended()
645 hw_spin_should_keep_spinning(address, pol, to, &state); in hw_wait_while_equals32()
660 hw_spin_should_keep_spinning(address, pol, to, &state); in hw_wait_while_equals64()
869 } while (hw_spin_should_keep_spinning(lock, pol, to, &state)); in hw_lock_bit_to_contended()
H A Dlock_ticket.c506 if (__improbable(!hw_spin_should_keep_spinning(lck, pol, to, &state))) { in hw_lck_ticket_contended()