wakeup_kcompactd
extern void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx);
wakeup_kcompactd(pgdat, pageblock_order, highest_zoneidx);
wakeup_kcompactd(pgdat, alloc_order, highest_zoneidx);
wakeup_kcompactd(pgdat, order, highest_zoneidx);