Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmmzone.h1423 void wakeup_kswapd(struct zone *zone, gfp_t gfp_mask, int order,
/openbmc/linux/mm/
H A Dmigrate.c2533 wakeup_kswapd(pgdat->node_zones + z, 0, order, ZONE_MOVABLE); in numamigrate_isolate_page()
H A Dpage_alloc.c2790 wakeup_kswapd(zone, 0, 0, zone_idx(zone)); in rmqueue()
3685 wakeup_kswapd(zone, gfp_mask, order, highest_zoneidx); in wake_all_kswapds()
H A Dvmscan.c7837 void wakeup_kswapd(struct zone *zone, gfp_t gfp_flags, int order, in wakeup_kswapd() function