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

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c55 #define KM_BUFCTL 0x04 macro
1214 if ((type & KM_BUFCTL) && !(cp->cache_flags & KMF_HASH)) {
1366 if (type & KM_BUFCTL)
1385 if (type & KM_BUFCTL) {
1524 if (type & KM_BUFCTL) {
1549 if (type & KM_BUFCTL) {
1550 mdb_warn("impossible situation: small-slab KM_BUFCTL walk for "
1643 return (kmem_walk_init_common(wsp, KM_ALLOCATED | KM_BUFCTL));
1667 return (kmem_walk_init_common(wsp, KM_FREE | KM_BUFCTL));
1676 KM_FREE | KM_BUFCTL | KM_CONSTRUCTE
[all...]

Completed in 117 milliseconds