Home
last modified time | relevance | path

Searched refs:vm_phys_enqueue_contig (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_phys.h69 void vm_phys_enqueue_contig(vm_page_t m, u_long npages);
H A Dvm_phys.c1148 vm_phys_enqueue_contig(vm_page_t m, u_long npages) in vm_phys_enqueue_contig() function
1217 vm_phys_enqueue_contig(m_start, m_end - m_start); in vm_phys_free_contig()
H A Dvm_reserv.c989 vm_phys_enqueue_contig(&rv->pages[lo], hi - lo); in vm_reserv_break()
H A Dvm_page.c791 vm_phys_enqueue_contig(m, pagecount); in vm_page_startup()