Lines Matching defs:throttle
252 * If this allocation would exceed the max_buffers setting, we throttle
2721 /* We may throttle resync, if the lower device seems to be busy,
2737 bool throttle = drbd_rs_c_min_rate_throttle(device);
2739 if (!throttle || throttle_if_app_is_waiting)
2740 return throttle;
2747 throttle = false;
2753 return throttle;
2915 /* track progress, we may need to throttle */
2956 * for application writes for the same time. For now, just throttle
2966 * We cannot throttle here if remote is Primary/SyncTarget:
2967 * we would also throttle its application reads.