Searched defs:dirty_throttle_control (Results 1 – 1 of 1) sorted by relevance
308 struct dirty_throttle_control { struct311 struct dirty_throttle_control *gdtc; /* only set in memcg dtc's */ argument313 struct bdi_writeback *wb;314 struct fprop_local_percpu *wb_completions;316 unsigned long avail; /* dirtyable */317 unsigned long dirty; /* file_dirty + write + nfs */318 unsigned long thresh; /* dirty threshold */319 unsigned long bg_thresh; /* dirty background threshold */320 unsigned long limit; /* hard dirty limit */322 unsigned long wb_dirty; /* per-wb counterparts */[all …]