Home
last modified time | relevance | path

Searched refs:VM_ALLOC_COUNT (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/vm/
H A Dvm_page.h509 #define VM_ALLOC_COUNT_MASK (VM_ALLOC_COUNT(VM_ALLOC_COUNT_MAX))
510 #define VM_ALLOC_COUNT(count) ({ /* (acgn) Additional pages */ \ macro
H A Dphys_pager.c255 VM_ALLOC_NORMAL | VM_ALLOC_COUNT(ahead), &pages); in default_phys_pager_populate()
H A Dvm_page.c5247 pflags | VM_ALLOC_COUNT(count - i), &pages); in vm_page_grab_pages()
/freebsd/sys/kern/
H A Dkern_exec.c1094 VM_ALLOC_COUNT(VM_INITIAL_PAGEIN) | in exec_map_first_page()
H A Dvfs_bio.c5055 VM_ALLOC_COUNT((to - pg) >> PAGE_SHIFT) | VM_ALLOC_WAITOK); in vm_hold_load_pages()