Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dpage-writeback.c97 static unsigned long vm_dirty_bytes; variable
381 unsigned long bytes = vm_dirty_bytes; in domain_dirty_limits()
474 if (vm_dirty_bytes) in node_dirty_limit()
475 dirty = DIV_ROUND_UP(vm_dirty_bytes, PAGE_SIZE) * in node_dirty_limit()
547 vm_dirty_bytes = 0; in dirty_ratio_handler()
555 unsigned long old_bytes = vm_dirty_bytes; in dirty_bytes_handler()
559 if (ret == 0 && write && vm_dirty_bytes != old_bytes) { in dirty_bytes_handler()
560 if (DIV_ROUND_UP(vm_dirty_bytes, PAGE_SIZE) > UINT_MAX) { in dirty_bytes_handler()
561 vm_dirty_bytes = old_bytes; in dirty_bytes_handler()
2326 .data = &vm_dirty_bytes,
[all …]