Home
last modified time | relevance | path

Searched refs:rs_last_bcast (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_worker.c1849 /* reset rs_last_bcast when a resync or verify is started, in drbd_start_resync()
1851 device->rs_last_bcast = jiffies - HZ; in drbd_start_resync()
1916 device->rs_last_bcast = jiffies; in update_on_disk_bitmap()
1927 device->rs_last_bcast = jiffies; in update_on_disk_bitmap()
H A Ddrbd_actlog.c757 return time_after(jiffies, device->rs_last_bcast + 2*HZ); in lazy_bitmap_update_due()
H A Ddrbd_int.h903 unsigned long rs_last_bcast; /* [unit jiffies] */ member
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_worker.c1854 /* reset rs_last_bcast when a resync or verify is started, in drbd_start_resync()
1856 device->rs_last_bcast = jiffies - HZ; in drbd_start_resync()
1922 device->rs_last_bcast = jiffies; in update_on_disk_bitmap()
1933 device->rs_last_bcast = jiffies; in update_on_disk_bitmap()
H A Ddrbd_actlog.c758 return time_after(jiffies, device->rs_last_bcast + 2*HZ); in lazy_bitmap_update_due()
H A Ddrbd_int.h833 unsigned long rs_last_bcast; /* [unit jiffies] */ member

Completed in 19 milliseconds