Searched refs:KM_PUBLIC_MASK (Results 1 – 4 of 4) sorted by relevance
37 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_vmem_alloc()54 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_vmem_zalloc()
458 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_kmem_alloc()473 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_kmem_zalloc()
1022 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_cache_grow()1237 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_kmem_cache_alloc()
48 #define KM_PUBLIC_MASK (KM_SLEEP | KM_NOSLEEP | KM_PUSHPAGE) macro