Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/md/
Dbitmap.h240 unsigned long daemon_lastrun; /* jiffies of last run */ member
Dbitmap.c1135 if (time_before(jiffies, bitmap->daemon_lastrun in bitmap_daemon_work()
1139 bitmap->daemon_lastrun = jiffies; in bitmap_daemon_work()
1620 bitmap->daemon_lastrun -= sleep; in bitmap_flush()
1622 bitmap->daemon_lastrun -= sleep; in bitmap_flush()
1624 bitmap->daemon_lastrun -= sleep; in bitmap_flush()
1742 bitmap->daemon_lastrun = jiffies; in bitmap_create()