You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mm: perform 'last chance' reclaim efforts before allocation failure
In get_page_from_freelist(), perform an additional (last_chance)
zone scan while calling zone_reclaim() before returning failure.
This 'last chance' functionality is only enabled when the code is
about to return an allocation failure or retry the allocation.
Only 'easy' reclaim is performed on the preferred node.
Orabug: 31295499
Signed-off-by: Mike Kravetz <[email protected]>
Reviewed-by: Khalid Aziz <[email protected]>
Signed-off-by: Brian Maly <[email protected]>
0 commit comments