Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Dbitmap.h220 unsigned long daemon_lastrun; /* jiffies of last run */ member
Dbitmap.c1211 if (time_before(jiffies, bitmap->daemon_lastrun in bitmap_daemon_work()
1215 bitmap->daemon_lastrun = jiffies; in bitmap_daemon_work()
1663 bitmap->daemon_lastrun -= sleep; in bitmap_flush()
1665 bitmap->daemon_lastrun -= sleep; in bitmap_flush()
1667 bitmap->daemon_lastrun -= sleep; in bitmap_flush()
1795 bitmap->daemon_lastrun = jiffies; in bitmap_create()