Searched refs:stack_count (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/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() argument 82 *stack_count = rep->stacks.Size(); in __tsan_get_report_data()
|
H A D | tsan_interface.h | 131 int *stack_count, int *mop_count, int *loc_count,
|
/freebsd-src/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | tsan_interface.h | 210 void *report, const char **description, int *count, int *stack_count,
|
/freebsd-src/sys/vm/ |
H A D | uma_core.c | 3609 static int stack_count; in uma_zalloc_debug() 3612 if (stack_count < 10) { in uma_zalloc_debug() 3613 ++stack_count; in uma_zalloc_debug() 3606 static int stack_count; uma_zalloc_debug() local
|