Skip to content
  • Alan Cox's avatar
    Introduce vm_reserv_reclaim_contig(). This function is used by · 44aab2c3
    Alan Cox authored
    contigmalloc(9) as a last resort to steal pages from an inactive,
    partially-used superpage reservation.
    
    Rename vm_reserv_reclaim() to vm_reserv_reclaim_inactive() and
    refactor it so that a separate subroutine is responsible for breaking
    the selected reservation.  This subroutine is also used by
    vm_reserv_reclaim_contig().
    44aab2c3