Home
last modified time | relevance | path

Searched refs:last_end_sync (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/md/
Dbitmap.h223 unsigned long last_end_sync; /* when we lasted called end_sync to member
Dbitmap.c1581 bitmap->last_end_sync = jiffies; in bitmap_cond_end_sync()
1584 if (!force && time_before(jiffies, (bitmap->last_end_sync in bitmap_cond_end_sync()
1598 bitmap->last_end_sync = jiffies; in bitmap_cond_end_sync()