Searched refs:lck_debug_state (Results 1 – 4 of 4) sorted by relevance
84 struct lck_debug_state lck_debug_state; variable305 if (lck_debug_state.lds_counts[feat]++ == 0) { in lck_grp_enable_feature()306 os_atomic_or(&lck_debug_state.lds_value, bit, relaxed); in lck_grp_enable_feature()318 v = --lck_debug_state.lds_counts[feat]; in lck_grp_disable_feature()323 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()
245 #define LCK_MTX_SNIFF_DTRACE() lck_debug_state.lds_value1126 take_slowpath |= lck_debug_state.lds_value; in lck_mtx_try_lock_fastpath()