Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/vm/
Dvm_page.h401 #define VM_ALLOC_COUNT(count) ((count) << VM_ALLOC_COUNT_SHIFT) macro
/freebsd-10-stable/sys/kern/
Dvfs_bio.c3570 VM_ALLOC_COUNT(desiredpages - bp->b_npages)); in allocbuf()
4310 VM_ALLOC_WIRED | VM_ALLOC_COUNT((to - pg) >> PAGE_SHIFT)); in vm_hold_load_pages()