Searched refs:vm_phys_enqueue_contig (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/vm/ |
H A D | vm_phys.h | 67 void vm_phys_enqueue_contig(vm_page_t m, int pool, u_long npages);
|
H A D | vm_phys.c | 1381 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 D | vm_reserv.c | 956 vm_phys_enqueue_contig(&rv->pages[pos0], VM_FREEPOOL_DEFAULT, in vm_reserv_break()
|
H A D | vm_page.c | 845 vm_phys_enqueue_contig(m, pool, pagecount); in vm_page_startup()
|