Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\page-writeback.c Create Date:2022-07-28 14:09:34
Last Modify:2022-05-23 13:25:58 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Increment @wb's writeout completion count and the global writeout* completion count. Called from test_clear_page_writeback().

Proto:static inline void __wb_writeout_inc(struct bdi_writeback *wb)

Type:void

Parameter:

TypeParameterName
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  If cgdom Then wb_domain_writeout_inc(cgdom, wb_memcg_completions(wb), max_prop_frac)
Caller
NameDescribe
wb_writeout_inc
test_clear_page_writeback