Searched refs:umem_stack_depth (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libumem/common/ |
H A D | umem_base.h | 86 extern uint32_t umem_stack_depth;
|
H A D | umem_impl.h | 76 #define UMEM_STACK_DEPTH umem_stack_depth
|
H A D | umem.c | 693 uint32_t umem_stack_depth = 15; /* # stack frames in a bufctl_audit */ variable 1210 for (d = 0; d < MIN(bcap->bc_depth, umem_stack_depth); d++) { in umem_error() 1372 _bcp->bc_depth = getpcstack(_bcp->bc_stack, umem_stack_depth, \ 3138 size = UMEM_BUFCTL_AUDIT_SIZE_DEPTH(umem_stack_depth); in umem_cache_init() 3146 umem_stack_depth = max_frames; in umem_cache_init() 3147 size = UMEM_BUFCTL_AUDIT_SIZE_DEPTH(umem_stack_depth); in umem_cache_init()
|
H A D | envvar.c | 175 &umem_flags, UMF_AUDIT, &umem_stack_depth
|
/titanic_50/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.h | 39 extern uint32_t umem_stack_depth;
|
H A D | umem.c | 56 uint32_t umem_stack_depth; variable 89 if (UMEM_READVAR(umem_stack_depth)) in umem_update_variables() 94 if (umem_stack_depth > UMEM_MAX_STACK_DEPTH) { in umem_update_variables() 97 umem_stack_depth, UMEM_MAX_STACK_DEPTH); in umem_update_variables() 100 umem_stack_depth = 0; in umem_update_variables() 2577 depth = MIN(bcp->bc_depth, umem_stack_depth); in bufctl() 3497 depth = MIN(bcp->bc_depth, umem_stack_depth); in showbc() 3620 int i, depth = MIN(bcp->bc_depth, umem_stack_depth); in umu_add() 3630 size_t trace_size = umem_stack_depth * sizeof (uintptr_t); in umu_add() 3646 umem_stack_depth * (umo - umu->umu_hash)]; in umu_add() [all …]
|
H A D | leaky_subr.c | 804 depth = MIN(bcp->bc_depth, umem_stack_depth); in leaky_subr_add_leak()
|