Lines Matching refs:dirty_throttle_control

124 struct dirty_throttle_control {
127 struct dirty_throttle_control *gdtc; /* only set in memcg dtc's */
164 static bool mdtc_valid(struct dirty_throttle_control *dtc)
169 static struct wb_domain *dtc_dom(struct dirty_throttle_control *dtc)
174 static struct dirty_throttle_control *mdtc_gdtc(struct dirty_throttle_control *mdtc)
218 static bool mdtc_valid(struct dirty_throttle_control *dtc)
223 static struct wb_domain *dtc_dom(struct dirty_throttle_control *dtc)
228 static struct dirty_throttle_control *mdtc_gdtc(struct dirty_throttle_control *mdtc)
368 * @dtc: dirty_throttle_control of interest
375 static void domain_dirty_limits(struct dirty_throttle_control *dtc)
378 struct dirty_throttle_control *gdtc = mdtc_gdtc(dtc);
443 struct dirty_throttle_control gdtc = { GDTC_INIT_NO_WB };
829 static void mdtc_calc_avail(struct dirty_throttle_control *mdtc,
832 struct dirty_throttle_control *gdtc = mdtc_gdtc(mdtc);
861 static unsigned long __wb_calc_thresh(struct dirty_throttle_control *dtc)
890 struct dirty_throttle_control gdtc = { GDTC_INIT(wb),
1001 static void wb_position_ratio(struct dirty_throttle_control *dtc)
1230 static void update_dirty_limit(struct dirty_throttle_control *dtc)
1259 static void domain_update_dirty_limit(struct dirty_throttle_control *dtc,
1284 static void wb_update_dirty_ratelimit(struct dirty_throttle_control *dtc,
1442 static void __wb_update_bandwidth(struct dirty_throttle_control *gdtc,
1443 struct dirty_throttle_control *mdtc,
1487 struct dirty_throttle_control gdtc = { GDTC_INIT(wb) };
1621 static inline void wb_dirty_limits(struct dirty_throttle_control *dtc)
1672 struct dirty_throttle_control gdtc_stor = { GDTC_INIT(wb) };
1673 struct dirty_throttle_control mdtc_stor = { MDTC_INIT(wb, &gdtc_stor) };
1674 struct dirty_throttle_control * const gdtc = &gdtc_stor;
1675 struct dirty_throttle_control * const mdtc = mdtc_valid(&mdtc_stor) ?
1677 struct dirty_throttle_control *sdtc;
2079 struct dirty_throttle_control gdtc_stor = { GDTC_INIT(wb) };
2080 struct dirty_throttle_control mdtc_stor = { MDTC_INIT(wb, &gdtc_stor) };
2081 struct dirty_throttle_control * const gdtc = &gdtc_stor;
2082 struct dirty_throttle_control * const mdtc = mdtc_valid(&mdtc_stor) ?