Searched defs:UM_BUFCTL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c49 #define UM_BUFCTL 0x4 macro
1180 if ((type & UM_BUFCTL) && !(cp->cache_flags & UMF_HASH)) {
1327 if (type & UM_BUFCTL)
1346 if (type & UM_BUFCTL) {
1487 if (type & UM_BUFCTL) {
1512 if (type & UM_BUFCTL) {
1513 mdb_warn("impossible situation: small-slab UM_BUFCTL walk for "
1606 return (umem_walk_init_common(wsp, UM_ALLOCATED | UM_BUFCTL));
1622 return (umem_walk_init_common(wsp, UM_FREE | UM_BUFCTL));

Completed in 75 milliseconds