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

/linux-master/mm/
H A Dvmscan.c118 unsigned int proactive:1; member in struct:scan_control
286 * charging and false positives from proactive reclaim.
1482 * from top tier nodes in proactive reclaim though as that is
1485 if (!sc->proactive) {
4776 if (!sc->proactive)
4874 set_mm_walk(NULL, sc->proactive);
4925 set_mm_walk(pgdat, sc->proactive);
5879 if (!sc->proactive)
5915 if (!sc->proactive)
6210 if (!sc->proactive)
[all...]
H A Dcompaction.c30 * Fragmentation score check interval for proactive compaction purposes.
70 * Page order with-respect-to which proactive compaction
1937 * Tunable for proactive compaction. It determines how
2228 * The scaling factor ensures that proactive compaction focuses on larger
2231 * and thus never exceeds the high threshold for proactive compaction.
2242 * The per-node proactive (background) compaction process is started by its
2892 * @proactive: Whether the compaction is proactive
2894 * For proactive compaction, compact till each zone's fragmentation score
2895 * reaches within proactive compactio
2900 compact_node(pg_data_t *pgdat, bool proactive) argument
[all...]

Completed in 149 milliseconds