Searched refs:tstamp (Results 1 – 21 of 21) sorted by relevance
| /include/linux/dsa/ |
| A D | ksz_common.h | 18 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 D | sja1105.h | 53 enum sja1110_meta_tstamp dir, u64 tstamp); 58 u64 tstamp; member
|
| /include/sound/ |
| A D | timer.h | 92 struct timespec64 * tstamp, 116 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec64 *tstamp);
|
| A D | compress_driver.h | 164 struct snd_compr_tstamp *tstamp);
|
| A D | soc-component.h | 50 struct snd_compr_tstamp *tstamp); 501 struct snd_compr_tstamp *tstamp);
|
| A D | soc-dai.h | 259 struct snd_compr_tstamp *tstamp);
|
| /include/uapi/linux/ |
| A D | if_addr.h | 64 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member
|
| A D | firewire-cdev.h | 288 __u32 tstamp; member 479 __u32 tstamp; member
|
| A D | if_link.h | 1105 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member
|
| A D | bpf.h | 6320 __u64 tstamp; member
|
| /include/net/ |
| A D | if_inet6.h | 54 unsigned long tstamp; /* updated timestamp */ member 218 unsigned long tstamp; /* ipv6InterfaceTable update timestamp */ member
|
| A D | pkt_sched.h | 276 skb->tstamp = ktime_set(0, 0); in skb_txtime_consumed()
|
| A D | sock.h | 2695 ktime_t kt = skb->tstamp; in sock_recv_timestamp() 2733 sock_write_timestamp(sk, skb->tstamp); in sock_recv_cmsgs()
|
| /include/uapi/sound/ |
| A D | asound.h | 485 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 D | compress_offload.h | 66 struct snd_compr_tstamp tstamp; member
|
| A D | firewire.h | 96 __u32 tstamp; member
|
| /include/linux/ |
| A D | skbuff.h | 903 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 D | perf_event.h | 823 u64 tstamp; member
|
| /include/net/netfilter/ |
| A D | nf_tables.h | 836 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 D | ufshcd.h | 498 u64 tstamp[UFS_EVENT_HIST_LENGTH]; member
|
| /include/net/bluetooth/ |
| A D | hci_core.h | 2263 void *data, u16 data_len, ktime_t tstamp,
|
Completed in 100 milliseconds