Home
last modified time | relevance | path

Searched refs:KM_PUBLIC_MASK (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-vmem.c37 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_vmem_alloc()
54 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_vmem_zalloc()
H A Dspl-kmem.c458 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_kmem_alloc()
473 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_kmem_zalloc()
H A Dspl-kmem-cache.c1022 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_cache_grow()
1237 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_kmem_cache_alloc()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h48 #define KM_PUBLIC_MASK (KM_SLEEP | KM_NOSLEEP | KM_PUSHPAGE) macro