Searched refs:lastrun (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dmodule.c165 time_t lastrun; member in struct:smb_idle_list_ent
186 event->lastrun = 0;
225 if (now >(event->lastrun+interval)) {
226 event->lastrun = now;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_browsesync.c579 static time_t lastrun = 0; local
599 if ((lastrun != 0) && (t < lastrun + (15 * 60)))
602 lastrun = t;
623 static time_t lastrun = 0; local
640 if ((lastrun != 0) && (t < lastrun + (5 * 60)))
658 lastrun = t;
H A Dnmbd_become_dmb.c358 static time_t lastrun = 0; local
360 if ((lastrun != 0) && (t < lastrun + (CHECK_TIME_ADD_DOM_NAMES * 60)))
363 lastrun = t;
H A Dnmbd.c163 static time_t lastrun = 0; local
165 if ( !lastrun )
166 lastrun = t;
167 if ( t < (lastrun + 5) )
169 lastrun = t;
H A Dnmbd_elections.c130 static time_t lastrun=0; local
134 if (!lastrun)
135 lastrun = t;
137 if (t < (lastrun + (CHECK_TIME_MST_BROWSE * 60)))
140 lastrun = t;

Completed in 92 milliseconds