Lines Matching defs:dirty_throttle_control
123 struct dirty_throttle_control { struct
126 struct dirty_throttle_control *gdtc; /* only set in memcg dtc's */ argument
128 struct bdi_writeback *wb;
129 struct fprop_local_percpu *wb_completions;
131 unsigned long avail; /* dirtyable */
132 unsigned long dirty; /* file_dirty + write + nfs */
133 unsigned long thresh; /* dirty threshold */
134 unsigned long bg_thresh; /* dirty background threshold */
136 unsigned long wb_dirty; /* per-wb counterparts */
137 unsigned long wb_thresh;
138 unsigned long wb_bg_thresh;
163 static bool mdtc_valid(struct dirty_throttle_control *dtc) in mdtc_valid() argument