Home
last modified time | relevance | path

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

/linux-5.19.10/mm/
Dpage-writeback.c96 static unsigned long vm_dirty_bytes; variable
378 unsigned long bytes = vm_dirty_bytes; in domain_dirty_limits()
464 if (vm_dirty_bytes) in node_dirty_limit()
465 dirty = DIV_ROUND_UP(vm_dirty_bytes, PAGE_SIZE) * in node_dirty_limit()
526 vm_dirty_bytes = 0; in dirty_ratio_handler()
534 unsigned long old_bytes = vm_dirty_bytes; in dirty_bytes_handler()
538 if (ret == 0 && write && vm_dirty_bytes != old_bytes) { in dirty_bytes_handler()
2117 .data = &vm_dirty_bytes,
2118 .maxlen = sizeof(vm_dirty_bytes),