Searched refs:KM_PUBLIC_MASK (Results 1 – 4 of 4) sorted by relevance
36 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_vmem_alloc()53 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_vmem_zalloc()
468 ASSERT0(flags & ~KM_PUBLIC_MASK);483 ASSERT0(flags & ~KM_PUBLIC_MASK);
986 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_cache_grow()1211 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_kmem_cache_alloc()
55 #define KM_PUBLIC_MASK (KM_SLEEP | KM_NOSLEEP | KM_PUSHPAGE) macro