Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c58 #define KM_ALLOCATED 0x01 macro
1248 if (type & KM_ALLOCATED) in kmem_walk_init_common()
1266 if ((cp->cache_flags & KMF_HASH) && (type & KM_ALLOCATED)) { in kmem_walk_init_common()
1276 if (type & KM_ALLOCATED) in kmem_walk_init_common()
1294 if (type & KM_ALLOCATED) in kmem_walk_init_common()
1454 if (type & KM_ALLOCATED) in kmem_walk_step()
1528 } else if (type & KM_ALLOCATED) { in kmem_walk_step()
1649 return (kmem_walk_init_common(wsp, KM_ALLOCATED)); in kmem_walk_init()
1657 return (kmem_walk_init_common(wsp, KM_ALLOCATED | KM_BUFCTL)); in bufctl_walk_init()