Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dphys_pager.c253 VM_ALLOC_NORMAL | VM_ALLOC_COUNT(ahead)); in default_phys_pager_populate()
H A Dvm_page.h552 #define VM_ALLOC_COUNT(count) ((count) << VM_ALLOC_COUNT_SHIFT) macro
H A Dvm_page.c4792 pflags | VM_ALLOC_COUNT(count - i), mpred); in vm_page_grab_pages()
/f-stack/freebsd/kern/
H A Dkern_exec.c1006 VM_ALLOC_COUNT(VM_INITIAL_PAGEIN) | in exec_map_first_page()
H A Dvfs_bio.c4902 VM_ALLOC_WIRED | VM_ALLOC_COUNT((to - pg) >> PAGE_SHIFT) | in vm_hold_load_pages()