Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmmzone.h1077 ZONE_RECLAIM_ACTIVE, /* kswapd may be scanning the zone. */ enumerator
/linux/Documentation/mm/
H A Dphysical_memory.rst532 watermarks. Cleared when kswapd is woken. ``ZONE_RECLAIM_ACTIVE`` (bit 1):
/linux/mm/
H A Dvmscan.c6966 set_bit(ZONE_RECLAIM_ACTIVE, &zone->flags); in update_reclaim_active()
6968 clear_bit(ZONE_RECLAIM_ACTIVE, &zone->flags); in update_reclaim_active()
H A Dpage_alloc.c2792 if (test_bit(ZONE_RECLAIM_ACTIVE, &zone->flags)) { in nr_pcp_high()