Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dvmparam.h157 #ifndef VM_KMEM_SIZE_SCALE
158 #define VM_KMEM_SIZE_SCALE (3) macro
/freebsd/sys/i386/include/
H A Dvmparam.h200 #ifndef VM_KMEM_SIZE_SCALE
201 #define VM_KMEM_SIZE_SCALE (1) macro
/freebsd/sys/riscv/include/
H A Dvmparam.h217 #ifndef VM_KMEM_SIZE_SCALE
218 #define VM_KMEM_SIZE_SCALE (1) macro
/freebsd/sys/powerpc/include/
H A Dvmparam.h236 #ifndef VM_KMEM_SIZE_SCALE
237 #define VM_KMEM_SIZE_SCALE (3) macro
/freebsd/sys/arm64/include/
H A Dvmparam.h277 #ifndef VM_KMEM_SIZE_SCALE
278 #define VM_KMEM_SIZE_SCALE (1) macro
/freebsd/sys/amd64/include/
H A Dvmparam.h271 #ifndef VM_KMEM_SIZE_SCALE
272 #define VM_KMEM_SIZE_SCALE (1) macro
/freebsd/sys/kern/
H A Dkern_malloc.c1119 CTASSERT(VM_KMEM_SIZE_SCALE >= 1);
1163 vm_kmem_size_scale = VM_KMEM_SIZE_SCALE; in kmeminit()
/freebsd/sys/x86/conf/
H A DNOTES637 options VM_KMEM_SIZE_SCALE
/freebsd/sys/conf/
H A Doptions629 VM_KMEM_SIZE_SCALE opt_vm.h