函数逻辑报告 |
Source Code:fs\fs-writeback.c |
Create Date:2022-07-29 10:41:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Wakeup the flusher threads to start writeback of all currently dirty pages
函数原型:void wakeup_flusher_threads(enum wb_reason reason)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
enum wb_reason | reason |
2139 | Start writeback of `nr_pages' pages on this bdi. If `nr_pages' is zero,* write back the whole world. |
名称 | 描述 |
---|---|
shrink_inactive_list | shrink_inactive_list() is a helper for shrink_node(). It returns the number* of reclaimed pages |
ksys_sync | Sync everything. We start by waking flusher threads so that most of* writeback runs on all devices in parallel. Then we sync all inodes reliably* which effectively also waits for all flusher threads to finish doing* writeback |
dirty_writeback_centisecs_handler | sysctl handler for /proc/sys/vm/dirty_writeback_centisecs |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |