Searched refs:ov_left (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_proc.c237 (int)((mdev->rs_total-mdev->ov_left) /
239 mdev->rs_total - mdev->ov_left,
H A Ddrbd_worker.c1070 if (--mdev->ov_left == 0) {
H A Ddrbd_int.h992 unsigned long ov_left; /* in bits */ member in struct:drbd_conf
H A Ddrbd_main.c902 * on C_VERIFY_T, we initialize ov_left and friends
1014 BM_BIT_TO_SECT(mdev->rs_total - mdev->ov_left);
1050 mdev->ov_left = mdev->rs_total
H A Ddrbd_receiver.c2125 mdev->ov_left = mdev->rs_total - BM_SECT_TO_BIT(sector);
4380 if (--mdev->ov_left == 0) {

Completed in 88 milliseconds