Searched refs:stamps (Results 1 – 17 of 17) sorted by relevance
/linux-6.6.21/Documentation/devicetree/bindings/ptp/ |
D | timestamper.txt | 1 Time stamps from MII bus snooping devices 4 provide time stamps. In contrast to PHY time stamping drivers (which 40 In this example, time stamps from the MII bus attached to phy@1 will
|
/linux-6.6.21/net/netfilter/ |
D | xt_recent.c | 74 unsigned long stamps[]; member 174 if (time_after(time, e->stamps[e->index-1])) in recent_entry_reap() 191 e = kmalloc(struct_size(e, stamps, nstamps_max), GFP_ATOMIC); in recent_entry_init() 196 e->stamps[0] = jiffies; in recent_entry_init() 212 e->stamps[e->index++] = jiffies; in recent_entry_update() 303 if (info->seconds && time_after(time, e->stamps[i])) in recent_mt() 529 &e->addr.ip, e->ttl, e->stamps[i], e->index); in recent_seq_show() 532 &e->addr.in6, e->ttl, e->stamps[i], e->index); in recent_seq_show() 534 seq_printf(seq, "%s %lu", i ? "," : "", e->stamps[i]); in recent_seq_show()
|
/linux-6.6.21/drivers/ptp/ |
D | Kconfig | 66 programs are getting hardware time stamps on the PTP Ethernet 86 getting hardware time stamps on the PTP Ethernet packets 116 hardware time stamps on the PTP Ethernet packets using the
|
/linux-6.6.21/drivers/net/ethernet/xscale/ |
D | Kconfig | 39 getting hardware time stamps on the PTP Ethernet packets
|
/linux-6.6.21/tools/perf/Documentation/ |
D | perf-inject.txt | 100 to convert guest time stamps into host time stamps. For example, for
|
D | perf-script.txt | 430 Print time stamps relative to trace start. 433 Print time stamps relative to previous event.
|
D | perf-report.txt | 547 Show time stamps in nanoseconds.
|
/linux-6.6.21/drivers/net/ethernet/freescale/enetc/ |
D | Kconfig | 64 programs are getting hardware time stamps on the PTP Ethernet
|
/linux-6.6.21/drivers/char/ |
D | random.c | 818 ktime_t stamps[] = { ktime_get(), ktime_get_boottime(), ktime_get_real() }; in random_pm_notification() local 822 _mix_pool_bytes(stamps, sizeof(stamps)); in random_pm_notification()
|
/linux-6.6.21/fs/ext4/ |
D | Kconfig | 45 allocation, persistent preallocation, high resolution time stamps,
|
/linux-6.6.21/Documentation/driver-api/ |
D | ptp.rst | 36 driver of asynchronous events (alarms and external time stamps) via
|
/linux-6.6.21/Documentation/networking/ |
D | timestamping.rst | 584 Time stamps for received packets must be stored in the skb. To get a pointer 586 set the time stamps in the structure:: 595 Time stamps for outgoing packets are to be generated as follows: 609 software generated time stamps by the network subsystem. 622 between time stamps.
|
/linux-6.6.21/Documentation/filesystems/ |
D | vfat.rst | 155 option still does not provide correct time stamps in all 156 cases in presence of DST - time stamps in a different DST
|
/linux-6.6.21/Documentation/filesystems/ext4/ |
D | inodes.rst | 7 pertaining to the file (time stamps, block maps, extended attributes,
|
/linux-6.6.21/kernel/trace/ |
D | Kconfig | 1079 This will audit the time stamps on the ring buffer sub
|
/linux-6.6.21/Documentation/admin-guide/ |
D | kernel-parameters.txt | 6470 global - Event time stamps are synchronize across 6479 mono - Use ktime_get_mono_fast_ns() for time stamps. 6481 stamps. 6482 boot - Use ktime_get_boot_fast_ns() for time stamps.
|
/linux-6.6.21/lib/ |
D | Kconfig.debug | 10 Selecting this option causes time stamps of the printk()
|