Searched refs:VM_KMEM_SIZE_MIN (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/arm/include/
H A Dvmparam.h151 #ifndef VM_KMEM_SIZE_MIN
152 #define VM_KMEM_SIZE_MIN (12 * 1024 * 1024) macro
/freebsd-11.0-release/sys/i386/include/
H A Dvmparam.h174 #ifndef VM_KMEM_SIZE_MIN
175 #define VM_KMEM_SIZE_MIN (12 * 1024 * 1024) macro
/freebsd-11.0-release/sys/mips/include/
H A Dvmparam.h121 #ifndef VM_KMEM_SIZE_MIN
122 #define VM_KMEM_SIZE_MIN (12 * 1024 * 1024) macro
/freebsd-11.0-release/sys/arm64/include/
H A Dvmparam.h215 #ifndef VM_KMEM_SIZE_MIN
216 #define VM_KMEM_SIZE_MIN (16 * 1024 * 1024) macro
/freebsd-11.0-release/sys/powerpc/include/
H A Dvmparam.h184 #ifndef VM_KMEM_SIZE_MIN
185 #define VM_KMEM_SIZE_MIN (12 * 1024 * 1024) macro
/freebsd-11.0-release/sys/riscv/include/
H A Dvmparam.h211 #ifndef VM_KMEM_SIZE_MIN
212 #define VM_KMEM_SIZE_MIN (16 * 1024 * 1024) macro
/freebsd-11.0-release/sys/sparc64/include/
H A Dvmparam.h209 #ifndef VM_KMEM_SIZE_MIN
210 #define VM_KMEM_SIZE_MIN (16 * 1024 * 1024) macro
/freebsd-11.0-release/sys/kern/
H A Dkern_malloc.c700 #ifdef VM_KMEM_SIZE_MIN
702 vm_kmem_size_min = VM_KMEM_SIZE_MIN;
715 * VM_KMEM_SIZE_MIN), VM_KMEM_SIZE_MAX)
718 * VM_KMEM_SIZE_SCALE. However, the definitions of VM_KMEM_SIZE_MIN

Completed in 92 milliseconds