Home
last modified time | relevance | path

Searched refs:VM_INITIAL_PAGEIN (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/arm/include/
H A Dvmparam.h144 #ifndef VM_INITIAL_PAGEIN
145 #define VM_INITIAL_PAGEIN 16 macro
/freebsd/sys/i386/include/
H A Dvmparam.h221 #ifndef VM_INITIAL_PAGEIN
222 #define VM_INITIAL_PAGEIN 16 macro
/freebsd/sys/riscv/include/
H A Dvmparam.h233 #ifndef VM_INITIAL_PAGEIN
234 #define VM_INITIAL_PAGEIN 16 macro
/freebsd/sys/powerpc/include/
H A Dvmparam.h225 #ifndef VM_INITIAL_PAGEIN
226 #define VM_INITIAL_PAGEIN 16 macro
/freebsd/sys/arm64/include/
H A Dvmparam.h293 #ifndef VM_INITIAL_PAGEIN
294 #define VM_INITIAL_PAGEIN 16 macro
/freebsd/sys/amd64/include/
H A Dvmparam.h285 #ifndef VM_INITIAL_PAGEIN
286 #define VM_INITIAL_PAGEIN 16 macro
/freebsd/sys/kern/
H A Dkern_exec.c1067 VM_ALLOC_COUNT(VM_INITIAL_PAGEIN) | in exec_map_first_page()
/freebsd/sys/vm/
H A Dvm_page.c4811 vm_page_t ma[VM_INITIAL_PAGEIN]; in vm_page_grab_valid()
4862 after = MIN(after, VM_INITIAL_PAGEIN); in vm_page_grab_valid()