Searched refs:wakeup_kcompactd (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | compaction.h | 108 extern void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx); 128 static inline void wakeup_kcompactd(pg_data_t *pgdat, in wakeup_kcompactd() function
|
/linux/mm/ |
H A D | vmscan.c | 7072 wakeup_kcompactd(pgdat, pageblock_order, highest_zoneidx); in balance_pgdat() 7135 wakeup_kcompactd(pgdat, alloc_order, highest_zoneidx); in kswapd_try_to_sleep() 7318 wakeup_kcompactd(pgdat, order, highest_zoneidx); in wakeup_kswapd()
|
H A D | compaction.c | 3148 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd() function
|