Searched refs:proactive (Results 1 - 2 of 2) sorted by last modified time

/linux-master/mm/
H A Dvmscan.c118 unsigned int proactive:1; member in struct:scan_control
286 * charging and false positives from proactive reclaim.
1500 * from top tier nodes in proactive reclaim though as that is
1503 if (!sc->proactive) {
4792 if (!sc->proactive)
4890 set_mm_walk(NULL, sc->proactive);
4941 set_mm_walk(pgdat, sc->proactive);
5895 if (!sc->proactive)
5931 if (!sc->proactive)
6226 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
1942 * Tunable for proactive compaction. It determines how
2233 * The scaling factor ensures that proactive compaction focuses on larger
2236 * and thus never exceeds the high threshold for proactive compaction.
2247 * The per-node proactive (background) compaction process is started by its
2897 * @proactive: Whether the compaction is proactive
2899 * For proactive compaction, compact till each zone's fragmentation score
2900 * reaches within proactive compactio
2905 compact_node(pg_data_t *pgdat, bool proactive) argument
[all...]

Completed in 202 milliseconds