Lines Matching defs:throttle
251 * If this allocation would exceed the max_buffers setting, we throttle
2756 /* We may throttle resync, if the lower device seems to be busy,
2771 bool throttle = drbd_rs_c_min_rate_throttle(device);
2773 if (!throttle || throttle_if_app_is_waiting)
2774 return throttle;
2781 throttle = false;
2787 return throttle;
2952 /* track progress, we may need to throttle */
2994 * for application writes for the same time. For now, just throttle
3004 * We cannot throttle here if remote is Primary/SyncTarget:
3005 * we would also throttle its application reads.