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

/linux-master/mm/
H A Dcompaction.c3032 return pgdat->kcompactd_max_order > 0 || kthread_should_stop() ||
3050 pgdat->kcompactd_max_order,
3068 .order = pgdat->kcompactd_max_order,
3069 .search_order = pgdat->kcompactd_max_order,
3131 if (pgdat->kcompactd_max_order <= cc.order)
3132 pgdat->kcompactd_max_order = 0;
3142 if (pgdat->kcompactd_max_order < order)
3143 pgdat->kcompactd_max_order = order;
3181 pgdat->kcompactd_max_order = 0;
/linux-master/include/linux/
H A Dmmzone.h1336 int kcompactd_max_order; member in struct:pglist_data

Completed in 124 milliseconds