Searched refs:rs_pending_cnt (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.c222 atomic_read(&mdev->rs_pending_cnt),
H A Ddrbd_worker.c465 pe = atomic_read(&mdev->rs_pending_cnt);
618 if (atomic_read(&mdev->rs_pending_cnt) > number)
621 number -= atomic_read(&mdev->rs_pending_cnt);
H A Ddrbd_int.h957 atomic_t rs_pending_cnt; /* RS request/data packets on the wire */ member in struct:drbd_conf
1980 atomic_inc(&mdev->rs_pending_cnt);
1985 atomic_dec(&mdev->rs_pending_cnt); \
1986 ERR_IF_CNT_IS_NEGATIVE(rs_pending_cnt); } while (0)
H A Ddrbd_main.c1286 atomic_set(&mdev->rs_pending_cnt, 0);
2612 atomic_set(&mdev->rs_pending_cnt, 0);
H A Ddrbd_receiver.c3732 * get the rs_pending_cnt down to 0 again.
3739 * the disk-IO, while the rs_pending_cnt only tracks the blocks
3744 atomic_set(&mdev->rs_pending_cnt, 0);

Completed in 128 milliseconds