Home
last modified time | relevance | path

Searched refs:last_end_sync (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Dmd-bitmap.h224 unsigned long last_end_sync; /* when we lasted called end_sync to member
H A Dmd-bitmap.c1620 bitmap->last_end_sync = jiffies; in md_bitmap_cond_end_sync()
1623 if (!force && time_before(jiffies, (bitmap->last_end_sync in md_bitmap_cond_end_sync()
1637 bitmap->last_end_sync = jiffies; in md_bitmap_cond_end_sync()
/kernel/linux/linux-6.6/drivers/md/
H A Dmd-bitmap.h225 unsigned long last_end_sync; /* when we lasted called end_sync to member
H A Dmd-bitmap.c1692 bitmap->last_end_sync = jiffies; in md_bitmap_cond_end_sync()
1695 if (!force && time_before(jiffies, (bitmap->last_end_sync in md_bitmap_cond_end_sync()
1709 bitmap->last_end_sync = jiffies; in md_bitmap_cond_end_sync()

Completed in 10 milliseconds