Searched refs:wakeup_kcompactd (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/linux/ |
D | compaction.h | 184 extern void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx); 234 static inline void wakeup_kcompactd(pg_data_t *pgdat, in wakeup_kcompactd() function
|
/Linux-v5.10/mm/ |
D | vmscan.c | 3733 wakeup_kcompactd(pgdat, pageblock_order, highest_zoneidx); in balance_pgdat() 3796 wakeup_kcompactd(pgdat, alloc_order, highest_zoneidx); in kswapd_try_to_sleep() 3983 wakeup_kcompactd(pgdat, order, highest_zoneidx); in wakeup_kswapd()
|
D | compaction.c | 2768 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd() function
|