Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-vmem.c36 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_vmem_alloc()
53 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_vmem_zalloc()
H A Dspl-kmem.c468 ASSERT0(flags & ~KM_PUBLIC_MASK);
483 ASSERT0(flags & ~KM_PUBLIC_MASK);
H A Dspl-kmem-cache.c986 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_cache_grow()
1211 ASSERT0(flags & ~KM_PUBLIC_MASK); in spl_kmem_cache_alloc()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h55 #define KM_PUBLIC_MASK (KM_SLEEP | KM_NOSLEEP | KM_PUSHPAGE) macro