Lines Matching defs:dirty_throttle_control
129 struct dirty_throttle_control { struct
132 struct dirty_throttle_control *gdtc; /* only set in memcg dtc's */ argument
134 struct bdi_writeback *wb;
135 struct fprop_local_percpu *wb_completions;
137 unsigned long avail; /* dirtyable */
138 unsigned long dirty; /* file_dirty + write + nfs */
139 unsigned long thresh; /* dirty threshold */
140 unsigned long bg_thresh; /* dirty background threshold */
142 unsigned long wb_dirty; /* per-wb counterparts */
143 unsigned long wb_thresh;
144 unsigned long wb_bg_thresh;
169 static bool mdtc_valid(struct dirty_throttle_control *dtc) in mdtc_valid() argument