Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/vm/
H A Dvm_lock_perf.h231 __vmlp_debug_counter_check(int *__vmlp_debug_counter) in __vmlp_debug_counter_check() argument
233 if (1 != *__vmlp_debug_counter) { in __vmlp_debug_counter_check()
234 panic("vmlp_api_end was run %d times in this function (expected 1).", *__vmlp_debug_counter); in __vmlp_debug_counter_check()
237 #define VMLP_DEBUG_COUNTER_DECLARE int __vmlp_debug_counter __attribute__((cleanup(__vmlp_debug_cou…
238 #define VMLP_DEBUG_COUNTER_UPDATE __vmlp_debug_counter++