Searched refs:stack_count (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_debugging.cpp | 75 int *stack_count, int *mop_count, int *loc_count, in __tsan_get_report_data() 82 *stack_count = rep->stacks.Size(); in __tsan_get_report_data() 73 __tsan_get_report_data(void * report,const char ** description,int * count,int * stack_count,int * mop_count,int * loc_count,int * mutex_count,int * thread_count,int * unique_tid_count,void ** sleep_trace,uptr trace_size) __tsan_get_report_data() argument
|
H A D | tsan_interface.h | 131 int *stack_count, int *mop_count, int *loc_count,
|
/freebsd/sys/vm/ |
H A D | uma_core.c | 3609 static int stack_count; in uma_zalloc_debug() local 3612 if (stack_count < 10) { in uma_zalloc_debug() 3613 ++stack_count; in uma_zalloc_debug()
|