Searched refs:KMC_IDENTIFIER (Results 1 – 3 of 3) sorted by relevance
82 #define KMC_IDENTIFIER 0x00400000 /* internal use only */ macro
1200 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()
2342 int identifier = ((c->cache_flags & KMC_IDENTIFIER) != 0); in whatis_walk_cache()