Searched refs:drbd_bm_total_weight (Results 1 – 4 of 4) sorted by relevance
2609 rs_left = drbd_bm_total_weight(device) - device->rs_failed; in drbd_rs_c_min_rate_throttle()3092 device->state.disk >= D_NEGOTIATING ? drbd_bm_total_weight(device) : 0, 0); in drbd_uuid_compare()3233 device->state.disk >= D_NEGOTIATING ? drbd_bm_total_weight(device) : 0, 0); in drbd_uuid_compare()3427 if (drbd_bm_total_weight(device)) { in drbd_sync_handshake()3429 drbd_bm_total_weight(device)); in drbd_sync_handshake()4273 if (drbd_bm_total_weight(device) <= device->rs_failed) in receive_state()
918 n_oos = drbd_bm_total_weight(device); in drbd_resync_finished()1808 unsigned long tw = drbd_bm_total_weight(device); in drbd_start_resync()
814 unsigned long still_to_go = drbd_bm_total_weight(device); in update_sync_bits()
772 unsigned long drbd_bm_total_weight(struct drbd_device *device) in drbd_bm_total_weight() function