Home
last modified time | relevance | path

Searched refs:kswapd_highest_zoneidx (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/Documentation/translations/zh_CN/mm/
H A Dphysical_memory.rst277 ``kswapd_highest_zoneidx``
/linux-6.15/mm/
H A Dvmscan.c6449 if (READ_ONCE(pgdat->kswapd_highest_zoneidx) > ZONE_NORMAL) in allow_direct_reclaim()
6450 WRITE_ONCE(pgdat->kswapd_highest_zoneidx, ZONE_NORMAL); in allow_direct_reclaim()
7147 static enum zone_type kswapd_highest_zoneidx(pg_data_t *pgdat, in kswapd_highest_zoneidx() function
7196 WRITE_ONCE(pgdat->kswapd_highest_zoneidx, in kswapd_try_to_sleep()
7197 kswapd_highest_zoneidx(pgdat, in kswapd_try_to_sleep()
7275 WRITE_ONCE(pgdat->kswapd_highest_zoneidx, MAX_NR_ZONES); in kswapd()
7281 highest_zoneidx = kswapd_highest_zoneidx(pgdat, in kswapd()
7290 highest_zoneidx = kswapd_highest_zoneidx(pgdat, in kswapd()
7293 WRITE_ONCE(pgdat->kswapd_highest_zoneidx, MAX_NR_ZONES); in kswapd()
7346 curr_idx = READ_ONCE(pgdat->kswapd_highest_zoneidx); in wakeup_kswapd()
[all …]
H A Dmm_init.c1569 pgdat->kswapd_highest_zoneidx = 0; in free_area_init_core_hotplug()
1722 WARN_ON(pgdat->nr_zones || pgdat->kswapd_highest_zoneidx); in free_area_init_node()
/linux-6.15/include/linux/
H A Dmmzone.h1397 enum zone_type kswapd_highest_zoneidx; member
/linux-6.15/Documentation/mm/
H A Dphysical_memory.rst291 ``kswapd_highest_zoneidx``