Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcompaction.h186 extern void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx);
238 static inline void wakeup_kcompactd(pg_data_t *pgdat, in wakeup_kcompactd() function
/OK3568_Linux_fs/kernel/mm/
H A Dvmscan.c3830 wakeup_kcompactd(pgdat, pageblock_order, highest_zoneidx); in balance_pgdat()
3893 wakeup_kcompactd(pgdat, alloc_order, highest_zoneidx); in kswapd_try_to_sleep()
4120 wakeup_kcompactd(pgdat, order, highest_zoneidx); in wakeup_kswapd()
H A Dcompaction.c2833 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd() function