Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dlock_mtx.c1010 uint64_t take_slowpath = 0; in lck_mtx_lock_fastpath() local
1013 take_slowpath |= LCK_MTX_SNIFF_PREEMPTION(thread); in lck_mtx_lock_fastpath()
1015 take_slowpath |= LCK_MTX_SNIFF_DTRACE(); in lck_mtx_lock_fastpath()
1031 take_slowpath |= state.val; in lck_mtx_lock_fastpath()
1032 if (__improbable(take_slowpath)) { in lck_mtx_lock_fastpath()
1123 uint32_t take_slowpath = 0; in lck_mtx_try_lock_fastpath() local
1126 take_slowpath |= lck_debug_state.lds_value; in lck_mtx_try_lock_fastpath()
1142 take_slowpath |= odata; in lck_mtx_try_lock_fastpath()
1143 if (__probable(!take_slowpath)) { in lck_mtx_try_lock_fastpath()
1261 uint32_t take_slowpath = 0; in lck_mtx_unlock() local
[all …]
H A Dlock_ptr.c78 unsigned long take_slowpath = 0; in hw_lck_ptr_take_slowpath() local
80 take_slowpath = tmp.lck_ptr_value & check_bits.lck_ptr_value; in hw_lck_ptr_take_slowpath()
82 take_slowpath |= lockstat_enabled(); in hw_lck_ptr_take_slowpath()
84 return take_slowpath; in hw_lck_ptr_take_slowpath()