Home
last modified time | relevance | path

Searched refs:UMA_SLAB_PRIV (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/arm64/arm64/
H A Duma_machdep.c48 *flags = UMA_SLAB_PRIV; in uma_small_alloc()
/f-stack/freebsd/amd64/amd64/
H A Duma_machdep.c50 *flags = UMA_SLAB_PRIV; in uma_small_alloc()
/f-stack/freebsd/mips/mips/
H A Duma_machdep.c51 *flags = UMA_SLAB_PRIV; in uma_small_alloc()
/f-stack/tools/compat/include/vm/
H A Duma.h632 #define UMA_SLAB_PRIV 0x08 /* Slab alloced from priv allocator */ macro
/f-stack/freebsd/vm/
H A Duma.h632 #define UMA_SLAB_PRIV 0x08 /* Slab alloced from priv allocator */ macro
H A Dvm_map.c195 *pflag = UMA_SLAB_PRIV; in kmapent_alloc()
228 if ((pflag & UMA_SLAB_PRIV) == 0) in kmapent_free()
H A Duma_core.c1843 *flags = UMA_SLAB_PRIV; in noobj_alloc()