Home
last modified time | relevance | path

Searched refs:timestamps (Results 1 – 29 of 29) sorted by relevance

/linux-4.1.27/Documentation/networking/
Dtimestamping.txt4 The interfaces for receiving network packages timestamps are:
20 Generates timestamps on reception, transmission or both. Supports
22 timestamps for stream sockets.
38 Its struct timespec allows for higher resolution (ns) timestamps than the
55 Some bits are requests to the stack to try to generate timestamps. Any
58 is possible to selectively request timestamps for a subset of packets
66 Request rx timestamps generated by the network adapter.
69 Request rx timestamps when data enters the kernel. These timestamps
74 Request tx timestamps generated by the network adapter.
77 Request tx timestamps when data leaves the kernel. These timestamps
[all …]
Dpacket_mmap.txt217 related meta-information like timestamps without requiring a system call.
1014 hardware timestamps to be used. Note: you may need to enable the generation
1015 of hardware timestamps with SIOCSHWTSTAMP (see related information from
1023 For the mmap(2)ed ring buffers, such timestamps are stored in the
1036 Getting timestamps for the TX_RING works as follows: i) fill the ring frames,
1039 through the frames to pick up the individual hw/sw timestamps.
1054 for more information on hardware timestamps.
Dstmmac.txt96 are used for saving the hardware timestamps and Extended Status.
Dip-sysctl.txt569 Enable timestamps as defined in RFC1323.
/linux-4.1.27/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_ring.c33 kfifo_reset(&st->timestamps); in inv_clear_kfifo()
111 kfifo_in_spinlocked(&st->timestamps, &timestamp, 1, in inv_mpu6050_irq_handler()
160 if (kfifo_len(&st->timestamps) > in inv_mpu6050_read_fifo()
170 result = kfifo_out(&st->timestamps, &timestamp, 1); in inv_mpu6050_read_fifo()
Dinv_mpu_iio.h127 DECLARE_KFIFO(timestamps, long long, TIMESTAMP_FIFO_SIZE);
Dinv_mpu_core.c831 INIT_KFIFO(st->timestamps); in inv_mpu_probe()
/linux-4.1.27/Documentation/sound/alsa/
Dtimestamping.txt1 The ALSA API can provide two different system timestamps:
19 timestamps allow for applications to keep track of the 'fullness' of
29 When timestamps are enabled, the avail/delay information is reported
106 counter-intuitively not increase the precision of timestamps, e.g. if a
124 timestamps from hardware registers or from IPC takes time, the more
125 timestamps are read the more imprecise the combined measurements
127 timestamp is reported. Applications that need different timestamps
174 error. In example 3 where the timestamps are measured with the link
175 wallclock, the timestamps show a monotonic behavior and a lower
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-ptp91 timestamps. To enable external timestamps, write the
93 To disable external timestamps, write the channel
100 This file provides timestamps on external events, in
/linux-4.1.27/drivers/net/ethernet/sfc/
Dptp.c872 struct skb_shared_hwtstamps timestamps; in efx_ptp_xmit_skb() local
901 memset(&timestamps, 0, sizeof(timestamps)); in efx_ptp_xmit_skb()
902 timestamps.hwtstamp = ptp_data->nic_to_kernel_time( in efx_ptp_xmit_skb()
907 skb_tstamp_tx(skb, &timestamps); in efx_ptp_xmit_skb()
972 struct skb_shared_hwtstamps *timestamps; in efx_ptp_match_rx() local
975 timestamps = skb_hwtstamps(skb); in efx_ptp_match_rx()
976 timestamps->hwtstamp = evt->hwtimestamp; in efx_ptp_match_rx()
1740 struct skb_shared_hwtstamps *timestamps; in __efx_rx_skb_attach_timestamp() local
1782 timestamps = skb_hwtstamps(skb); in __efx_rx_skb_attach_timestamp()
1783 timestamps->hwtstamp = in __efx_rx_skb_attach_timestamp()
/linux-4.1.27/Documentation/filesystems/
Dcramfs.txt35 No timestamps are stored in a cramfs, so these default to the epoch
36 (1970 GMT). Recently-accessed files may have updated timestamps, but
Dvfat.txt107 tz=UTC -- Interpret timestamps as UTC rather than local time.
108 This option disables the conversion of timestamps
115 -- Set offset for conversion of timestamps from local time
Drelay.txt277 the need to bother with saving explicit timestamps for the purpose of
Dext4.txt89 * nsec timestamps for mtime, atime, ctime, create time
/linux-4.1.27/fs/cramfs/
DKconfig10 16/32 bits uid/gid, hard links and timestamps.
/linux-4.1.27/Documentation/sysctl/
Dnet.txt102 Allow processes to receive tx timestamps looped together with the original
178 If set to 0, RX packet timestamps can be sampled after RPS processing, when
179 the target CPU processes packets. It might give some delay on timestamps, but
182 If set to 1 (default), timestamps are sampled as soon as possible, before
/linux-4.1.27/Documentation/fmc/
Dparameters.txt42 golden gateware for the SPEC card, removing the leading timestamps to
/linux-4.1.27/drivers/media/rc/img-ir/
DKconfig16 less reliable (due to lack of timestamps) and consumes more
/linux-4.1.27/tools/perf/Documentation/
Dperf-record.txt156 Sample timestamps. Use it with 'perf report -D' to see the timestamps,
/linux-4.1.27/Documentation/timers/
Dtimekeeping.txt119 for example. It is also used for printk timestamps when you have selected to
139 events on the system. However it may result in interesting timestamps in
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt243 And in older firmwares the timestamps in the TS seem to be
690 4=generate DVD compatible PTS timestamps
/linux-4.1.27/net/ipv4/
Dtcp_metrics.c596 bool paws_check, bool timestamps) in tcp_peer_is_proven() argument
610 !timestamps)) in tcp_peer_is_proven()
/linux-4.1.27/fs/squashfs/
DKconfig13 timestamps.
/linux-4.1.27/Documentation/pps/
Dpps.txt52 useful besides(!) the gathering of timestamps as it is the central
/linux-4.1.27/Documentation/input/
Dinput.txt228 generated in the kernel straight to the program, with timestamps. The
/linux-4.1.27/Documentation/ioctl/
Dbotching-up-ioctls.txt130 v4l use by default nowadays. But let userspace know which timestamps are
/linux-4.1.27/include/net/
Dtcp.h420 bool paws_check, bool timestamps);
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES111 architectures. Fix problems with preserving timestamps on copying open
/linux-4.1.27/Documentation/trace/
Dftrace.txt119 or events work (stack traces, timestamps, etc).