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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage-writeback.c135 * couple the period to the dirty_ratio:
405 * - vm.dirty_ratio or vm.dirty_bytes
419 int dirty_ratio; local
421 dirty_ratio = vm_dirty_ratio;
422 if (dirty_ratio < 5)
423 dirty_ratio = 5;
424 dirty = (dirty_ratio * available_memory) / 100;
785 * However, that was when we used "dirty_ratio" to scale with
786 * all memory, and we don't do that any more. "dirty_ratio"
793 * But we might still want to scale the dirty_ratio b
[all...]

Completed in 68 milliseconds