Searched refs:now (Results 1 - 25 of 271) sorted by relevance

1234567891011

/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dtime_string.c41 time_t now; local
45 time(&now);
52 if ((timeVal > now) || (timeVal < now - 365 * 24 * 60 * 60L)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/lib/
H A Ddelay.c23 unsigned long bclock, now; local
29 rdtscl(now);
31 while((now-bclock) < loops);
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dadsl-state.pl38 $now = "$day $month $time";
40 print "DOWN from $prevtime to $now\n";
43 $prevtime = $now;
54 $now = "$day $month $time";
56 print "UP from $prevtime to $now\n";
59 $prevtime = $now;
76 $now = "$day $month $time";
77 print "$state from $prevtime to $now (end of log.)\n";
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe_timer.c231 uint32_t now; local
234 now = _getticks();
235 newcount = now + usec*cfe_clocks_per_usec;
237 if (newcount < now) /* wait for wraparound */
238 while (_getticks() > now)
262 uint32_t now; local
265 now = _getticks();
266 newcount = now + ((nsec*cfe_clocks_per_Kns + 512) >> 10);
268 if (newcount < now) /* wait for wraparound */
269 while (_getticks() > now)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dmodule.h34 typedef void (smb_idle_event_fn)(void **data,time_t *interval,time_t now);
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Doom_kill.c201 unsigned long now, since; local
209 now = jiffies;
210 since = now - last;
211 last = now;
217 last = now;
225 since = now - first;
241 since = now - lastkill;
248 lastkill = now;
252 first = now;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/lib/
H A Ddelay.c33 unsigned long bclock, now; local
39 rdtscl(now);
40 } while ((now-bclock) < loops);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dutils.c54 unsigned long now = jiffies; local
57 toks += now - last_msg;
58 last_msg = now;
/asus-wl-520gu-7.0.1.45/src/router/vsftpd/RedHat/
H A DREADME.spec2 All modern versions of RedHat now include vsftpd packages anyway.
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Doak_setup.h44 extern int oak_set_rtc_time(unsigned long now);
H A Dwalnut.h44 extern int walnut_set_rtc_time(unsigned long now);
/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dservice.c32 time_t now; local
36 time(&now);
42 printf("check dhcp : %x %x\n", expire, (unsigned int)now);
44 if (expire<=(unsigned int)now) return 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dtime.c67 "OR 3,4\n\t" /* now R2/R3 contain (todval >> 12) */
84 __u64 now; local
86 asm ("STCK 0(%0)" : : "a" (&now) : "memory", "cc");
87 now = (now - init_timer_cc) >> 12;
89 now -= (__u64) wall_jiffies*USECS_PER_JIFFY;
90 return (unsigned long) now;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dtime.c57 __u64 now; local
59 asm ("STCK 0(%0)" : : "a" (&now) : "memory", "cc");
60 now = (now - init_timer_cc) >> 12;
62 now -= (__u64) wall_jiffies*USECS_PER_JIFFY;
63 return (unsigned long) now;
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/libevent/
H A Devent.c87 struct timeval abs_timeout, now; local
144 gettimeofday(&now, NULL);
146 timeout.tv_usec = abs_timeout.tv_usec - now.tv_usec;
147 timeout.tv_sec = abs_timeout.tv_sec - now.tv_sec;
172 if (foundTimeoutEvent) gettimeofday(&now, NULL);
193 pastDue = (eh->tmout.tv_sec < now.tv_sec ||
194 (eh->tmout.tv_sec == now.tv_sec &&
195 eh->tmout.tv_usec <= now.tv_usec));
291 struct timeval now; local
318 gettimeofday(&now, NUL
359 struct timeval now; local
575 struct timeval now; local
623 struct timeval now; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A DiSeries_setup.h38 extern int iSeries_set_rtc_time(unsigned long now);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dstrncpy.S26 mov $16, $0 # set return value now
/asus-wl-520gu-7.0.1.45/src/router/samba/source/modules/
H A Dgetdate.h46 time_t get_date PARAMS ((const char *p, const time_t *now));
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dnmbd_browserdb.c88 time_t now = time( NULL ); local
104 browc->sync_time = now + 60;
107 browc->death_time = now + ( (CHECK_TIME_MST_ANNOUNCE + 2) * 60 );
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/math-emu/
H A Dqrnnd.S26 # now (n >> 2) = (d >> 1) * %r1 + %r0
32 # now (n >> 2) = (d&-2) * %r1 + %r0
40 2: # now (n >> 2) = d * %r1 + %r0
54 # now (n >> 1) = d * %r1 + %r0
59 # now (n >> 1) = d * %r1 + %r0
72 8: # now n = d * %r1 + %r0
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dtrustdom_cache.c85 * on domain name now.
164 /* exit now if null pointers were passed as they're required further */
298 time_t now = time(NULL); local
304 trustdom_cache_store_timestamp(0, now+TRUSTDOM_UPDATE_INTERVAL);
306 time_diff = now - last_check;
329 now+TRUSTDOM_UPDATE_INTERVAL);
332 trustdom_cache_store_timestamp( now, now+TRUSTDOM_UPDATE_INTERVAL );
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbwrapper/
H A Dsmbw_cache.c105 time_t now = time(NULL); local
114 if (names == NULL || (now - names->cache_timeout) > CACHE_TIMEOUT) {
140 new_names->cache_timeout = now;
163 time_t now = time(NULL); local
170 if (names == NULL || (now - names->cache_timeout) > CACHE_TIMEOUT) {
195 new_names->cache_timeout = now;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dfore200e_mkfirm.c37 time_t now; local
118 time(&now);
121 progname, infname, ctime(&now));
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dipt_limit.c55 unsigned long now = jiffies; local
58 r->credit += (now - xchg(&r->prev, now)) * CREDITS_PER_JIFFY;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dipt_limit.c55 unsigned long now = jiffies; local
58 r->credit += (now - xchg(&r->prev, now)) * CREDITS_PER_JIFFY;

Completed in 327 milliseconds

1234567891011