Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_base.h86 extern uint32_t umem_stack_depth;
H A Dumem_impl.h79 #define UMEM_STACK_DEPTH umem_stack_depth
H A Dumem.c693 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()
1376 _bcp->bc_depth = getpcstack(_bcp->bc_stack, umem_stack_depth, \
3147 size = UMEM_BUFCTL_AUDIT_SIZE_DEPTH(umem_stack_depth); in umem_cache_init()
3155 umem_stack_depth = max_frames; in umem_cache_init()
3156 size = UMEM_BUFCTL_AUDIT_SIZE_DEPTH(umem_stack_depth); in umem_cache_init()
H A Denvvar.c176 &umem_flags, UMF_AUDIT, &umem_stack_depth
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.h37 extern uint32_t umem_stack_depth;
H A Dumem.c56 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()
2578 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 Dleaky_subr.c802 depth = MIN(bcp->bc_depth, umem_stack_depth); in leaky_subr_add_leak()