Searched refs:order_start (Results 1 – 1 of 1) sorted by relevance
1199 int order_start, order_end; in vm_phys_free_contig() local1205 order_start = max_order(m_start); in vm_phys_free_contig()1206 if (order_start < VM_NFREEORDER - 1) in vm_phys_free_contig()1207 m_start += 1 << order_start; in vm_phys_free_contig()1218 if (order_start < VM_NFREEORDER - 1) in vm_phys_free_contig()1219 vm_phys_free_pages(m, order_start); in vm_phys_free_contig()