Home
last modified time | relevance | path

Searched defs:dirty_throttle_control (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/mm/
Dpage-writeback.c128 struct dirty_throttle_control { struct
131 struct dirty_throttle_control *gdtc; /* only set in memcg dtc's */ argument
133 struct bdi_writeback *wb;
134 struct fprop_local_percpu *wb_completions;
136 unsigned long avail; /* dirtyable */
137 unsigned long dirty; /* file_dirty + write + nfs */
138 unsigned long thresh; /* dirty threshold */
139 unsigned long bg_thresh; /* dirty background threshold */
141 unsigned long wb_dirty; /* per-wb counterparts */
142 unsigned long wb_thresh;
[all …]