Searched refs:max_sect (Results 1 – 1 of 1) sorted by relevance
510 int max_sect; in drbd_rs_controller() local540 max_sect = (dc->c_max_rate * 2 * SLEEP_TIME) / HZ; in drbd_rs_controller()541 if (req_sect > max_sect) in drbd_rs_controller()542 req_sect = max_sect; in drbd_rs_controller()