Lines Matching refs:m_end
1385 vm_page_t m_end; in vm_phys_enqueue_contig() local
1396 m_end = m + npages; in vm_phys_enqueue_contig()
1399 if (m < m_end && in vm_phys_enqueue_contig()
1408 while (m + (1 << order) <= m_end) { in vm_phys_enqueue_contig()
1411 __func__, m_end - npages, m)); in vm_phys_enqueue_contig()
1416 vm_phys_enq_beg(m, m_end - m, fl, pool, 1); in vm_phys_enqueue_contig()
1430 vm_page_t m_start, m_end; in vm_phys_free_contig() local
1442 m_end = m + npages; in vm_phys_free_contig()
1445 m_end -= 1 << order_end; in vm_phys_free_contig()
1450 if (m_start < m_end) in vm_phys_free_contig()
1451 vm_phys_enqueue_contig(m_start, pool, m_end - m_start); in vm_phys_free_contig()
1455 vm_phys_free_pages(m_end, pool, order_end); in vm_phys_free_contig()