Searched refs:rs_in_flight (Results 1 – 2 of 2) sorted by relevance
517 if (device->rs_in_flight + sect_in == 0) { /* At start of resync */ in drbd_rs_controller()524 correction = want - device->rs_in_flight - plan->total; in drbd_rs_controller()558 device->rs_in_flight -= sect_in; in drbd_rs_number_requests()581 if (mxb - device->rs_in_flight/8 < number) in drbd_rs_number_requests()582 number = mxb - device->rs_in_flight/8; in drbd_rs_number_requests()761 device->rs_in_flight += (i << (BM_BLOCK_SHIFT - 9)); in make_resync_request()813 device->rs_in_flight += (i << (BM_BLOCK_SHIFT - 9)); in make_ov_request()1679 device->rs_in_flight = 0; in drbd_rs_controller_reset()
964 int rs_in_flight; /* resync sectors in flight (to proxy, in proxy and from proxy) */ member