Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h72 #define KMF_PREFILL 0x00004000 /* Prefill the slab when created. */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1693 if (new_slab && prefill && (cp->cache_flags & KMF_PREFILL) && in kmem_slab_alloc_impl()
2744 ASSERT((cache_flags & (KMF_PREFILL|KMF_BUFTAG)) == KMF_PREFILL); in kmem_slab_prefill()
3811 cp->cache_flags |= KMF_PREFILL; in kmem_cache_create()
3935 cp->cache_flags &= ~KMF_PREFILL; in kmem_cache_create()