Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dvmparam.h146 #ifndef VM_INITIAL_PAGEIN
147 #define VM_INITIAL_PAGEIN 16 macro
/f-stack/freebsd/mips/include/
H A Dvmparam.h137 #ifndef VM_INITIAL_PAGEIN
138 #define VM_INITIAL_PAGEIN 16 macro
/f-stack/freebsd/i386/include/
H A Dvmparam.h224 #ifndef VM_INITIAL_PAGEIN
225 #define VM_INITIAL_PAGEIN 16 macro
/f-stack/freebsd/arm64/include/
H A Dvmparam.h219 #ifndef VM_INITIAL_PAGEIN
220 #define VM_INITIAL_PAGEIN 16 macro
/f-stack/freebsd/amd64/include/
H A Dvmparam.h254 #ifndef VM_INITIAL_PAGEIN
255 #define VM_INITIAL_PAGEIN 16 macro
/f-stack/freebsd/kern/
H A Dkern_exec.c1006 VM_ALLOC_COUNT(VM_INITIAL_PAGEIN) | in exec_map_first_page()
/f-stack/freebsd/vm/
H A Dvm_page.c4586 vm_page_t ma[VM_INITIAL_PAGEIN]; in vm_page_grab_valid()
4633 after = MIN(after, VM_INITIAL_PAGEIN); in vm_page_grab_valid()