Searched refs:rs_in_flight (Results 1 – 2 of 2) sorted by relevance
530 if (device->rs_in_flight + sect_in == 0) { /* At start of resync */ in drbd_rs_controller()537 correction = want - device->rs_in_flight - plan->total; in drbd_rs_controller()571 device->rs_in_flight -= sect_in; in drbd_rs_number_requests()594 if (mxb - device->rs_in_flight/8 < number) in drbd_rs_number_requests()595 number = mxb - device->rs_in_flight/8; in drbd_rs_number_requests()774 device->rs_in_flight += (i << (BM_BLOCK_SHIFT - 9)); in make_resync_request()826 device->rs_in_flight += (i << (BM_BLOCK_SHIFT - 9)); in make_ov_request()1692 device->rs_in_flight = 0; in drbd_rs_controller_reset()
971 int rs_in_flight; /* resync sectors in flight (to proxy, in proxy and from proxy) */ member