Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dtimestamping.rst11 The interfaces for receiving network packages timestamps are:
37 Generates timestamps on reception, transmission or both. Supports
39 timestamps for stream sockets.
55 SO_TIMESTAMP_OLD returns incorrect timestamps after the year 2038
61 Its struct timespec allows for higher resolution (ns) timestamps than the
67 SO_TIMESTAMPNS_OLD returns incorrect timestamps after the year 2038
90 Some bits are requests to the stack to try to generate timestamps. Any
93 is possible to selectively request timestamps for a subset of packets
101 Request rx timestamps generated by the network adapter.
104 Request rx timestamps when data enters the kernel. These timestamps
[all …]
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-set_flag.txt60 /* Print timestamps in nanoseconds */
64 /* print timestamps in nanoseconds */
66 /* print timestamps in microseconds */
69 /* Print timestamps in microseconds */
H A Dlibtraceevent-header_page.txt29 The _tep_get_header_timestamp_size()_ function returns the size of timestamps,
41 The _tep_get_header_timestamp_size()_ function returns the size of timestamps,
67 printf("The timestamps size is %d bytes.\n", timesize);
/OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/
H A Dvdec_helpers.c246 list_add_tail(&new_ts->list, &sess->timestamps); in amvdec_add_ts()
258 list_for_each_entry(tmp, &sess->timestamps, list) { in amvdec_remove_ts()
328 struct list_head *timestamps = &sess->timestamps; in amvdec_dst_buf_done() local
335 if (list_empty(timestamps)) { in amvdec_dst_buf_done()
344 tmp = list_first_entry(timestamps, struct amvdec_timestamp, list); in amvdec_dst_buf_done()
372 list_for_each_entry_safe(tmp, n, &sess->timestamps, list) { in amvdec_dst_buf_done_offset()
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Dtimestamping.rst5 The ALSA API can provide two different system timestamps:
23 timestamps allow for applications to keep track of the 'fullness' of
33 When timestamps are enabled, the avail/delay information is reported
111 counter-intuitively not increase the precision of timestamps, e.g. if a
129 timestamps from hardware registers or from IPC takes time, the more
130 timestamps are read the more imprecise the combined measurements
132 timestamp is reported. Applications that need different timestamps
185 error. In example 3 where the timestamps are measured with the link
186 wallclock, the timestamps show a monotonic behavior and a lower
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A 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
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/
H A Dgo-cross.inc39 cp --preserve=mode,timestamps -R ${B}/pkg ${D}${libdir}/go/
42 [ ! -d $d ] || cp --preserve=mode,timestamps -R ${S}/src/$d ${D}${libdir}/go/src/; \
H A Dgo-target.inc36 cp --preserve=mode,timestamps -R ${B}/pkg/tool/${TARGET_GOTUPLE} ${D}${libdir}/go/pkg/tool/
38 cp --preserve=mode,timestamps -R ${S}/src/cmd ${D}${libdir}/go/src/
H A Dgo-runtime.inc45 cp --preserve=mode,timestamps -R ${B}/pkg ${D}${libdir}/go/
54 cp --preserve=mode,timestamps -R $srcdir ${D}${libdir}/go/src/
H A Dgo-binary-native_1.17.13.bb40 cp --preserve=mode,timestamps -R ${S}/ ${D}${libdir}/
H A Dgo-crosssdk.inc37 cp --preserve=mode,timestamps -R ${S}/pkg/tool/${BUILD_GOTUPLE} ${D}${libdir}/go/pkg/tool/
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/
H A D0001-attr-fix-utime-for-symlink.patch6 unfs3 has an old defect that it can not change the timestamps of a
11 modify the timestamps of it, when the target file is non-existent.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dptp.c1136 struct skb_shared_hwtstamps timestamps; in efx_ptp_xmit_skb_mc() local
1165 memset(&timestamps, 0, sizeof(timestamps)); in efx_ptp_xmit_skb_mc()
1166 timestamps.hwtstamp = ptp_data->nic_to_kernel_time( in efx_ptp_xmit_skb_mc()
1171 skb_tstamp_tx(skb, &timestamps); in efx_ptp_xmit_skb_mc()
1234 struct skb_shared_hwtstamps *timestamps; in efx_ptp_match_rx() local
1237 timestamps = skb_hwtstamps(skb); in efx_ptp_match_rx()
1238 timestamps->hwtstamp = evt->hwtimestamp; in efx_ptp_match_rx()
2043 struct skb_shared_hwtstamps *timestamps; in __efx_rx_skb_attach_timestamp() local
2086 timestamps = skb_hwtstamps(skb); in __efx_rx_skb_attach_timestamp()
2087 timestamps->hwtstamp = in __efx_rx_skb_attach_timestamp()
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dreproducible-builds.rst19 The kernel embeds timestamps in three places:
24 * File timestamps in the embedded initramfs
26 * If enabled via ``CONFIG_IKHEADERS``, file timestamps of kernel
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-paho-mqtt_1.6.1.bb16 cp --preserve=mode,timestamps -R ${S}/examples/* ${D}${datadir}/${BPN}/examples
H A Dpython3-aws-iot-device-sdk-python_1.5.2.bb22 cp --preserve=mode,timestamps -R ${S}/samples/* ${D}${datadir}/${BPN}/examples
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A Ddeterminism.patch2 qemu build are not reproducible due to either full buildpaths or timestamps.
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dtimekeeping.rst20 Useful for reliable timestamps and measuring short time intervals
37 user space. This is used for all timestamps that need to
126 but can't easily use 'jiffies', e.g. for inode timestamps.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch24 ohshite(_("error setting timestamps of '%.255s'"), path);
/OK3568_Linux_fs/buildroot/package/bustle/
H A DConfig.in13 with timestamps for each individual event and the duration
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/htpdate/
H A Dhtpdate_1.3.4.bb6 using the timestamps from HTTP headers found in web servers response (the\
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.6.338 - [QTBUG-56623] WinRT backend now uses backend-provided timestamps
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dioctl.rst87 Traditionally, timestamps and timeout values are passed as ``struct
104 Timeout values and timestamps should ideally use CLOCK_MONOTONIC time,
106 CLOCK_REALTIME, this makes the timestamps immune from jumping backwards
109 ktime_get_real_ns() can be used for CLOCK_REALTIME timestamps that
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dcramfs.rst38 No timestamps are stored in a cramfs, so these default to the epoch
39 (1970 GMT). Recently-accessed files may have updated timestamps, but
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.h94 struct qmem *timestamps; member

123456