Home
last modified time | relevance | path

Searched refs:ZONE_RECLAIM_ACTIVE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dmmzone.h1005 ZONE_RECLAIM_ACTIVE, /* kswapd may be scanning the zone. */ enumerator
/openbmc/linux/mm/
H A Dvmscan.c7383 set_bit(ZONE_RECLAIM_ACTIVE, &zone->flags); in update_reclaim_active()
7385 clear_bit(ZONE_RECLAIM_ACTIVE, &zone->flags); in update_reclaim_active()
H A Dpage_alloc.c2382 if (!test_bit(ZONE_RECLAIM_ACTIVE, &zone->flags)) in nr_pcp_high()