Home
last modified time | relevance | path

Searched refs:tstamp (Results 1 – 21 of 21) sorted by relevance

/include/linux/dsa/
A Dksz_common.h18 static inline ktime_t ksz_decode_tstamp(u32 tstamp) in ksz_decode_tstamp() argument
20 u64 ns = FIELD_GET(KSZ_TSTAMP_SEC_MASK, tstamp) * NSEC_PER_SEC + in ksz_decode_tstamp()
21 FIELD_GET(KSZ_TSTAMP_NSEC_MASK, tstamp); in ksz_decode_tstamp()
41 u32 tstamp; member
A Dsja1105.h53 enum sja1110_meta_tstamp dir, u64 tstamp);
58 u64 tstamp; member
/include/sound/
A Dtimer.h92 struct timespec64 * tstamp,
116 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec64 *tstamp);
A Dcompress_driver.h164 struct snd_compr_tstamp *tstamp);
A Dsoc-component.h50 struct snd_compr_tstamp *tstamp);
501 struct snd_compr_tstamp *tstamp);
A Dsoc-dai.h259 struct snd_compr_tstamp *tstamp);
/include/uapi/linux/
A Dif_addr.h64 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member
A Dfirewire-cdev.h288 __u32 tstamp; member
479 __u32 tstamp; member
A Dif_link.h1105 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member
A Dbpf.h6320 __u64 tstamp; member
/include/net/
A Dif_inet6.h54 unsigned long tstamp; /* updated timestamp */ member
218 unsigned long tstamp; /* ipv6InterfaceTable update timestamp */ member
A Dpkt_sched.h276 skb->tstamp = ktime_set(0, 0); in skb_txtime_consumed()
A Dsock.h2695 ktime_t kt = skb->tstamp; in sock_recv_timestamp()
2733 sock_write_timestamp(sk, skb->tstamp); in sock_recv_cmsgs()
/include/uapi/sound/
A Dasound.h485 struct timespec tstamp; /* reference timestamp */ member
535 struct __snd_timespec tstamp; /* Timestamp */ member
577 struct __snd_timespec64 tstamp; /* Timestamp */ member
788 struct timespec tstamp; /* Timestamp */ member
973 struct timespec tstamp; /* Timestamp - last update */ member
1049 struct timespec tstamp; member
A Dcompress_offload.h66 struct snd_compr_tstamp tstamp; member
A Dfirewire.h96 __u32 tstamp; member
/include/linux/
A Dskbuff.h903 ktime_t tstamp; member
4311 return skb->tstamp; in skb_get_ktime()
4326 *stamp = ns_to_kernel_old_timeval(skb->tstamp); in skb_get_timestamp()
4332 struct timespec64 ts = ktime_to_timespec64(skb->tstamp); in skb_get_new_timestamp()
4358 skb->tstamp = ktime_get_real(); in __net_timestamp()
4370 skb->tstamp = kt; in skb_set_delivery_time()
4410 skb->tstamp = ktime_get_real(); in skb_clear_delivery_time()
4412 skb->tstamp = 0; in skb_clear_delivery_time()
4421 skb->tstamp = 0; in skb_clear_tstamp()
4429 return skb->tstamp; in skb_tstamp()
[all …]
A Dperf_event.h823 u64 tstamp; member
/include/net/netfilter/
A Dnf_tables.h836 u64 tstamp) in __nft_set_elem_expired() argument
842 return time_after_eq64(tstamp, READ_ONCE(nft_set_ext_timeout(ext)->expiration)); in __nft_set_elem_expired()
1914 u64 tstamp; member
1930 return nft_pernet(net)->tstamp; in nft_net_tstamp()
/include/ufs/
A Dufshcd.h498 u64 tstamp[UFS_EVENT_HIST_LENGTH]; member
/include/net/bluetooth/
A Dhci_core.h2263 void *data, u16 data_len, ktime_t tstamp,

Completed in 100 milliseconds