Searched refs:KMF_PREFILL (Results 1 – 2 of 2) sorted by relevance
72 #define KMF_PREFILL 0x00004000 /* Prefill the slab when created. */ macro
1680 if (new_slab && prefill && (cp->cache_flags & KMF_PREFILL) && in kmem_slab_alloc_impl()2731 ASSERT((cache_flags & (KMF_PREFILL|KMF_BUFTAG)) == KMF_PREFILL); in kmem_slab_prefill()3727 cp->cache_flags |= KMF_PREFILL; in kmem_cache_create()3850 cp->cache_flags &= ~KMF_PREFILL; in kmem_cache_create()