Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:wb_domain_writeout_inc

Proto:static void wb_domain_writeout_inc(struct wb_domain *dom, struct fprop_local_percpu *completions, unsigned int max_prop_frac)

Type:void

Parameter:

TypeParameterName
struct wb_domain *dom
struct fprop_local_percpu *completions
unsigned intmax_prop_frac
581  Like __fprop_inc_percpu() except that event is counted only if the given* type has fraction smaller than @max_frac/FPROP_FRAC_BASE
584  If Value for the false possibility is greater at compile time(!period_time) Then
591  period_time = wp_next_time(jiffies)
592  mod_timer - modify a timer's timeout*@timer: the timer to be modified*@expires: new timeout in jiffies* mod_timer() is a more efficient way to update the expire field of an* active timer (if the timer is inactive it will be activated)* mod_timer(timer,
Caller
NameDescribe
__wb_writeout_incIncrement @wb's writeout completion count and the global writeout* completion count. Called from test_clear_page_writeback().