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)
380 * @dtc: dirty_throttle_control of interest
387 static void domain_dirty_limits(struct dirty_throttle_control *dtc)
390 struct dirty_throttle_control *gdtc = mdtc_gdtc(dtc);
462 struct dirty_throttle_control gdtc = { GDTC_INIT_NO_WB };
743 static void mdtc_calc_avail(struct dirty_throttle_control *mdtc,
746 struct dirty_throttle_control *gdtc = mdtc_gdtc(mdtc);
775 static unsigned long __wb_calc_thresh(struct dirty_throttle_control *dtc)
804 struct dirty_throttle_control gdtc = { GDTC_INIT(wb),
915 static void wb_position_ratio(struct dirty_throttle_control *dtc)
1144 static void update_dirty_limit(struct dirty_throttle_control *dtc)
1173 static void domain_update_bandwidth(struct dirty_throttle_control *dtc,
1198 static void wb_update_dirty_ratelimit(struct dirty_throttle_control *dtc,
1356 static void __wb_update_bandwidth(struct dirty_throttle_control *gdtc,
1357 struct dirty_throttle_control *mdtc,
1408 struct dirty_throttle_control gdtc = { GDTC_INIT(wb) };
1524 static inline void wb_dirty_limits(struct dirty_throttle_control *dtc)
1575 struct dirty_throttle_control gdtc_stor = { GDTC_INIT(wb) };
1576 struct dirty_throttle_control mdtc_stor = { MDTC_INIT(wb, &gdtc_stor) };
1577 struct dirty_throttle_control * const gdtc = &gdtc_stor;
1578 struct dirty_throttle_control * const mdtc = mdtc_valid(&mdtc_stor) ?
1580 struct dirty_throttle_control *sdtc;
1960 struct dirty_throttle_control gdtc_stor = { GDTC_INIT(wb) };
1961 struct dirty_throttle_control mdtc_stor = { MDTC_INIT(wb, &gdtc_stor) };
1962 struct dirty_throttle_control * const gdtc = &gdtc_stor;
1963 struct dirty_throttle_control * const mdtc = mdtc_valid(&mdtc_stor) ?