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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dbitmap.h240 unsigned long daemon_lastrun; /* jiffies of last run */ member in struct:bitmap
H A Dbitmap.c1131 if (time_before(jiffies, bitmap->daemon_lastrun
1135 bitmap->daemon_lastrun = jiffies;
1617 bitmap->daemon_lastrun -= sleep;
1619 bitmap->daemon_lastrun -= sleep;
1621 bitmap->daemon_lastrun -= sleep;
1739 bitmap->daemon_lastrun = jiffies;

Completed in 54 milliseconds