Searched refs:req_sect (Results 1 – 1 of 1) sorted by relevance
501 int req_sect; /* Number of sectors to request in this turn */ in drbd_rs_controller() local532 req_sect = sect_in + curr_corr; in drbd_rs_controller()533 if (req_sect < 0) in drbd_rs_controller()534 req_sect = 0; in drbd_rs_controller()537 if (req_sect > max_sect) in drbd_rs_controller()538 req_sect = max_sect; in drbd_rs_controller()546 return req_sect; in drbd_rs_controller()