Searched refs:tstamp (Results 26 - 50 of 92) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h72 struct timespec tstamp; member in struct:switch_log::switch_log_entry
136 unsigned long long tstamp; /* time of last state switch */ member in struct:spu_context::__anon10052
H A Dsched.c1039 delta = curtime - ctx->stats.tstamp;
1047 ctx->stats.tstamp = curtime;
1056 spu->stats.tstamp = curtime;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/mon/
H A Dmon_text.c56 unsigned int tstamp; member in struct:mon_event_text
211 ep->tstamp = stamp;
280 ep->tstamp = mon_get_timestamp();
486 ep->id, ep->tstamp, ep->type,
504 ep->id, ep->tstamp, ep->type,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_dsnoop.c193 status->tstamp = dsnoop->update_tstamp;
446 snd_htimestamp_t *tstamp)
460 *tstamp = snd_pcm_hw_fast_tstamp(dsnoop->spcm);
444 snd_pcm_dsnoop_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp) argument
H A Dpcm_local.h173 int (*htimestamp)(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp);
957 static inline void gettimestamp(snd_htimestamp_t *tstamp, int monotonic) argument
961 clock_gettime(CLOCK_MONOTONIC, tstamp);
967 tstamp->tv_sec = tv.tv_sec;
968 tstamp->tv_nsec = tv.tv_usec * 1000L;
H A Dpcm_hw.c118 ((hw)->mmap_status->tstamp)
493 status->tstamp.tv_nsec *= 1000L;
988 snd_htimestamp_t *tstamp)
1001 *tstamp = snd_pcm_hw_fast_tstamp(pcm);
987 snd_pcm_hw_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp) argument
H A Dpcm_null.c88 gettimestamp(&status->tstamp, pcm->monotonic);
H A Dpcm_dshare.c229 gettimestamp(&status->tstamp, pcm->monotonic);
531 snd_htimestamp_t *tstamp)
545 *tstamp = snd_pcm_hw_fast_tstamp(dshare->spcm);
529 snd_pcm_dshare_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp) argument
H A Dpcm_dmix.c480 gettimestamp(&status->tstamp, pcm->monotonic);
841 snd_htimestamp_t *tstamp)
855 *tstamp = snd_pcm_hw_fast_tstamp(dmix->spcm);
839 snd_pcm_dmix_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c210 __le64 tstamp; local
263 tstamp = ((struct ieee80211_mgmt *)skb->data)->u.beacon.timestamp;
264 sc->beacon.bc_tstamp = le64_to_cpu(tstamp);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dinput.c408 long tstamp = dccp_timestamp(); local
430 dp->dccps_syn_rtt = dccp_sample_rtt(sk, 10 * (tstamp -
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_ULOG.c209 if (skb->tstamp.tv64 == 0)
214 tv = ktime_to_timeval(skb->tstamp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dtimer.h105 /** timer tstamp + event read structure */
108 snd_htimestamp_t tstamp; /**< Time stamp of each event */ member in struct:_snd_timer_tread
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dperfmon_default_smpl.c168 ent->tstamp = stamp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dskbuff.h146 * skb->tstamp. The relation between the different kinds of time
149 * syststamp and tstamp can be compared against each other in
151 * syststamp/tstamp/"syststamp from other device" comparison is
266 * @tstamp: Time we arrived
330 ktime_t tstamp; member in struct:sk_buff
1947 return skb->tstamp;
1962 *stamp = ktime_to_timeval(skb->tstamp);
1968 *stamp = ktime_to_timespec(skb->tstamp);
1973 skb->tstamp = ktime_get_real();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dspu_base.c666 spu->stats.tstamp = timespec_to_ns(&ts);
699 time += timespec_to_ns(&ts) - spu->stats.tstamp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c306 fq->q.stamp = skb->tstamp;
415 head->tstamp = fq->q.stamp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/netfilter/
H A Debt_ulog.c168 ub->skb->tstamp = kt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dt3_cpl.h216 __u8 tstamp:1; member in struct:tcp_options
218 __u8 tstamp:1; member in struct:tcp_options
1173 __be32 tstamp; member in struct:cpl_trace_pkt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvcsock.c546 if (skb->tstamp.tv64 == 0) {
547 skb->tstamp = ktime_get_real();
551 svsk->sk_sk->sk_stamp = skb->tstamp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/timer/
H A Dtimer.c840 return status->tstamp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dftp.c1737 if (f->tstamp <= tml && eq_size)
1860 && f->tstamp != -1
1864 touch (actual_target, f->tstamp);
1866 else if (f->tstamp == -1)

Completed in 264 milliseconds

1234