Searched refs:wakeup_kcompactd (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dcompaction.h103 extern void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx);
123 static inline void wakeup_kcompactd(pg_data_t *pgdat, function
/linux-master/mm/
H A Dvmscan.c6968 wakeup_kcompactd(pgdat, pageblock_order, highest_zoneidx);
7031 wakeup_kcompactd(pgdat, alloc_order, highest_zoneidx);
7218 wakeup_kcompactd(pgdat, order, highest_zoneidx);
H A Dcompaction.c3137 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) function

Completed in 156 milliseconds