Searched refs:vs_depth (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/sys/
H A Dvmem_impl_user.h59 uint8_t vs_depth; /* stack depth if UMF_AUDIT active */ member in struct:vmem_seg
/illumos-gate/usr/src/uts/common/sys/
H A Dvmem_impl.h60 uint8_t vs_depth; /* stack depth if KMF_AUDIT active */ member in struct:vmem_seg
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c510 depth = MIN(vs.vs_depth, VMEM_STACK_DEPTH);
H A Dkmem.c2275 (vs->vs_type == VMEM_ALLOC && vs->vs_depth != 0))) {
3730 depth = vs.vs_depth;
/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem.c347 vsp->vs_depth = (uint8_t)getpcstack(vsp->vs_stack,
352 vsp->vs_depth = 0;
/illumos-gate/usr/src/uts/common/os/
H A Dvmem.c477 vsp->vs_depth = (uint8_t)getpcstack(vsp->vs_stack,
482 vsp->vs_depth = 0;
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c826 depth = MIN(vs.vs_depth, VMEM_STACK_DEPTH);
H A Dumem.c2111 (vs->vs_type == VMEM_ALLOC && vs->vs_depth != 0))) {
3386 depth = vs.vs_depth;

Completed in 76 milliseconds