Home
last modified time | relevance | path

Searched refs:UMA_SLAB_BOOT (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/vm/
H A Duma.h630 #define UMA_SLAB_BOOT 0x01 /* Slab alloced from boot pages */ macro
/f-stack/freebsd/vm/
H A Duma.h630 #define UMA_SLAB_BOOT 0x01 /* Slab alloced from boot pages */ macro
H A Duma_core.c1665 *pflag = UMA_SLAB_BOOT; in startup_alloc()
1889 *pflag = UMA_SLAB_BOOT; in startup_alloc()
1916 if ((flags & UMA_SLAB_BOOT) != 0) { in page_free()
1948 if ((flags & UMA_SLAB_BOOT) != 0) { in pcpu_page_free()