Searched refs:lck_debug_state (Results 1 – 4 of 4) sorted by relevance
86 struct lck_debug_state lck_debug_state; variable307 if (lck_debug_state.lds_counts[feat]++ == 0) { in lck_grp_enable_feature()308 os_atomic_or(&lck_debug_state.lds_value, bit, relaxed); in lck_grp_enable_feature()320 v = --lck_debug_state.lds_counts[feat]; in lck_grp_disable_feature()325 os_atomic_andnot(&lck_debug_state.lds_value, bit, relaxed); in lck_grp_disable_feature()
121 extern struct lck_debug_state { struct124 } lck_debug_state; argument
154 return lck_debug_state.lds_value; in lockstat_enabled()
258 #define LCK_MTX_SNIFF_DTRACE() lck_debug_state.lds_value1139 take_slowpath |= lck_debug_state.lds_value; in lck_mtx_try_lock_fastpath()