Home
last modified time | relevance | path

Searched refs:c_sync_rate (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/block/drbd/
H A Ddrbd_proc.c185 seq_printf_with_thousands_grouping(seq, device->c_sync_rate); in drbd_syncer_progress()
H A Ddrbd_worker.c562 device->c_sync_rate = number * HZ * (BM_BLOCK_SIZE / 1024) / SLEEP_TIME; in drbd_rs_number_requests()
564 device->c_sync_rate = rcu_dereference(device->ldev->disk_conf)->resync_rate; in drbd_rs_number_requests()
565 number = SLEEP_TIME * device->c_sync_rate / ((BM_BLOCK_SIZE / 1024) * HZ); in drbd_rs_number_requests()
H A Ddrbd_int.h888 int c_sync_rate; /* current resync rate after syncer throttle magic */ member