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.h550 #define VM_ALLOC_COUNT_MASK (VM_ALLOC_COUNT(VM_ALLOC_COUNT_MAX))
551 #define VM_ALLOC_COUNT(count) ({ \ macro
H A Dphys_pager.c251 VM_ALLOC_NORMAL | VM_ALLOC_COUNT(ahead)); in default_phys_pager_populate()
H A Dvm_page.c5022 pflags | VM_ALLOC_COUNT(count - i), mpred); in vm_page_grab_pages()
/freebsd/sys/kern/
H A Dkern_exec.c1067 VM_ALLOC_COUNT(VM_INITIAL_PAGEIN) | in exec_map_first_page()
H A Dvfs_bio.c5042 VM_ALLOC_COUNT((to - pg) >> PAGE_SHIFT) | VM_ALLOC_WAITOK); in vm_hold_load_pages()