Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dmmzone.h1000 ZONE_RECLAIM_ACTIVE, /* kswapd may be scanning the zone. */ enumerator
/Linux-v6.6/mm/
Dvmscan.c7360 set_bit(ZONE_RECLAIM_ACTIVE, &zone->flags); in update_reclaim_active()
7362 clear_bit(ZONE_RECLAIM_ACTIVE, &zone->flags); in update_reclaim_active()
Dpage_alloc.c2357 if (!test_bit(ZONE_RECLAIM_ACTIVE, &zone->flags)) in nr_pcp_high()