Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dvmparam.h166 #ifndef VM_KMEM_SIZE_MIN
167 #define VM_KMEM_SIZE_MIN (12 * 1024 * 1024) macro
/f-stack/freebsd/mips/include/
H A Dvmparam.h123 #ifndef VM_KMEM_SIZE_MIN
124 #define VM_KMEM_SIZE_MIN (12 * 1024 * 1024) macro
/f-stack/freebsd/i386/include/
H A Dvmparam.h210 #ifndef VM_KMEM_SIZE_MIN
211 #define VM_KMEM_SIZE_MIN (12 * 1024 * 1024) macro
/f-stack/freebsd/kern/
H A Dkern_malloc.c1085 #ifdef VM_KMEM_SIZE_MIN in kmeminit()
1087 vm_kmem_size_min = VM_KMEM_SIZE_MIN; in kmeminit()