Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dmmzone.h1010 ZONE_RECLAIM_ACTIVE, /* kswapd may be scanning the zone. */ enumerator
/linux-6.12.1/mm/
Dvmscan.c6801 set_bit(ZONE_RECLAIM_ACTIVE, &zone->flags); in update_reclaim_active()
6803 clear_bit(ZONE_RECLAIM_ACTIVE, &zone->flags); in update_reclaim_active()
Dpage_alloc.c2567 if (test_bit(ZONE_RECLAIM_ACTIVE, &zone->flags)) { in nr_pcp_high()