Function report |
Source Code:mm\page-writeback.c |
Create Date:2022-07-28 14:10:49 |
Last Modify:2022-05-23 13:25:58 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:If ratelimit_pages is too high then we can get into dirty-data overload* if a large number of processes all perform writes at the same time
Proto:void writeback_set_ratelimit(void)
Type:void
Parameter:Nothing
2051 | dirty_limit = dirty_thresh |
2052 | After a CPU has dirtied this many pages, balance_dirty_pages_ratelimited* will look to see if it needs to force writeback or throttling. = dirty_thresh / num_online_cpus() * 32 |
Name | Describe |
---|---|
dirty_ratio_handler | |
dirty_bytes_handler | |
page_writeback_cpu_online |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |