Searched refs:hw_spin_should_keep_spinning (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | lock_mtx.c | 426 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 D | simple_lock.h | 199 extern bool hw_spin_should_keep_spinning(
|
| H A D | locks.c | 212 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 D | lock_ticket.c | 506 if (__improbable(!hw_spin_should_keep_spinning(lck, pol, to, &state))) { in hw_lck_ticket_contended()
|