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