Home
last modified time | relevance | path

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

/include/linux/dsa/
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
Dsja1105.h53 enum sja1110_meta_tstamp dir, u64 tstamp);
58 u64 tstamp; member
/include/sound/
Dtimer.h97 struct timespec64 * tstamp,
123 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec64 *tstamp);
Dcompress_driver.h168 struct snd_compr_tstamp *tstamp);
Dsoc-component.h50 struct snd_compr_tstamp *tstamp);
502 struct snd_compr_tstamp *tstamp);
Dsoc-dai.h263 struct snd_compr_tstamp *tstamp);
/include/uapi/linux/
Dif_addr.h64 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member
Dfirewire-cdev.h288 __u32 tstamp; member
478 __u32 tstamp; member
Dif_link.h1103 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member
Dbpf.h6275 __u64 tstamp; member
/include/net/
Dif_inet6.h54 unsigned long tstamp; /* updated timestamp */ member
218 unsigned long tstamp; /* ipv6InterfaceTable update timestamp */ member
Dpkt_sched.h277 skb->tstamp = ktime_set(0, 0); in skb_txtime_consumed()
Dsock.h2671 ktime_t kt = skb->tstamp; in sock_recv_timestamp()
2708 sock_write_timestamp(sk, skb->tstamp); in sock_recv_cmsgs()
/include/uapi/sound/
Dasound.h485 struct timespec tstamp; /* reference timestamp */ member
535 struct __snd_timespec tstamp; /* Timestamp */ member
577 struct __snd_timespec64 tstamp; /* Timestamp */ member
784 struct timespec tstamp; /* Timestamp */ member
969 struct timespec tstamp; /* Timestamp - last update */ member
1045 struct timespec tstamp; member
Dcompress_offload.h66 struct snd_compr_tstamp tstamp; member
Dfirewire.h96 __u32 tstamp; member
/include/linux/
Dskbuff.h896 ktime_t tstamp; member
4265 return skb->tstamp; in skb_get_ktime()
4280 *stamp = ns_to_kernel_old_timeval(skb->tstamp); in skb_get_timestamp()
4286 struct timespec64 ts = ktime_to_timespec64(skb->tstamp); in skb_get_new_timestamp()
4295 struct timespec64 ts = ktime_to_timespec64(skb->tstamp); in skb_get_timestampns()
4304 struct timespec64 ts = ktime_to_timespec64(skb->tstamp); in skb_get_new_timestampns()
4312 skb->tstamp = ktime_get_real(); in __net_timestamp()
4324 skb->tstamp = kt; in skb_set_delivery_time()
4364 skb->tstamp = ktime_get_real(); in skb_clear_delivery_time()
4366 skb->tstamp = 0; in skb_clear_delivery_time()
[all …]
Dperf_event.h778 u64 tstamp; member
/include/net/netfilter/
Dnf_tables.h840 u64 tstamp) in __nft_set_elem_expired() argument
846 return time_after_eq64(tstamp, READ_ONCE(nft_set_ext_timeout(ext)->expiration)); in __nft_set_elem_expired()
1911 u64 tstamp; member
1926 return nft_pernet(net)->tstamp; in nft_net_tstamp()
/include/ufs/
Dufshcd.h505 u64 tstamp[UFS_EVENT_HIST_LENGTH]; member
/include/net/bluetooth/
Dhci_core.h2281 void *data, u16 data_len, ktime_t tstamp,