centos man page for balance_dirty_pages_ratelimited

Query: balance_dirty_pages_ratelimited

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

BALANCE_DIRTY_PAGES_(9) 				    Memory Management in Linux					   BALANCE_DIRTY_PAGES_(9)

NAME
balance_dirty_pages_ratelimited - balance dirty memory state
SYNOPSIS
void balance_dirty_pages_ratelimited(struct address_space * mapping);
ARGUMENTS
mapping address_space which was dirtied
DESCRIPTION
Processes which are dirtying memory should call in here once for each page which was newly dirtied. The function will periodically check the system's dirty state and will initiate writeback if needed. On really big machines, get_writeback_state is expensive, so try to avoid calling it too often (ratelimiting). But once we're over the dirty memory limit we decrease the ratelimiting by a lot, to prevent individual processes from overshooting the limit by (ratelimit_pages) each.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 BALANCE_DIRTY_PAGES_(9)
Related Man Pages
mpage_readpages(9) - centos
write_cache_pages(9) - centos
numa_maps(7) - centos
numa_maps(7) - suse
numa(7) - suse
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Tar Command
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq