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

/linux-master/mm/
H A Dpage-writeback.c94 * vm_dirty_bytes starts at 0 (disabled) so that it is a function of
97 static unsigned long vm_dirty_bytes; variable
379 unsigned long bytes = vm_dirty_bytes;
465 if (vm_dirty_bytes)
466 dirty = DIV_ROUND_UP(vm_dirty_bytes, PAGE_SIZE) *
527 vm_dirty_bytes = 0;
535 unsigned long old_bytes = vm_dirty_bytes;
539 if (ret == 0 && write && vm_dirty_bytes != old_bytes) {
2223 /* this is needed for the proc_doulongvec_minmax of vm_dirty_bytes */
2255 .data = &vm_dirty_bytes,
[all...]

Completed in 132 milliseconds