Searched refs:VM_KMEM_SIZE_SCALE (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dvmparam.h157 #ifndef VM_KMEM_SIZE_SCALE
158 #define VM_KMEM_SIZE_SCALE (3) macro
/freebsd-11-stable/sys/arm64/include/
H A Dvmparam.h208 #ifndef VM_KMEM_SIZE_SCALE
209 #define VM_KMEM_SIZE_SCALE (3) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dvmparam.h177 #ifndef VM_KMEM_SIZE_SCALE
178 #define VM_KMEM_SIZE_SCALE (3) macro
/freebsd-11-stable/sys/riscv/include/
H A Dvmparam.h204 #ifndef VM_KMEM_SIZE_SCALE
205 #define VM_KMEM_SIZE_SCALE (3) macro
/freebsd-11-stable/sys/sparc64/include/
H A Dvmparam.h202 #ifndef VM_KMEM_SIZE_SCALE
203 #define VM_KMEM_SIZE_SCALE (tsb_kernel_ldd_phys == 0 ? 3 : 2) macro
/freebsd-11-stable/sys/mips/include/
H A Dvmparam.h114 #ifndef VM_KMEM_SIZE_SCALE
115 #define VM_KMEM_SIZE_SCALE (3) macro
/freebsd-11-stable/sys/i386/include/
H A Dvmparam.h167 #ifndef VM_KMEM_SIZE_SCALE
168 #define VM_KMEM_SIZE_SCALE (3) macro
/freebsd-11-stable/sys/amd64/include/
H A Dvmparam.h207 #ifndef VM_KMEM_SIZE_SCALE
208 #define VM_KMEM_SIZE_SCALE (1) macro
/freebsd-11-stable/sys/kern/
H A Dkern_malloc.c695 CTASSERT(VM_KMEM_SIZE_SCALE >= 1);
725 * min(max(physical memory size / VM_KMEM_SIZE_SCALE,
729 * VM_KMEM_SIZE_SCALE. However, the definitions of VM_KMEM_SIZE_MIN
740 vm_kmem_size_scale = VM_KMEM_SIZE_SCALE;

Completed in 176 milliseconds