Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dkmem.h82 #define KMC_IDENTIFIER 0x00400000 /* internal use only */ macro
/titanic_50/usr/src/uts/common/os/
H A Dkmem.c1200 if (!(cp->cache_cflags & KMC_IDENTIFIER)) in kmem_cache_applyall_id()
3663 ASSERT(!(cflags & KMC_IDENTIFIER)); /* consumer should not set this */ in kmem_cache_create()
3665 cflags |= KMC_IDENTIFIER; in kmem_cache_create()
3987 ASSERT(!(cp->cache_cflags & KMC_IDENTIFIER)); in kmem_cache_set_move()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2342 int identifier = ((c->cache_flags & KMC_IDENTIFIER) != 0); in whatis_walk_cache()