Searched refs:tstamp (Results 1 - 25 of 53) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dlog.c72 char tstamp[64], buff[1024]; local
91 (void) strftime(tstamp, sizeof(tstamp), LOG_TIME_FORMAT, tm);
93 fprintf(stderr, "[%s] %s: %s\n", tstamp, log_ident, buff);
99 (void) strftime(tstamp, sizeof(tstamp), LOG_TIME_FORMAT, tm);
101 fprintf(log_file_fd, "[%s] %s: %s\n", tstamp, log_ident, buff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dtime.h118 extern __inline__ unsigned tb_ticks_since(unsigned tstamp) { argument
120 int delta = get_rtcl() - tstamp;
123 return get_tbl() - tstamp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Drawmidi_compat.c58 struct compat_timespec tstamp; member in struct:snd_rawmidi_status32
88 if (put_user(status.tstamp.tv_sec, &src->tstamp.tv_sec) ||
89 put_user(status.tstamp.tv_nsec, &src->tstamp.tv_nsec) ||
H A Dtimer_compat.c59 struct compat_timespec tstamp; member in struct:snd_timer_status32
76 status.tstamp = tu->tstamp;
H A Dpcm_compat.c184 struct compat_timespec tstamp; member in struct:snd_pcm_status32
209 put_user(status.tstamp.tv_sec, &src->tstamp.tv_sec) ||
210 put_user(status.tstamp.tv_nsec, &src->tstamp.tv_nsec) ||
367 struct compat_timespec tstamp; member in struct:snd_pcm_mmap_status32
427 sstatus.tstamp = status->tstamp;
432 put_user(sstatus.tstamp.tv_sec, &src->s.status.tstamp
[all...]
H A Dtimer.c67 struct timespec tstamp; /* trigger tstamp */ member in struct:snd_timer_user
381 struct timespec tstamp; local
383 getnstimeofday(&tstamp);
390 ti->ccallback(ti, SNDRV_TIMER_EVENT_START, &tstamp, resolution);
401 ts->ccallback(ti, event + 100, &tstamp, resolution);
870 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec *tstamp) argument
891 ti->ccallback(ti, event, tstamp, resolution);
894 ts->ccallback(ts, event, tstamp, resolution);
1147 struct timespec *tstamp,
1145 snd_timer_user_ccallback(struct snd_timer_instance *timeri, int event, struct timespec *tstamp, unsigned long resolution) argument
1174 struct timespec tstamp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dtime.h196 static inline unsigned long tb_ticks_since(unsigned long tstamp) argument
199 int delta = get_rtcl() - (unsigned int) tstamp;
202 return get_tbl() - tstamp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dperfmon_default_smpl.h68 unsigned long tstamp; /* ar.itc when entering perfmon intr. handler */ member in struct:__anon8869
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_addr.h53 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
H A Dif_link.h138 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member in struct:ifla_cacheinfo
H A Dskbuff.h197 * @tstamp: Time we arrived
249 ktime_t tstamp; member in struct:sk_buff
1583 *stamp = ktime_to_timeval(skb->tstamp);
1588 skb->tstamp = ktime_get_real();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dtimer.h105 struct timespec * tstamp,
128 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec *tstamp);
H A Dasound.h384 struct timespec tstamp; /* reference timestamp */ member in struct:snd_pcm_status
399 struct timespec tstamp; /* Timestamp */ member in struct:snd_pcm_mmap_status
516 struct timespec tstamp; /* Timestamp */ member in struct:snd_rawmidi_status
629 struct timespec tstamp; /* Timestamp - last update */ member in struct:snd_timer_status
681 struct timespec tstamp; member in struct:snd_timer_tread
822 struct timespec tstamp; member in struct:snd_ctl_elem_value
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_time.c63 tv = ktime_to_timeval(skb->tstamp);
66 tv = ktime_to_timeval(skb->tstamp);
H A Dipt_ULOG.c215 if (skb->tstamp.tv64 == 0)
220 tv = ktime_to_timeval(skb->tstamp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Daddrconf.c389 ndev->tstamp = jiffies;
565 ifa->cstamp = ifa->tstamp = jiffies;
693 ifa->tstamp + lifetime * HZ))
694 expires = ifa->tstamp + lifetime * HZ;
809 tmp_tstamp = ifp->tstamp;
839 ift->tstamp = tmp_tstamp;
1796 if (ifp->valid_lft > (now - ifp->tstamp) / HZ)
1797 stored_lft = ifp->valid_lft - (now - ifp->tstamp) / HZ;
1818 ifp->tstamp = now;
1842 ift->valid_lft - valid_lft > (jiffies - ift->tstamp) / H
3164 put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, unsigned long tstamp, u32 preferred, u32 valid) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dif_inet6.h43 unsigned long tstamp; /* updated timestamp */ member in struct:inet6_ifaddr
192 unsigned long tstamp; /* ipv6InterfaceTable update timestamp */ member in struct:inet6_dev
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsequencer.c163 unsigned int tstamp; local
169 tstamp = jiffies - seq_time;
171 if (tstamp != prev_input_time)
173 tstamp = (tstamp << 8) | SEQ_WAIT;
174 seq_copy_to_input((unsigned char *) &tstamp, 4);
175 prev_input_time = tstamp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/mon/
H A Dmon_text.c55 unsigned int tstamp; member in struct:mon_event_text
209 ep->tstamp = stamp;
274 ep->tstamp = 0;
480 ep->id, ep->tstamp, ep->type,
499 ep->id, ep->tstamp, ep->type,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/
H A Dccid3.c831 struct timeval tstamp = { 0, }; local
844 tstamp = entry->dccphrx_tstamp;
876 delta = timeval_delta(&tstamp, &tail->dccphrx_tstamp);
896 dccp_timestamp(sk, &tstamp);
897 delta = timeval_delta(&tstamp, &hcrx->ccid3hcrx_tstamp_last_feedback);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h428 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
798 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member in struct:ifla_cacheinfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dcpl5_cmd.h186 u8 tstamp:1; member in struct:tcp_options
188 u8 tstamp:1; member in struct:tcp_options
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dperfmon_default_smpl.c168 ent->tstamp = stamp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_fragment.c573 qp->stamp = skb->tstamp;
655 head->tstamp = qp->stamp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_ulog.c171 ub->skb->tstamp = kt;

Completed in 219 milliseconds

123