Searched refs:kcompactd_max_order (Results 1 - 2 of 2) sorted by path

/linux-master/include/linux/
H A Dmmzone.h1339 int kcompactd_max_order; member in struct:pglist_data
/linux-master/mm/
H A Dcompaction.c3037 return pgdat->kcompactd_max_order > 0 || kthread_should_stop() ||
3055 pgdat->kcompactd_max_order,
3073 .order = pgdat->kcompactd_max_order,
3074 .search_order = pgdat->kcompactd_max_order,
3136 if (pgdat->kcompactd_max_order <= cc.order)
3137 pgdat->kcompactd_max_order = 0;
3147 if (pgdat->kcompactd_max_order < order)
3148 pgdat->kcompactd_max_order = order;
3186 pgdat->kcompactd_max_order = 0;

Completed in 260 milliseconds