Home
last modified time | relevance | path

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

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