Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dlock_mtx.c1013 state.spin_mode = true; in lck_mtx_lock_slow()
1045 state.spin_mode = true; in lck_mtx_lock_fastpath()
1338 if (!state.spin_mode) { in lck_mtx_assert_owned_spin()
1360 if (state.spin_mode) { in lck_mtx_convert_spin()
1369 state.spin_mode = false; in lck_mtx_convert_spin()
H A Dlock_mtx.h49 uint32_t spin_mode : 1; member
/xnu-12377.61.12/osfmk/vm/
H A Dvm_mteinfo_internal.h610 extern bool mteinfo_tag_storage_try_activate(uint32_t target, bool spin_mode);
H A Dvm_mteinfo.c1654 mteinfo_tag_storage_activate_locked(vm_page_list_t list, bool spin_mode) in mteinfo_tag_storage_activate_locked() argument
1684 if (spin_mode) { in mteinfo_tag_storage_activate_locked()
1757 mteinfo_tag_storage_try_activate(uint32_t target, bool spin_mode) in mteinfo_tag_storage_try_activate() argument
1794 spin_mode ? LCK_SLEEP_SPIN : LCK_SLEEP_DEFAULT, in mteinfo_tag_storage_try_activate()
1803 mteinfo_tag_storage_activate_locked(list, spin_mode); in mteinfo_tag_storage_try_activate()