Searched refs:__vmlp_debug_counter (Results 1 – 1 of 1) sorted by relevance
231 __vmlp_debug_counter_check(int *__vmlp_debug_counter) in __vmlp_debug_counter_check() argument233 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++