Searched refs:rs_in_flight (Results 1 – 2 of 2) sorted by relevance
514 if (device->rs_in_flight + sect_in == 0) { /* At start of resync */ in drbd_rs_controller()521 correction = want - device->rs_in_flight - plan->total; in drbd_rs_controller()556 device->rs_in_flight -= sect_in; in drbd_rs_number_requests()579 if (mxb - device->rs_in_flight/8 < number) in drbd_rs_number_requests()580 number = mxb - device->rs_in_flight/8; in drbd_rs_number_requests()759 device->rs_in_flight += (i << (BM_BLOCK_SHIFT - 9)); in make_resync_request()812 device->rs_in_flight += (i << (BM_BLOCK_SHIFT - 9)); in make_ov_request()1684 device->rs_in_flight = 0; in drbd_rs_controller_reset()
890 int rs_in_flight; /* resync sectors in flight (to proxy, in proxy and from proxy) */ member