函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\page-writeback.c Create Date:2022-07-27 15:33:02
Last Modify:2022-05-23 13:25:58 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Increment @wb's writeout completion count and the global writeout* completion count. Called from test_clear_page_writeback().

函数原型:static inline void __wb_writeout_inc(struct bdi_writeback *wb)

返回类型:void

参数:

类型参数名称
struct bdi_writeback *wb
604  inc_wb_stat(wb, WB_WRITTEN)
605  wb_domain_writeout_inc( & End of sysctl-exported parameters , & completions, max_prop_frac)
608  cgdom等于mem_cgroup_wb_domain(wb)
609  如果cgdomwb_domain_writeout_inc(cgdom, wb_memcg_completions(wb), max_prop_frac)
调用者
名称描述
wb_writeout_inc
test_clear_page_writeback