Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_phys.h67 void vm_phys_enqueue_contig(vm_page_t m, int pool, u_long npages);
H A Dvm_phys.c1381 vm_phys_enqueue_contig(vm_page_t m, int pool, u_long npages) in vm_phys_enqueue_contig() function
1451 vm_phys_enqueue_contig(m_start, pool, m_end - m_start); in vm_phys_free_contig()
H A Dvm_reserv.c956 vm_phys_enqueue_contig(&rv->pages[pos0], VM_FREEPOOL_DEFAULT, in vm_reserv_break()
H A Dvm_page.c845 vm_phys_enqueue_contig(m, pool, pagecount); in vm_page_startup()