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

/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c510 depth = MIN(vs.vs_depth, VMEM_STACK_DEPTH);
H A Dkmem.c2259 (vs->vs_type == VMEM_ALLOC && vs->vs_depth != 0))) {
3714 depth = vs.vs_depth;
/opensolaris-onvv-gate/usr/src/lib/libumem/common/
H A Dvmem.c346 vsp->vs_depth = (uint8_t)getpcstack(vsp->vs_stack,
351 vsp->vs_depth = 0;
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dvmem.c472 vsp->vs_depth = (uint8_t)getpcstack(vsp->vs_stack,
477 vsp->vs_depth = 0;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c826 depth = MIN(vs.vs_depth, VMEM_STACK_DEPTH);
H A Dumem.c1926 (vs->vs_type == VMEM_ALLOC && vs->vs_depth != 0))) {
3201 depth = vs.vs_depth;

Completed in 274 milliseconds