Searched refs:rs_mark_time (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.c93 dt = (jiffies - mdev->rs_mark_time) / HZ;
96 /* if we made no update to rs_mark_time for too long,
H A Ddrbd_actlog.c972 if (jiffies - mdev->rs_mark_time > HZ*10) {
978 mdev->rs_mark_time = jiffies;
H A Ddrbd_main.c1022 mdev->rs_paused += (long)jiffies-(long)mdev->rs_mark_time;
1036 mdev->rs_mark_time = jiffies;
1053 mdev->rs_mark_time = jiffies;
2693 mdev->rs_mark_time = 0;
H A Ddrbd_worker.c1386 mdev->rs_mark_time = jiffies;
H A Ddrbd_int.h980 unsigned long rs_mark_time; member in struct:drbd_conf

Completed in 139 milliseconds