Lines Matching defs:dirty_throttle_control
317 struct dirty_throttle_control { struct
320 struct dirty_throttle_control *gdtc; /* only set in memcg dtc's */ argument
322 struct bdi_writeback *wb;
323 struct fprop_local_percpu *wb_completions;
325 unsigned long avail; /* dirtyable */
326 unsigned long dirty; /* file_dirty + write + nfs */
327 unsigned long thresh; /* dirty threshold */
328 unsigned long bg_thresh; /* dirty background threshold */
329 unsigned long limit; /* hard dirty limit */
331 unsigned long wb_dirty; /* per-wb counterparts */
332 unsigned long wb_thresh;
333 unsigned long wb_bg_thresh;
335 unsigned long pos_ratio;
336 bool freerun;
337 bool dirty_exceeded;