Searched refs:rs_in_flight (Results 1 – 2 of 2) sorted by relevance
513 if (device->rs_in_flight + sect_in == 0) { /* At start of resync */ in drbd_rs_controller()520 correction = want - device->rs_in_flight - plan->total; in drbd_rs_controller()554 device->rs_in_flight -= sect_in; in drbd_rs_number_requests()577 if (mxb - device->rs_in_flight/8 < number) in drbd_rs_number_requests()578 number = mxb - device->rs_in_flight/8; in drbd_rs_number_requests()757 device->rs_in_flight += (i << (BM_BLOCK_SHIFT - 9)); in make_resync_request()809 device->rs_in_flight += (i << (BM_BLOCK_SHIFT - 9)); in make_ov_request()1678 device->rs_in_flight = 0; in drbd_rs_controller_reset()
959 int rs_in_flight; /* resync sectors in flight (to proxy, in proxy and from proxy) */ member