arch/alpha/include/asm/err_common.h
92
union el_timestamp timestamp;
arch/alpha/include/asm/err_common.h
99
union el_timestamp timestamp;
arch/alpha/include/asm/err_ev7.h
15
union el_timestamp timestamp;
arch/alpha/kernel/err_common.c
109
timestamp.as_int = 0;
arch/alpha/kernel/err_common.c
116
timestamp = header->by_type.sys_event.timestamp;
arch/alpha/kernel/err_common.c
123
timestamp = header->by_type.err_halt.timestamp;
arch/alpha/kernel/err_common.c
129
timestamp.as_int = 0;
arch/alpha/kernel/err_common.c
143
el_print_timestamp(×tamp);
arch/alpha/kernel/err_common.c
169
el_print_timestamp(union el_timestamp *timestamp)
arch/alpha/kernel/err_common.c
171
if (timestamp->as_int)
arch/alpha/kernel/err_common.c
174
timestamp->b.month, timestamp->b.day,
arch/alpha/kernel/err_common.c
175
timestamp->b.year, timestamp->b.hour,
arch/alpha/kernel/err_common.c
176
timestamp->b.minute, timestamp->b.second);
arch/alpha/kernel/err_common.c
91
union el_timestamp timestamp;
arch/alpha/kernel/err_ev7.c
254
el_print_timestamp(&packet->by_type.logout.timestamp);
arch/alpha/kernel/err_marvel.c
1136
el_print_timestamp(&lf_subpackets->logout->timestamp);
arch/powerpc/include/asm/nvram.h
37
__be64 timestamp;
arch/powerpc/include/asm/spu.h
131
unsigned long long timestamp;
arch/powerpc/kernel/nvram_64.c
365
oops_hdr->timestamp = cpu_to_be64(ktime_get_real_seconds());
arch/powerpc/kernel/nvram_64.c
400
oops_hdr->timestamp = cpu_to_be64(ktime_get_real_seconds());
arch/powerpc/kernel/nvram_64.c
514
record->time.tv_sec = be64_to_cpu(oops_hdr->timestamp);
arch/powerpc/kernel/nvram_64.c
697
oops_hdr->timestamp = cpu_to_be64(ktime_get_real_seconds());
arch/powerpc/platforms/cell/spufs/sched.c
238
spu->timestamp = jiffies;
arch/powerpc/platforms/cell/spufs/sched.c
443
spu->timestamp = jiffies;
arch/s390/appldata/appldata_mem.c
109
mem_data->timestamp = get_tod_clock();
arch/s390/appldata/appldata_mem.c
34
u64 timestamp;
arch/s390/appldata/appldata_net_sum.c
111
net_data->timestamp = get_tod_clock();
arch/s390/appldata/appldata_net_sum.c
30
u64 timestamp;
arch/s390/appldata/appldata_os.c
152
os_data->timestamp = get_tod_clock();
arch/s390/appldata/appldata_os.c
52
u64 timestamp;
arch/s390/include/asm/cpu_mf.h
150
unsigned char timestamp[16]; /* 16 - 31 timestamp */
arch/s390/kernel/debug.c
1087
unsigned long timestamp;
arch/s390/kernel/debug.c
1091
timestamp = clk.us;
arch/s390/kernel/debug.c
1092
timestamp -= TOD_UNIX_EPOCH >> 12;
arch/s390/kernel/debug.c
1093
active->clock = timestamp;
arch/s390/kernel/perf_cpum_cf.c
373
unsigned long timestamp; /* 128-191 Timestamp (TOD) */
arch/s390/kernel/perf_cpum_cf.c
405
te->timestamp = get_tod_clock_fast();
arch/s390/kernel/perf_cpum_cf.c
590
trailer_stop->progusage[0] = trailer_start->timestamp;
arch/s390/pci/pci_report.c
145
report->data.timestamp = ktime_get_clocktai_seconds();
arch/s390/pci/pci_report.c
25
u64 timestamp;
arch/x86/include/uapi/asm/amd_hsmp.h
408
__u64 timestamp;
arch/x86/kernel/cpu/mce/internal.h
91
u64 timestamp;
arch/x86/kernel/cpu/mce/threshold.c
134
delta = now - storm->banks[mce->bank].timestamp;
arch/x86/kernel/cpu/mce/threshold.c
142
storm->banks[mce->bank].timestamp = now;
arch/x86/kernel/cpu/mce/threshold.c
60
storm->banks[bank].timestamp = jiffies;
arch/x86/kernel/fpu/xstate.c
1889
unsigned long timestamp;
arch/x86/kernel/fpu/xstate.c
1896
timestamp = READ_ONCE(x86_task_fpu(task)->avx512_timestamp);
arch/x86/kernel/fpu/xstate.c
1898
if (timestamp) {
arch/x86/kernel/fpu/xstate.c
1899
delta = (long)(jiffies - timestamp);
block/partitions/msdos.c
243
unsigned int timestamp[SOLARIS_X86_NUMSLICE]; /* timestamp */
block/partitions/sun.c
42
__be32 timestamp[8]; /* Partition timestamp */
drivers/accel/habanalabs/common/command_submission.c
245
fence->timestamp = ktime_set(0, 0);
drivers/accel/habanalabs/common/command_submission.c
2657
enum hl_cs_wait_status *status, u64 timeout_us, s64 *timestamp)
drivers/accel/habanalabs/common/command_submission.c
2699
timestamp_kt = fence->timestamp;
drivers/accel/habanalabs/common/command_submission.c
2704
if (timestamp)
drivers/accel/habanalabs/common/command_submission.c
2705
*timestamp = ktime_to_ns(timestamp_kt);
drivers/accel/habanalabs/common/command_submission.c
2826
(ktime_compare(fence->timestamp, first_cs_time) < 0))
drivers/accel/habanalabs/common/command_submission.c
2827
first_cs_time = fence->timestamp;
drivers/accel/habanalabs/common/command_submission.c
2852
mcs_data->timestamp = ktime_to_ns(first_cs_time);
drivers/accel/habanalabs/common/command_submission.c
2858
enum hl_cs_wait_status *status, s64 *timestamp)
drivers/accel/habanalabs/common/command_submission.c
2863
if (timestamp)
drivers/accel/habanalabs/common/command_submission.c
2864
*timestamp = 0;
drivers/accel/habanalabs/common/command_submission.c
2870
rc = hl_wait_for_fence(ctx, seq, fence, status, timeout_us, timestamp);
drivers/accel/habanalabs/common/command_submission.c
2916
mcs_compl->timestamp = 0;
drivers/accel/habanalabs/common/command_submission.c
2970
mcs_data->timestamp = mcs_compl->timestamp;
drivers/accel/habanalabs/common/command_submission.c
3113
mcs_compl->timestamp = 0;
drivers/accel/habanalabs/common/command_submission.c
3143
if (mcs_data.timestamp) {
drivers/accel/habanalabs/common/command_submission.c
3144
args->out.timestamp_nsec = mcs_data.timestamp;
drivers/accel/habanalabs/common/command_submission.c
3149
if (!mcs_data.timestamp)
drivers/accel/habanalabs/common/command_submission.c
3164
s64 timestamp;
drivers/accel/habanalabs/common/command_submission.c
3167
rc = _hl_cs_wait_ioctl(hdev, hpriv->ctx, args->in.timeout_us, seq, &status, ×tamp);
drivers/accel/habanalabs/common/command_submission.c
3193
if (timestamp) {
drivers/accel/habanalabs/common/command_submission.c
3195
args->out.timestamp_nsec = timestamp;
drivers/accel/habanalabs/common/command_submission.c
3319
u32 *status, u64 *timestamp)
drivers/accel/habanalabs/common/command_submission.c
3389
u32 *status, u64 *timestamp)
drivers/accel/habanalabs/common/command_submission.c
3436
pend->fence.timestamp = ktime_get();
drivers/accel/habanalabs/common/command_submission.c
3491
*timestamp = ktime_to_ns(pend->fence.timestamp);
drivers/accel/habanalabs/common/command_submission.c
3510
u64 *timestamp)
drivers/accel/habanalabs/common/command_submission.c
3549
pend->fence.timestamp = ktime_get();
drivers/accel/habanalabs/common/command_submission.c
3614
*timestamp = ktime_to_ns(pend->fence.timestamp);
drivers/accel/habanalabs/common/command_submission.c
3630
u64 timestamp = 0;
drivers/accel/habanalabs/common/command_submission.c
3693
&status, ×tamp);
drivers/accel/habanalabs/common/command_submission.c
3698
&status, ×tamp);
drivers/accel/habanalabs/common/command_submission.c
3703
×tamp);
drivers/accel/habanalabs/common/command_submission.c
3712
if (timestamp) {
drivers/accel/habanalabs/common/command_submission.c
3713
args->out.timestamp_nsec = timestamp;
drivers/accel/habanalabs/common/command_submission.c
418
cs->completion_timestamp = job->timestamp;
drivers/accel/habanalabs/common/command_submission.c
54
enum hl_cs_wait_status *status, s64 *timestamp);
drivers/accel/habanalabs/common/command_submission.c
634
if (!mcs_compl->timestamp)
drivers/accel/habanalabs/common/command_submission.c
635
mcs_compl->timestamp = ktime_to_ns(fence->timestamp);
drivers/accel/habanalabs/common/command_submission.c
797
if (cs->timestamp) {
drivers/accel/habanalabs/common/command_submission.c
798
cs->fence->timestamp = cs->completion_timestamp;
drivers/accel/habanalabs/common/command_submission.c
800
cs->fence->timestamp, cs->fence->error);
drivers/accel/habanalabs/common/command_submission.c
851
hdev->captured_err_info.cs_timeout.timestamp = ktime_get();
drivers/accel/habanalabs/common/command_submission.c
927
cs->timestamp = !!(flags & HL_CS_FLAGS_TIMESTAMP);
drivers/accel/habanalabs/common/device.c
2698
razwi_info->razwi.timestamp = ktime_to_ns(ktime_get());
drivers/accel/habanalabs/common/device.c
2787
pgf_info->page_fault.timestamp = ktime_to_ns(ktime_get());
drivers/accel/habanalabs/common/device.c
2812
info->event.timestamp = ktime_to_ns(ktime_get());
drivers/accel/habanalabs/common/device.c
2834
info->event.timestamp = ktime_to_ns(ktime_get());
drivers/accel/habanalabs/common/device.c
2858
info->event.timestamp = ktime_to_ns(ktime_get());
drivers/accel/habanalabs/common/device.c
2922
clk_throttle->timestamp[HL_CLK_THROTTLE_TYPE_POWER].start = ktime_get();
drivers/accel/habanalabs/common/device.c
2923
clk_throttle->timestamp[HL_CLK_THROTTLE_TYPE_POWER].end = zero_time;
drivers/accel/habanalabs/common/device.c
2929
clk_throttle->timestamp[HL_CLK_THROTTLE_TYPE_POWER].end = ktime_get();
drivers/accel/habanalabs/common/device.c
2936
clk_throttle->timestamp[HL_CLK_THROTTLE_TYPE_THERMAL].start = ktime_get();
drivers/accel/habanalabs/common/device.c
2937
clk_throttle->timestamp[HL_CLK_THROTTLE_TYPE_THERMAL].end = zero_time;
drivers/accel/habanalabs/common/device.c
2944
clk_throttle->timestamp[HL_CLK_THROTTLE_TYPE_THERMAL].end = ktime_get();
drivers/accel/habanalabs/common/habanalabs.h
1171
ktime_t timestamp;
drivers/accel/habanalabs/common/habanalabs.h
2077
u8 timestamp;
drivers/accel/habanalabs/common/habanalabs.h
2125
ktime_t timestamp;
drivers/accel/habanalabs/common/habanalabs.h
2987
s64 timestamp;
drivers/accel/habanalabs/common/habanalabs.h
3010
s64 timestamp;
drivers/accel/habanalabs/common/habanalabs.h
3038
struct hl_clk_throttle_timestamp timestamp[HL_CLK_THROTTLE_TYPE_MAX];
drivers/accel/habanalabs/common/habanalabs.h
3062
ktime_t timestamp;
drivers/accel/habanalabs/common/habanalabs.h
3089
ktime_t timestamp;
drivers/accel/habanalabs/common/habanalabs.h
850
ktime_t timestamp;
drivers/accel/habanalabs/common/habanalabs_ioctl.c
372
ktime_to_us(hdev->clk_throttling.timestamp[i].start);
drivers/accel/habanalabs/common/habanalabs_ioctl.c
374
if (ktime_compare(hdev->clk_throttling.timestamp[i].end, zero_time))
drivers/accel/habanalabs/common/habanalabs_ioctl.c
375
end_time = hdev->clk_throttling.timestamp[i].end;
drivers/accel/habanalabs/common/habanalabs_ioctl.c
381
hdev->clk_throttling.timestamp[i].start));
drivers/accel/habanalabs/common/habanalabs_ioctl.c
592
info.timestamp = ktime_to_ns(hdev->last_successful_open_ktime);
drivers/accel/habanalabs/common/habanalabs_ioctl.c
608
info.timestamp = ktime_to_ns(hdev->captured_err_info.cs_timeout.timestamp);
drivers/accel/habanalabs/common/habanalabs_ioctl.c
641
info.timestamp = ktime_to_ns(hdev->captured_err_info.undef_opcode.timestamp);
drivers/accel/habanalabs/common/irq.c
119
cs->completion_timestamp = timestamp;
drivers/accel/habanalabs/common/irq.c
137
ktime_t timestamp = ktime_get();
drivers/accel/habanalabs/common/irq.c
179
cs_finish(hdev, shadow_index, timestamp);
drivers/accel/habanalabs/common/irq.c
181
job_finish(hdev, shadow_index, cq, timestamp);
drivers/accel/habanalabs/common/irq.c
263
u64 timestamp;
drivers/accel/habanalabs/common/irq.c
302
timestamp = ktime_to_ns(intr->timestamp);
drivers/accel/habanalabs/common/irq.c
304
*pend->ts_reg_info.timestamp_kernel_addr = timestamp;
drivers/accel/habanalabs/common/irq.c
389
pend->fence.timestamp = intr->timestamp;
drivers/accel/habanalabs/common/irq.c
427
user_int->timestamp = ktime_get();
drivers/accel/habanalabs/common/irq.c
464
user_int->timestamp = ktime_get();
drivers/accel/habanalabs/common/irq.c
78
static void job_finish(struct hl_device *hdev, u32 cs_seq, struct hl_cq *cq, ktime_t timestamp)
drivers/accel/habanalabs/common/irq.c
85
job->timestamp = timestamp;
drivers/accel/habanalabs/common/irq.c
99
static void cs_finish(struct hl_device *hdev, u16 cs_seq, ktime_t timestamp)
drivers/accel/habanalabs/gaudi/gaudi.c
6905
undef_opcode->timestamp = ktime_get();
drivers/accel/habanalabs/gaudi/gaudi.c
7532
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_POWER].start = ktime_get();
drivers/accel/habanalabs/gaudi/gaudi.c
7533
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_POWER].end = zero_time;
drivers/accel/habanalabs/gaudi/gaudi.c
7540
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_POWER].end = ktime_get();
drivers/accel/habanalabs/gaudi/gaudi.c
7548
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_THERMAL].start = ktime_get();
drivers/accel/habanalabs/gaudi/gaudi.c
7549
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_THERMAL].end = zero_time;
drivers/accel/habanalabs/gaudi/gaudi.c
7557
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_THERMAL].end = ktime_get();
drivers/accel/habanalabs/gaudi2/gaudi2.c
8293
undef_opcode->timestamp = ktime_get();
drivers/accel/habanalabs/gaudi2/gaudi2.c
9831
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_POWER].start = ktime_get();
drivers/accel/habanalabs/gaudi2/gaudi2.c
9832
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_POWER].end = zero_time;
drivers/accel/habanalabs/gaudi2/gaudi2.c
9838
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_POWER].end = ktime_get();
drivers/accel/habanalabs/gaudi2/gaudi2.c
9845
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_THERMAL].start = ktime_get();
drivers/accel/habanalabs/gaudi2/gaudi2.c
9846
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_THERMAL].end = zero_time;
drivers/accel/habanalabs/gaudi2/gaudi2.c
9853
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_THERMAL].end = ktime_get();
drivers/accel/habanalabs/goya/goya.c
4582
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_POWER].start = ktime_get();
drivers/accel/habanalabs/goya/goya.c
4583
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_POWER].end = zero_time;
drivers/accel/habanalabs/goya/goya.c
4590
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_POWER].end = ktime_get();
drivers/accel/habanalabs/goya/goya.c
4598
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_THERMAL].start = ktime_get();
drivers/accel/habanalabs/goya/goya.c
4599
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_THERMAL].end = zero_time;
drivers/accel/habanalabs/goya/goya.c
4606
hdev->clk_throttling.timestamp[HL_CLK_THROTTLE_TYPE_THERMAL].end = ktime_get();
drivers/acpi/apei/erst.c
1124
record->time.tv_sec = rcd->hdr.timestamp;
drivers/acpi/apei/erst.c
1148
rcd->hdr.timestamp = ktime_get_real_seconds();
drivers/acpi/ec.c
1434
ec->timestamp = jiffies;
drivers/acpi/ec.c
296
ec->timestamp = jiffies;
drivers/acpi/ec.c
305
ec->timestamp = jiffies;
drivers/acpi/ec.c
312
ec->timestamp = jiffies;
drivers/acpi/ec.c
728
unsigned long timeout = ec->timestamp + guard;
drivers/acpi/internal.h
209
unsigned long timestamp;
drivers/ata/libata-eh.c
1771
if ((ent->eflags & ATA_EFLAG_OLD_ER) || (ent->timestamp < arg->since))
drivers/ata/libata-eh.c
3680
(ent->timestamp < now - min(now, interval)))
drivers/ata/libata-eh.c
383
ent->timestamp = get_jiffies_64();
drivers/ata/libata-transport.c
413
seconds = div_u64_rem(ent->timestamp, HZ, &rem);
drivers/atm/eni.c
535
skb->tstamp = eni_vcc->timestamp;
drivers/atm/eni.c
700
ENI_VCC(vcc)->timestamp = ktime_get_real();
drivers/atm/eni.h
63
ktime_t timestamp; /* for RX timing */
drivers/atm/iphase.c
1049
printk("Desc_tbl[%d] = %d \n", i, iadev->desc_tbl[i].timestamp);
drivers/atm/iphase.c
153
else if (!dev->desc_tbl[desc1 -1].timestamp) {
drivers/atm/iphase.c
157
else if (dev->desc_tbl[desc1 -1].timestamp) {
drivers/atm/iphase.c
1613
iadev->desc_tbl[i].timestamp = 0;
drivers/atm/iphase.c
163
dev->desc_tbl[desc1 -1].timestamp = 0;
drivers/atm/iphase.c
192
if (!dev->desc_tbl[i].timestamp) {
drivers/atm/iphase.c
197
delta = jiffies - dev->desc_tbl[i].timestamp;
drivers/atm/iphase.c
199
IF_ABR(printk("RECOVER run!! desc_tbl %d = %d delta = %ld, time = %ld\n", i,dev->desc_tbl[i].timestamp, delta, jiffies);)
drivers/atm/iphase.c
209
dev->desc_tbl[i].timestamp = 0;
drivers/atm/iphase.c
222
while (!desc_num || (dev->desc_tbl[desc_num -1]).timestamp) {
drivers/atm/iphase.c
232
dev->desc_tbl[desc_num -1].timestamp = jiffies;
drivers/atm/iphase.h
880
u32 timestamp;
drivers/bluetooth/btintel.c
548
2000 + (version->timestamp >> 8), version->timestamp & 0xff,
drivers/bluetooth/btintel.c
608
version->timestamp = get_unaligned_le16(tlv->val);
drivers/bluetooth/btintel.h
79
u16 timestamp;
drivers/bluetooth/btintel_pcie.c
2124
data->dmp_hdr.fw_timestamp = ver_tlv.timestamp;
drivers/counter/counter-chrdev.c
643
ev.timestamp = ktime_get_ns();
drivers/crypto/hisilicon/qm.c
2736
hw_err->timestamp = jiffies;
drivers/crypto/hisilicon/qm.c
2738
if ((hw_err->timestamp - err->timestamp) / HZ >
drivers/crypto/hisilicon/qm.c
398
unsigned long long timestamp;
drivers/crypto/intel/qat/qat_common/adf_admin.c
201
int adf_get_fw_timestamp(struct adf_accel_dev *accel_dev, u64 *timestamp)
drivers/crypto/intel/qat/qat_common/adf_admin.c
213
*timestamp = resp.timestamp;
drivers/crypto/intel/qat/qat_common/adf_admin.h
23
int adf_get_fw_timestamp(struct adf_accel_dev *accel_dev, u64 *timestamp);
drivers/crypto/intel/qat/qat_common/icp_qat_fw_init_admin.h
152
__u64 timestamp;
drivers/cxl/core/edac.c
1032
u64 cur_ts = le64_to_cpu(cur_rec->media_hdr.hdr.timestamp);
drivers/cxl/core/edac.c
1039
le64_to_cpu(rec->media_hdr.hdr.timestamp)) / 1000000000ULL;
drivers/cxl/core/edac.c
1050
u64 cur_ts = le64_to_cpu(cur_rec->media_hdr.hdr.timestamp);
drivers/cxl/core/edac.c
1057
le64_to_cpu(rec->media_hdr.hdr.timestamp)) / 1000000000ULL;
drivers/cxl/core/mbox.c
1405
pi.timestamp = cpu_to_le64(ktime_get_real_ns());
drivers/cxl/core/trace.h
267
__entry->hdr_timestamp = le64_to_cpu((hdr).timestamp); \
drivers/cxl/cxlmem.h
737
__le64 timestamp;
drivers/dma-buf/dma-fence-unwrap.c
124
ktime_t timestamp;
drivers/dma-buf/dma-fence-unwrap.c
128
timestamp = ns_to_ktime(0);
drivers/dma-buf/dma-fence-unwrap.c
138
if (ktime_after(t, timestamp))
drivers/dma-buf/dma-fence-unwrap.c
139
timestamp = t;
drivers/dma-buf/dma-fence-unwrap.c
152
return dma_fence_allocate_private_stub(timestamp);
drivers/dma-buf/dma-fence-unwrap.c
170
if (ktime_after(t, timestamp))
drivers/dma-buf/dma-fence-unwrap.c
171
timestamp = t;
drivers/dma-buf/dma-fence-unwrap.c
196
tmp = dma_fence_allocate_private_stub(timestamp);
drivers/dma-buf/dma-fence.c
155
struct dma_fence *dma_fence_allocate_private_stub(ktime_t timestamp)
drivers/dma-buf/dma-fence.c
171
dma_fence_signal_timestamp(fence, timestamp);
drivers/dma-buf/dma-fence.c
363
ktime_t timestamp)
drivers/dma-buf/dma-fence.c
377
fence->timestamp = timestamp;
drivers/dma-buf/dma-fence.c
400
void dma_fence_signal_timestamp(struct dma_fence *fence, ktime_t timestamp)
drivers/dma-buf/dma-fence.c
408
dma_fence_signal_timestamp_locked(fence, timestamp);
drivers/dma-buf/sync_debug.c
60
ktime_to_timespec64(fence->timestamp);
drivers/dma/amd/ae4dma/ae4dma.h
70
u16 timestamp;
drivers/firewire/core-cdev.c
1545
packet->timestamp);
drivers/firewire/core-cdev.c
1579
pp->data[0] = packet->timestamp;
drivers/firewire/core-cdev.c
1589
pp->tstamp = packet->timestamp;
drivers/firewire/core-cdev.c
1706
pp->tstamp = p->timestamp;
drivers/firewire/core-transaction.c
1112
trace_async_phy_inbound((uintptr_t)p, card->index, p->generation, p->ack, p->timestamp,
drivers/firewire/core-transaction.c
1125
p->ack, p->timestamp, p->header, request->data,
drivers/firewire/core-transaction.c
113
t->callback.with_tstamp(card, rcode, t->packet.timestamp, response_tstamp, NULL, 0,
drivers/firewire/core-transaction.c
1187
p->timestamp, p->header, data, data_length / 4);
drivers/firewire/core-transaction.c
1204
t->callback.with_tstamp(card, rcode, t->packet.timestamp, p->timestamp, data,
drivers/firewire/core-transaction.c
145
tstamp = transaction->packet.timestamp;
drivers/firewire/core-transaction.c
171
t->callback.with_tstamp(card, RCODE_CANCELLED, t->packet.timestamp,
drivers/firewire/core-transaction.c
196
packet->speed, status, packet->timestamp);
drivers/firewire/core-transaction.c
200
close_transaction(t, card, RCODE_COMPLETE, packet->timestamp);
drivers/firewire/core-transaction.c
210
compute_split_timeout_timestamp(card, packet->timestamp) & 0xffff;
drivers/firewire/core-transaction.c
223
close_transaction(t, card, RCODE_BUSY, packet->timestamp);
drivers/firewire/core-transaction.c
226
close_transaction(t, card, RCODE_DATA_ERROR, packet->timestamp);
drivers/firewire/core-transaction.c
229
close_transaction(t, card, RCODE_TYPE_ERROR, packet->timestamp);
drivers/firewire/core-transaction.c
236
close_transaction(t, card, status, packet->timestamp);
drivers/firewire/core-transaction.c
506
packet->timestamp);
drivers/firewire/core-transaction.c
713
u32 timestamp;
drivers/firewire/core-transaction.c
741
packet->speed, status, packet->timestamp);
drivers/firewire/core-transaction.c
76
t->callback.with_tstamp(card, RCODE_CANCELLED, t->packet.timestamp, 0,
drivers/firewire/core-transaction.c
844
u32 timestamp;
drivers/firewire/core-transaction.c
851
timestamp = request_timestamp & ~0x1fff;
drivers/firewire/core-transaction.c
852
timestamp += (cycles / 8000) << 13;
drivers/firewire/core-transaction.c
853
timestamp |= cycles % 8000;
drivers/firewire/core-transaction.c
855
return timestamp;
drivers/firewire/core-transaction.c
902
request->response.timestamp = compute_split_timeout_timestamp(card, p->timestamp);
drivers/firewire/core-transaction.c
909
request->timestamp = p->timestamp;
drivers/firewire/core-transaction.c
982
return request->timestamp;
drivers/firewire/nosy.c
413
u32 tcode_mask, tcode, timestamp;
drivers/firewire/nosy.c
423
timestamp = ts64.tv_nsec / NSEC_PER_USEC;
drivers/firewire/nosy.c
424
lynx->rcv_buffer[0] = (__force __le32)timestamp;
drivers/firewire/nosy.c
446
u32 timestamp;
drivers/firewire/nosy.c
449
timestamp = ts64.tv_nsec / NSEC_PER_USEC;
drivers/firewire/nosy.c
454
packet_buffer_put(&client->buffer, ×tamp, 4);
drivers/firewire/ohci-serdes-test.c
37
u16 timestamp = ohci1394_self_id_receive_q0_get_timestamp(buffer[0]);
drivers/firewire/ohci-serdes-test.c
40
KUNIT_EXPECT_EQ(test, 0xf38b, timestamp);
drivers/firewire/ohci.c
1209
d[0].res_count = cpu_to_le16(packet->timestamp);
drivers/firewire/ohci.c
1379
packet->timestamp = le16_to_cpu(last->res_count);
drivers/firewire/ohci.c
1482
response.timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci));
drivers/firewire/ohci.c
1532
response.timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci));
drivers/firewire/ohci.c
1586
packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci));
drivers/firewire/ohci.c
1597
packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci));
drivers/firewire/ohci.c
2588
packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci));
drivers/firewire/ohci.c
743
p.timestamp = status & 0xffff;
drivers/firmware/arm_scmi/base.c
323
u8 evt_id, ktime_t timestamp,
drivers/firmware/arm_scmi/base.c
341
r->timestamp = timestamp;
drivers/firmware/arm_scmi/clock.c
1009
u8 evt_id, ktime_t timestamp,
drivers/firmware/arm_scmi/clock.c
1021
r->timestamp = timestamp;
drivers/firmware/arm_scmi/notify.c
260
ktime_t timestamp;
drivers/firmware/arm_scmi/notify.c
495
report = REVT_FILL_REPORT(r_evt, pd->eh->evt_id, pd->eh->timestamp,
drivers/firmware/arm_scmi/notify.c
609
eh.timestamp = ts;
drivers/firmware/arm_scmi/notify.h
61
u8 evt_id, ktime_t timestamp,
drivers/firmware/arm_scmi/perf.c
1142
u8 evt_id, ktime_t timestamp,
drivers/firmware/arm_scmi/perf.c
1160
r->timestamp = timestamp;
drivers/firmware/arm_scmi/perf.c
1199
r->timestamp = timestamp;
drivers/firmware/arm_scmi/power.c
270
u8 evt_id, ktime_t timestamp,
drivers/firmware/arm_scmi/power.c
280
r->timestamp = timestamp;
drivers/firmware/arm_scmi/powercap.c
870
u8 evt_id, ktime_t timestamp,
drivers/firmware/arm_scmi/powercap.c
885
r->timestamp = timestamp;
drivers/firmware/arm_scmi/powercap.c
902
r->timestamp = timestamp;
drivers/firmware/arm_scmi/reset.c
303
u8 evt_id, ktime_t timestamp,
drivers/firmware/arm_scmi/reset.c
313
r->timestamp = timestamp;
drivers/firmware/arm_scmi/sensors.c
1049
u8 evt_id, ktime_t timestamp,
drivers/firmware/arm_scmi/sensors.c
1064
r->timestamp = timestamp;
drivers/firmware/arm_scmi/sensors.c
1084
r->timestamp = timestamp;
drivers/firmware/arm_scmi/sensors.c
899
out->timestamp = get_unaligned_le64((void *)&in->timestamp_low);
drivers/firmware/arm_scmi/system.c
102
r->timestamp = timestamp;
drivers/firmware/arm_scmi/system.c
87
u8 evt_id, ktime_t timestamp,
drivers/firmware/arm_scmi/vendors/imx/imx-sm-bbm.c
176
u8 evt_id, ktime_t timestamp,
drivers/firmware/arm_scmi/vendors/imx/imx-sm-bbm.c
189
r->timestamp = timestamp;
drivers/firmware/arm_scmi/vendors/imx/imx-sm-bbm.c
197
r->timestamp = timestamp;
drivers/firmware/arm_scmi/vendors/imx/imx-sm-misc.c
197
u8 evt_id, ktime_t timestamp,
drivers/firmware/arm_scmi/vendors/imx/imx-sm-misc.c
207
r->timestamp = timestamp;
drivers/firmware/cirrus/cs_dsp.c
1545
le64_to_cpu(footer->timestamp));
drivers/firmware/efi/cper.c
578
__u8 hour, min, sec, day, mon, year, century, *timestamp;
drivers/firmware/efi/cper.c
581
timestamp = (__u8 *)&(gdata->time_stamp);
drivers/firmware/efi/cper.c
582
sec = bcd2bin(timestamp[0]);
drivers/firmware/efi/cper.c
583
min = bcd2bin(timestamp[1]);
drivers/firmware/efi/cper.c
584
hour = bcd2bin(timestamp[2]);
drivers/firmware/efi/cper.c
585
day = bcd2bin(timestamp[4]);
drivers/firmware/efi/cper.c
586
mon = bcd2bin(timestamp[5]);
drivers/firmware/efi/cper.c
587
year = bcd2bin(timestamp[6]);
drivers/firmware/efi/cper.c
588
century = bcd2bin(timestamp[7]);
drivers/firmware/efi/cper.c
591
(timestamp[3] & 0x1 ? "precise " : "imprecise "),
drivers/firmware/efi/efi-pstore.c
76
static inline u64 generic_id(u64 timestamp, unsigned int part, int count)
drivers/firmware/efi/efi-pstore.c
78
return (timestamp * 100 + part) * 1000 + count;
drivers/firmware/ti_sci.c
1856
u32 *source, u64 *timestamp, u8 *pin, u8 *mode)
drivers/firmware/ti_sci.c
1898
if (timestamp)
drivers/firmware/ti_sci.c
1899
*timestamp = resp->wake_timestamp;
drivers/gpio/gpiolib-cdev.c
1772
u64 timestamp;
drivers/gpio/gpiolib-cdev.c
1810
compat_u64 timestamp;
drivers/gpio/gpiolib-cdev.c
1965
if (!le->timestamp)
drivers/gpio/gpiolib-cdev.c
1966
ge.timestamp = ktime_get_ns();
drivers/gpio/gpiolib-cdev.c
1968
ge.timestamp = le->timestamp;
drivers/gpio/gpiolib-cdev.c
2008
le->timestamp = ktime_get_ns();
drivers/gpio/gpiolib-cdev.c
2205
lic_v1->timestamp = lic_v2->timestamp_ns;
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
40
static void amdgpu_cper_get_timestamp(struct cper_timestamp *timestamp)
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
46
timestamp->seconds = tm.tm_sec;
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
47
timestamp->minutes = tm.tm_min;
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
48
timestamp->hours = tm.tm_hour;
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
49
timestamp->flag = 0;
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
50
timestamp->day = tm.tm_mday;
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
51
timestamp->month = 1 + tm.tm_mon;
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
52
timestamp->year = (1900 + tm.tm_year) % 100;
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
53
timestamp->century = (1900 + tm.tm_year) / 100;
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
72
hdr->valid_bits.timestamp = 1;
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
74
amdgpu_cper_get_timestamp(&hdr->timestamp);
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
184
return ktime_sub(ktime_get(), s_fence->scheduled.timestamp);
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
186
return ktime_sub(s_fence->finished.timestamp,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
187
s_fence->scheduled.timestamp);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
401
void amdgpu_fence_update_start_timestamp(struct amdgpu_ring *ring, uint32_t seq, ktime_t timestamp)
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
411
to_amdgpu_fence(fence)->start_timestamp = timestamp;
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
419
uint16_t pasid, uint64_t timestamp)
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
427
if (amdgpu_ih_ts_after(timestamp, ih->processed_timestamp))
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
431
stamp = max(timestamp, AMDGPU_GMC_FAULT_TIMEOUT + 1) -
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
433
if (gmc->fault_ring[gmc->last_fault].timestamp >= stamp)
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
439
while (fault->timestamp >= stamp) {
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
452
timestamp))
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
458
tmp = fault->timestamp;
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
462
if (fault->timestamp >= tmp)
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
469
fault->timestamp = timestamp;
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
527
tmp = fault->timestamp;
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
529
} while (fault->timestamp < tmp);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
551
addr, entry->timestamp, write_fault);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
559
entry->timestamp))
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
574
addr, entry->timestamp, write_fault))
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
101
uint64_t timestamp:48;
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
425
uint16_t pasid, uint64_t timestamp);
drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c
285
entry->timestamp = dw[1] | ((u64)(dw[2] & 0xffff) << 32);
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
487
entry.timestamp = 0;
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
531
if (amdgpu_ih_ts_after(ih->processed_timestamp, entry.timestamp))
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
532
ih->processed_timestamp = entry.timestamp;
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h
54
uint64_t timestamp;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
516
int (*set_timestamp)(struct amdgpu_device *adev, uint64_t timestamp);
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
518
uint16_t index, uint64_t *timestamp);
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
1879
uint64_t timestamp)
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
1888
timestamp);
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
1893
uint16_t index, uint64_t *timestamp)
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
1902
index, timestamp);
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.h
179
uint64_t timestamp);
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.h
182
uint16_t index, uint64_t *timestamp);
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
190
ktime_t timestamp);
drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h
110
__entry->timestamp, __entry->pasid,
drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h
86
__field(uint64_t, timestamp)
drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h
98
__entry->timestamp = iv->timestamp;
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
156
addr, entry->timestamp, write_fault);
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
164
entry->timestamp))
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
179
addr, entry->timestamp, write_fault))
drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h
349
uint32_t timestamp; /* calendar time as number of seconds */
drivers/gpu/drm/amd/amdkfd/kfd_svm.c
3042
ktime_t timestamp = ktime_get_boottime();
drivers/gpu/drm/amd/amdkfd/kfd_svm.c
3157
if (ktime_before(timestamp, ktime_add_ns(prange->validate_timestamp,
drivers/gpu/drm/amd/amdkfd/kfd_svm.c
3195
write_fault, timestamp);
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
292
dmub->debug.timeout_info.timestamp = dm_get_timestamp(dc_dmub_srv->ctx);
drivers/gpu/drm/amd/display/dmub/dmub_srv.h
362
unsigned long long timestamp;
drivers/gpu/drm/amd/include/amd_cper.h
109
uint32_t timestamp : 1;
drivers/gpu/drm/amd/include/amd_cper.h
116
struct cper_timestamp timestamp;
drivers/gpu/drm/amd/include/mes_v11_api_def.h
249
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v11_api_def.h
260
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v11_api_def.h
325
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v12_api_def.h
305
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v12_api_def.h
316
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v12_api_def.h
389
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v12_api_def.h
424
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v12_api_def.h
451
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v12_api_def.h
462
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v12_api_def.h
477
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v12_api_def.h
514
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v12_api_def.h
536
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v12_api_def.h
608
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v12_api_def.h
632
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v12_api_def.h
661
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v12_api_def.h
698
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v12_api_def.h
857
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v12_api_def.h
871
uint64_t timestamp;
drivers/gpu/drm/amd/include/mes_v12_api_def.h
884
uint64_t timestamp;
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_12_ppt.c
1013
static int smu_v13_0_12_set_timestamp(struct amdgpu_device *adev, uint64_t timestamp)
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_12_ppt.c
1018
SMU_MSG_SetTimestamp, (uint32_t)timestamp, 0);
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_12_ppt.c
1022
uint16_t index, uint64_t *timestamp)
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_12_ppt.c
1031
*timestamp = temp;
drivers/gpu/drm/amd/ras/rascore/ras.h
350
uint64_t timestamp, struct ras_time *tm);
drivers/gpu/drm/amd/ras/rascore/ras_cmd.c
317
record->timestamp = trace_arry[j]->timestamp;
drivers/gpu/drm/amd/ras/rascore/ras_core.c
62
uint64_t timestamp, struct ras_time *tm)
drivers/gpu/drm/amd/ras/rascore/ras_core.c
72
days = div64_u64_rem(timestamp, seconds_per_day, (uint64_t *)&remaining_seconds);
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
37
struct ras_cper_timestamp *timestamp, uint64_t utc_second_timestamp)
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
42
timestamp->seconds = tm.tm_sec;
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
43
timestamp->minutes = tm.tm_min;
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
44
timestamp->hours = tm.tm_hour;
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
45
timestamp->flag = 0;
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
46
timestamp->day = tm.tm_mday;
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
47
timestamp->month = tm.tm_mon;
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
48
timestamp->year = tm.tm_year % 100;
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
49
timestamp->century = tm.tm_year / 100;
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
68
hdr->valid_bits.timestamp = 1;
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
72
cper_get_timestamp(ras_core, &hdr->timestamp, trace->timestamp);
drivers/gpu/drm/amd/ras/rascore/ras_cper.h
122
uint32_t timestamp : 1;
drivers/gpu/drm/amd/ras/rascore/ras_cper.h
129
struct ras_cper_timestamp timestamp;
drivers/gpu/drm/amd/ras/rascore/ras_log_ring.c
215
batch_tag->timestamp = ras_core_get_utc_second_timestamp(ras_core);
drivers/gpu/drm/amd/ras/rascore/ras_log_ring.c
250
log->timestamp =
drivers/gpu/drm/amd/ras/rascore/ras_log_ring.c
251
batch_tag ? batch_tag->timestamp : ras_core_get_utc_second_timestamp(ras_core);
drivers/gpu/drm/amd/ras/rascore/ras_log_ring.h
49
uint64_t timestamp;
drivers/gpu/drm/amd/ras/rascore/ras_log_ring.h
58
uint64_t timestamp;
drivers/gpu/drm/bridge/adv7511/adv7511_cec.c
167
unsigned int timestamp = (rx_status >> (2 * i)) & 0x3;
drivers/gpu/drm/bridge/adv7511/adv7511_cec.c
169
if (timestamp)
drivers/gpu/drm/bridge/adv7511/adv7511_cec.c
170
rx_order[timestamp - 1] = i;
drivers/gpu/drm/drm_file.c
747
struct drm_pending_event *e, ktime_t timestamp)
drivers/gpu/drm/drm_file.c
758
if (timestamp)
drivers/gpu/drm/drm_file.c
759
dma_fence_signal_timestamp(e->fence, timestamp);
drivers/gpu/drm/drm_file.c
794
struct drm_pending_event *e, ktime_t timestamp)
drivers/gpu/drm/drm_file.c
796
drm_send_event_helper(dev, e, timestamp);
drivers/gpu/drm/i915/gt/intel_breadcrumbs.c
138
__dma_fence_signal__timestamp(struct dma_fence *fence, ktime_t timestamp)
drivers/gpu/drm/i915/gt/intel_breadcrumbs.c
140
fence->timestamp = timestamp;
drivers/gpu/drm/i915/gt/intel_breadcrumbs.c
175
const ktime_t timestamp = ktime_get();
drivers/gpu/drm/i915/gt/intel_breadcrumbs.c
261
__dma_fence_signal__timestamp(&rq->fence, timestamp);
drivers/gpu/drm/i915/gt/intel_engine_pm.c
104
ktime_us_delta(rq->fence.timestamp,
drivers/gpu/drm/i915/gt/intel_rps.c
104
rps->pm_timestamp = timestamp;
drivers/gpu/drm/i915/gt/intel_rps.c
110
dt = ktime_sub(timestamp, last);
drivers/gpu/drm/i915/gt/intel_rps.c
84
ktime_t dt, last, timestamp;
drivers/gpu/drm/i915/gt/intel_rps.c
88
timestamp = 0;
drivers/gpu/drm/i915/gt/intel_rps.c
93
dt = intel_engine_get_busy_time(engine, ×tamp);
drivers/gpu/drm/i915/gt/selftest_lrc.c
802
u32 timestamp;
drivers/gpu/drm/i915/gt/selftest_lrc.c
836
timestamp = READ_ONCE(arg->ce[0]->lrc_reg_state[CTX_TIMESTAMP]);
drivers/gpu/drm/i915/gt/selftest_lrc.c
837
if (!timestamp_advanced(slot[1], timestamp)) {
drivers/gpu/drm/i915/gt/selftest_lrc.c
840
slot[1], timestamp);
drivers/gpu/drm/i915/gt/selftest_workarounds.c
532
if (timestamp(engine, reg))
drivers/gpu/drm/i915/gt/uc/intel_guc.h
288
} timestamp;
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1184
u32 gt_stamp_hi = upper_32_bits(guc->timestamp.gt_stamp);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1185
u32 gt_stamp_last = lower_32_bits(guc->timestamp.gt_stamp);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1267
lockdep_assert_held(&guc->timestamp.lock);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1302
lockdep_assert_held(&guc->timestamp.lock);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1304
gt_stamp_hi = upper_32_bits(guc->timestamp.gt_stamp);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1306
MISC_STATUS1) >> guc->timestamp.shift;
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1310
if (gt_stamp_lo < lower_32_bits(guc->timestamp.gt_stamp))
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1313
guc->timestamp.gt_stamp = ((u64)gt_stamp_hi << 32) | gt_stamp_lo;
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1333
spin_lock_irqsave(&guc->timestamp.lock, flags);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1357
gt_stamp_saved = guc->timestamp.gt_stamp;
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1367
guc->timestamp.gt_stamp = gt_stamp_saved;
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1373
u64 clk = guc->timestamp.gt_stamp - stats->start_gt_clk;
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1381
spin_unlock_irqrestore(&guc->timestamp.lock, flags);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1388
mod_delayed_work(system_highpri_wq, &guc->timestamp.work, guc->timestamp.ping_delay);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1432
cancel_delayed_work(&guc->timestamp.work);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1434
cancel_delayed_work_sync(&guc->timestamp.work);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1445
spin_lock_irqsave(&guc->timestamp.lock, flags);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1458
u64 clk = guc->timestamp.gt_stamp - stats->start_gt_clk;
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1466
spin_unlock_irqrestore(&guc->timestamp.lock, flags);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1476
spin_lock_irqsave(&guc->timestamp.lock, flags);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1479
spin_unlock_irqrestore(&guc->timestamp.lock, flags);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1490
guc->timestamp.last_stat_jiffies = jiffies;
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1492
spin_lock_irqsave(&guc->timestamp.lock, flags);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1498
spin_unlock_irqrestore(&guc->timestamp.lock, flags);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1506
spin_lock_irqsave(&guc->timestamp.lock, flags);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1508
spin_unlock_irqrestore(&guc->timestamp.lock, flags);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1523
timestamp.work.work);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1647
if (guc->timestamp.last_stat_jiffies &&
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1648
!time_after(jiffies, guc->timestamp.last_stat_jiffies +
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1649
(guc->timestamp.ping_delay / 2)))
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1664
spin_lock_irqsave(&guc->timestamp.lock, flags);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
1666
spin_unlock_irqrestore(&guc->timestamp.lock, flags);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
2174
guc->timestamp.ping_delay = (POLL_TIME_CLKS / gt->clock_frequency + 1) * HZ;
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
2175
guc->timestamp.shift = gpm_timestamp_shift(gt);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
4868
spin_lock_init(&guc->timestamp.lock);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
4869
INIT_DELAYED_WORK(&guc->timestamp.work, guc_timestamp_ping);
drivers/gpu/drm/i915/i915_gpu_error.c
1849
error_uc->guc.timestamp = intel_uncore_read(gt->_gt->uncore, GUCPMTIMESTAMP);
drivers/gpu/drm/i915/i915_gpu_error.c
763
err_printf(m, "GuC timestamp: 0x%08x\n", error_uc->guc.timestamp);
drivers/gpu/drm/i915/i915_gpu_error.h
181
u32 timestamp;
drivers/gpu/drm/imagination/pvr_fw_trace.c
388
u64 timestamp;
drivers/gpu/drm/imagination/pvr_fw_trace.c
405
timestamp = ((u64)read_fw_trace(trace_seq_data, 1) << 32) |
drivers/gpu/drm/imagination/pvr_fw_trace.c
407
timestamp = (timestamp & ~ROGUE_FWT_TIMESTAMP_TIME_CLRMSK) >>
drivers/gpu/drm/imagination/pvr_fw_trace.c
410
seq_printf(s, "[%llu] : ", timestamp);
drivers/gpu/drm/imagination/pvr_rogue_fwif.h
201
aligned_u64 timestamp;
drivers/gpu/drm/imagination/pvr_rogue_fwif_check.h
64
OFFSET_CHECK(struct rogue_fwif_slr_entry, timestamp, 0);
drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h
9
u64 timestamp;
drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c
121
alarm->timestamp = nvkm_timer_read(tmr) + nsec;
drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c
123
if (list->timestamp > alarm->timestamp)
drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c
132
tmr->func->alarm_init(tmr, alarm->timestamp);
drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c
138
WARN_ON(alarm->timestamp <= nvkm_timer_read(tmr));
drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c
79
if (alarm->timestamp > nvkm_timer_read(tmr)) {
drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c
81
tmr->func->alarm_init(tmr, alarm->timestamp);
drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c
82
if (alarm->timestamp > nvkm_timer_read(tmr))
drivers/gpu/drm/scheduler/sched_main.c
1151
next->s_fence->scheduled.timestamp =
drivers/gpu/drm/tiny/appletbdrm.c
122
__le64 timestamp;
drivers/gpu/drm/tiny/appletbdrm.c
385
u64 timestamp = ktime_get_ns();
drivers/gpu/drm/tiny/appletbdrm.c
405
request->msg_id = timestamp;
drivers/gpu/drm/tiny/appletbdrm.c
447
footer->timestamp = cpu_to_le64(timestamp);
drivers/gpu/drm/tiny/appletbdrm.c
458
if (response->timestamp != footer->timestamp) {
drivers/gpu/drm/tiny/appletbdrm.c
460
le64_to_cpu(response->timestamp), timestamp);
drivers/gpu/drm/tiny/appletbdrm.c
98
__le64 timestamp;
drivers/gpu/drm/v3d/v3d_drv.c
183
void v3d_get_stats(const struct v3d_stats *stats, u64 timestamp,
drivers/gpu/drm/v3d/v3d_drv.c
192
*active_runtime += timestamp - stats->start_ns;
drivers/gpu/drm/v3d/v3d_drv.c
200
u64 timestamp = local_clock();
drivers/gpu/drm/v3d/v3d_drv.c
207
v3d_get_stats(stats, timestamp, &active_runtime, &jobs_completed);
drivers/gpu/drm/v3d/v3d_drv.h
559
void v3d_get_stats(const struct v3d_stats *stats, u64 timestamp,
drivers/gpu/drm/v3d/v3d_sched.c
540
struct v3d_bo *timestamp = to_v3d_bo(job->base.bo[1]);
drivers/gpu/drm/v3d/v3d_sched.c
549
v3d_get_bo_vaddr(timestamp);
drivers/gpu/drm/v3d/v3d_sched.c
559
query_addr = ((u8 *)timestamp->vaddr) + queries[i].offset;
drivers/gpu/drm/v3d/v3d_sched.c
571
v3d_put_bo_vaddr(timestamp);
drivers/gpu/drm/v3d/v3d_submit.c
471
struct drm_v3d_timestamp_query timestamp;
drivers/gpu/drm/v3d/v3d_submit.c
479
if (copy_from_user(×tamp, ext, sizeof(timestamp)))
drivers/gpu/drm/v3d/v3d_submit.c
482
if (timestamp.pad)
drivers/gpu/drm/v3d/v3d_submit.c
488
timestamp.count);
drivers/gpu/drm/v3d/v3d_submit.c
492
offsets = u64_to_user_ptr(timestamp.offsets);
drivers/gpu/drm/v3d/v3d_submit.c
493
syncs = u64_to_user_ptr(timestamp.syncs);
drivers/gpu/drm/v3d/v3d_submit.c
495
for (i = 0; i < timestamp.count; i++) {
drivers/gpu/drm/v3d/v3d_submit.c
517
query_info->count = timestamp.count;
drivers/gpu/drm/v3d/v3d_sysfs.c
17
u64 timestamp = local_clock();
drivers/gpu/drm/v3d/v3d_sysfs.c
26
v3d_get_stats(stats, timestamp, &active_runtime, &jobs_completed);
drivers/gpu/drm/v3d/v3d_sysfs.c
40
timestamp, jobs_completed, active_runtime);
drivers/gpu/drm/vmwgfx/device_include/svga3d_types.h
1335
uint64 timestamp;
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
541
ts = ktime_to_timespec64(f->timestamp);
drivers/gpu/drm/xe/display/xe_initial_plane.c
33
u32 timestamp;
drivers/gpu/drm/xe/display/xe_initial_plane.c
36
timestamp = xe_mmio_read32(xe_root_tile_mmio(xe), pipe_frmtmstmp);
drivers/gpu/drm/xe/display/xe_initial_plane.c
38
ret = xe_mmio_wait32_not(xe_root_tile_mmio(xe), pipe_frmtmstmp, ~0U, timestamp, 40000U, ×tamp, false);
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_interface.h
116
u64 timestamp;
drivers/hid/hid-logitech-hidpp.c
2259
u16 timestamp;
drivers/hid/hid-logitech-hidpp.c
3007
.timestamp = data[1],
drivers/hid/hid-multitouch.c
1061
input_event(input, EV_MSC, MSC_TIMESTAMP, app->timestamp);
drivers/hid/hid-multitouch.c
1089
return app->timestamp + delta;
drivers/hid/hid-multitouch.c
1314
app->timestamp = mt_compute_timestamp(app, scantime);
drivers/hid/hid-multitouch.c
147
int timestamp; /* the timestamp to be sent */
drivers/hid/hid-playstation.c
454
u8 timestamp;
drivers/hid/hid-sensor-custom.c
441
header.timestamp = ktime_get_real_ns();
drivers/hid/hid-sensor-custom.c
62
u64 timestamp;
drivers/hwtracing/coresight/coresight-etm-perf.c
55
GEN_PMU_FORMAT_ATTR(timestamp);
drivers/hwtracing/coresight/coresight-etm3x-core.c
342
ts_level = max(ATTR_CFG_GET_FLD(attr, timestamp),
drivers/hwtracing/coresight/coresight-etm4x-core.c
796
ts_level = max(ATTR_CFG_GET_FLD(attr, timestamp),
drivers/hwtracing/coresight/coresight-etm4x-core.c
803
if (ts_level != ATTR_CFG_GET_FLD(&max_timestamp, timestamp)) {
drivers/iio/accel/adxl355_core.c
704
sizeof(data->buffer), pf->timestamp);
drivers/iio/accel/adxl372.c
615
static void adxl372_push_event(struct iio_dev *indio_dev, s64 timestamp, u8 status2)
drivers/iio/accel/adxl372.c
629
timestamp);
drivers/iio/accel/adxl380.c
918
static void adxl380_push_event(struct iio_dev *indio_dev, s64 timestamp,
drivers/iio/accel/adxl380.c
925
timestamp);
drivers/iio/accel/adxl380.c
931
timestamp);
drivers/iio/accel/adxl380.c
936
timestamp);
drivers/iio/accel/adxl380.c
942
timestamp);
drivers/iio/accel/bma180.c
870
aligned_s64 timestamp;
drivers/iio/accel/bma220_core.c
137
aligned_s64 timestamp;
drivers/iio/accel/bma400_core.c
1648
s64 timestamp = iio_get_time_ns(indio_dev);
drivers/iio/accel/bma400_core.c
1680
timestamp);
drivers/iio/accel/bma400_core.c
1688
timestamp);
drivers/iio/accel/bma400_core.c
1701
timestamp);
drivers/iio/accel/bma400_core.c
1709
timestamp);
drivers/iio/accel/bma400_core.c
1722
timestamp);
drivers/iio/accel/bmc150-accel-core.c
1198
pf->timestamp);
drivers/iio/accel/bmc150-accel-core.c
1292
data->timestamp);
drivers/iio/accel/bmc150-accel-core.c
1301
data->timestamp);
drivers/iio/accel/bmc150-accel-core.c
1310
data->timestamp);
drivers/iio/accel/bmc150-accel-core.c
1362
data->old_timestamp = data->timestamp;
drivers/iio/accel/bmc150-accel-core.c
1363
data->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/accel/bmc150-accel-core.c
969
data->old_timestamp = data->timestamp;
drivers/iio/accel/bmc150-accel-core.c
970
data->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/accel/bmc150-accel-core.c
987
sample_period = (data->timestamp - data->old_timestamp);
drivers/iio/accel/bmc150-accel-core.c
989
tstamp = data->timestamp - (count - 1) * sample_period;
drivers/iio/accel/bmc150-accel.h
81
int64_t timestamp, old_timestamp; /* Only used in hw fifo mode. */
drivers/iio/accel/fxls8962af-core.c
172
int64_t timestamp, old_timestamp; /* Only used in hw fifo mode. */
drivers/iio/accel/fxls8962af-core.c
973
data->old_timestamp = data->timestamp;
drivers/iio/accel/fxls8962af-core.c
974
data->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/accel/fxls8962af-core.c
980
sample_period = (data->timestamp - data->old_timestamp);
drivers/iio/accel/fxls8962af-core.c
982
tstamp = data->timestamp - (count - 1) * sample_period;
drivers/iio/accel/hid-sensor-accel-3d.c
228
int len, int64_t timestamp)
drivers/iio/accel/hid-sensor-accel-3d.c
231
iio_push_to_buffers_with_ts(indio_dev, data, len, timestamp);
drivers/iio/accel/hid-sensor-accel-3d.c
244
if (!accel_state->timestamp)
drivers/iio/accel/hid-sensor-accel-3d.c
245
accel_state->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/accel/hid-sensor-accel-3d.c
250
accel_state->timestamp);
drivers/iio/accel/hid-sensor-accel-3d.c
252
accel_state->timestamp = 0;
drivers/iio/accel/hid-sensor-accel-3d.c
279
accel_state->timestamp =
drivers/iio/accel/hid-sensor-accel-3d.c
31
aligned_s64 timestamp;
drivers/iio/accel/hid-sensor-accel-3d.c
37
int64_t timestamp;
drivers/iio/accel/kionix-kx022a.c
1037
iio_push_to_buffers_with_timestamp(idev, data->buffer, data->timestamp);
drivers/iio/accel/kionix-kx022a.c
1050
data->old_timestamp = data->timestamp;
drivers/iio/accel/kionix-kx022a.c
1051
data->timestamp = iio_get_time_ns(idev);
drivers/iio/accel/kionix-kx022a.c
282
int64_t timestamp, old_timestamp;
drivers/iio/accel/kionix-kx022a.c
738
data->timestamp = 0;
drivers/iio/accel/kionix-kx022a.c
819
data->old_timestamp = data->timestamp;
drivers/iio/accel/kionix-kx022a.c
820
data->timestamp = iio_get_time_ns(idev);
drivers/iio/accel/kionix-kx022a.c
835
sample_period = data->timestamp - data->old_timestamp;
drivers/iio/accel/kionix-kx022a.c
840
tstamp = data->timestamp - (count - 1) * sample_period;
drivers/iio/accel/kionix-kx022a.c
848
data->timestamp -= (count - samples) * sample_period;
drivers/iio/accel/kxcjk-1013.c
1202
data->timestamp);
drivers/iio/accel/kxcjk-1013.c
1280
data->timestamp);
drivers/iio/accel/kxcjk-1013.c
1289
data->timestamp);
drivers/iio/accel/kxcjk-1013.c
1298
data->timestamp);
drivers/iio/accel/kxcjk-1013.c
1307
data->timestamp);
drivers/iio/accel/kxcjk-1013.c
1316
data->timestamp);
drivers/iio/accel/kxcjk-1013.c
1325
data->timestamp);
drivers/iio/accel/kxcjk-1013.c
1349
data->timestamp);
drivers/iio/accel/kxcjk-1013.c
1370
data->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/accel/kxcjk-1013.c
360
aligned_s64 timestamp;
drivers/iio/accel/kxcjk-1013.c
370
int64_t timestamp;
drivers/iio/accel/mma9553.c
1034
data->timestamp);
drivers/iio/accel/mma9553.c
1046
data->timestamp);
drivers/iio/accel/mma9553.c
1054
data->timestamp);
drivers/iio/accel/mma9553.c
188
s64 timestamp;
drivers/iio/accel/mma9553.c
993
data->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/accel/mxc4005.c
337
pf->timestamp);
drivers/iio/accel/mxc4005.c
71
aligned_s64 timestamp;
drivers/iio/accel/ssp_accel_sensor.c
83
int64_t timestamp)
drivers/iio/accel/ssp_accel_sensor.c
86
timestamp);
drivers/iio/accel/stk8312.c
108
aligned_s64 timestamp;
drivers/iio/accel/stk8312.c
463
pf->timestamp);
drivers/iio/accel/stk8ba50.c
343
pf->timestamp);
drivers/iio/adc/ad4000.c
526
aligned_s64 timestamp;
drivers/iio/adc/ad4000.c
797
pf->timestamp);
drivers/iio/adc/ad4030.c
707
pf->timestamp);
drivers/iio/adc/ad4695.c
801
pf->timestamp);
drivers/iio/adc/ad7091r-base.c
268
s64 timestamp = iio_get_time_ns(iio_dev);
drivers/iio/adc/ad7091r-base.c
279
IIO_EV_DIR_RISING), timestamp);
drivers/iio/adc/ad7091r-base.c
284
IIO_EV_DIR_FALLING), timestamp);
drivers/iio/adc/ad7266.c
48
aligned_s64 timestamp;
drivers/iio/adc/ad7266.c
91
pf->timestamp);
drivers/iio/adc/ad7291.c
115
s64 timestamp = iio_get_time_ns(indio_dev);
drivers/iio/adc/ad7291.c
139
timestamp);
drivers/iio/adc/ad7291.c
146
timestamp);
drivers/iio/adc/ad7291.c
155
timestamp);
drivers/iio/adc/ad7291.c
162
timestamp);
drivers/iio/adc/ad7380.c
1367
pf->timestamp);
drivers/iio/adc/ad7606.h
180
aligned_s64 timestamp;
drivers/iio/adc/ad7766.c
78
pf->timestamp);
drivers/iio/adc/ad7768-1.c
319
aligned_s64 timestamp;
drivers/iio/adc/ad7779.c
156
aligned_s64 timestamp;
drivers/iio/adc/ad7779.c
601
pf->timestamp);
drivers/iio/adc/ad7944.c
536
pf->timestamp);
drivers/iio/adc/ad7944.c
539
pf->timestamp);
drivers/iio/adc/ad7944.c
87
aligned_s64 timestamp;
drivers/iio/adc/ad_sigma_delta.c
639
iio_push_to_buffers_with_timestamp(indio_dev, data, pf->timestamp);
drivers/iio/adc/ad_sigma_delta.c
666
pf->timestamp);
drivers/iio/adc/ade9000.c
886
s64 timestamp = iio_get_time_ns(indio_dev);
drivers/iio/adc/ade9000.c
950
timestamp);
drivers/iio/adc/at91-sama5d2_adc.c
1477
pf->timestamp);
drivers/iio/adc/at91_adc.c
278
iio_push_to_buffers_with_timestamp(idev, st->buffer, pf->timestamp);
drivers/iio/adc/at91_adc.c
486
struct iio_chan_spec *chan_array, *timestamp;
drivers/iio/adc/at91_adc.c
524
timestamp = chan_array + idx;
drivers/iio/adc/at91_adc.c
526
timestamp->type = IIO_TIMESTAMP;
drivers/iio/adc/at91_adc.c
527
timestamp->channel = -1;
drivers/iio/adc/at91_adc.c
528
timestamp->scan_index = idx;
drivers/iio/adc/at91_adc.c
529
timestamp->scan_type.sign = 's';
drivers/iio/adc/at91_adc.c
530
timestamp->scan_type.realbits = 64;
drivers/iio/adc/at91_adc.c
531
timestamp->scan_type.storagebits = 64;
drivers/iio/adc/cc10001_adc.c
265
struct iio_chan_spec *chan_array, *timestamp;
drivers/iio/adc/cc10001_adc.c
292
timestamp = &chan_array[idx];
drivers/iio/adc/cc10001_adc.c
293
timestamp->type = IIO_TIMESTAMP;
drivers/iio/adc/cc10001_adc.c
294
timestamp->channel = -1;
drivers/iio/adc/cc10001_adc.c
295
timestamp->scan_index = idx;
drivers/iio/adc/cc10001_adc.c
296
timestamp->scan_type.sign = 's';
drivers/iio/adc/cc10001_adc.c
297
timestamp->scan_type.realbits = 64;
drivers/iio/adc/cc10001_adc.c
298
timestamp->scan_type.storagebits = 64;
drivers/iio/adc/hx711.c
376
pf->timestamp);
drivers/iio/adc/hx711.c
92
aligned_s64 timestamp;
drivers/iio/adc/max1363.c
794
s64 timestamp = iio_get_time_ns(indio_dev);
drivers/iio/adc/max1363.c
803
iio_push_event(indio_dev, max1363_event_codes[loc], timestamp);
drivers/iio/adc/mt6360-adc.c
266
aligned_s64 timestamp;
drivers/iio/adc/mxs-lradc-adc.c
429
pf->timestamp);
drivers/iio/adc/nxp-sar-adc.c
587
s64 timestamp;
drivers/iio/adc/nxp-sar-adc.c
642
timestamp = iio_get_time_ns(indio_dev);
drivers/iio/adc/nxp-sar-adc.c
645
timestamp);
drivers/iio/adc/pac1921.c
1033
ret = pac1921_check_push_overflow(idev, pf->timestamp);
drivers/iio/adc/pac1921.c
1048
pf->timestamp);
drivers/iio/adc/pac1921.c
213
aligned_s64 timestamp;
drivers/iio/adc/pac1921.c
284
static int pac1921_check_push_overflow(struct iio_dev *indio_dev, s64 timestamp)
drivers/iio/adc/pac1921.c
301
timestamp);
drivers/iio/adc/pac1921.c
310
timestamp);
drivers/iio/adc/pac1921.c
315
timestamp);
drivers/iio/adc/pac1921.c
324
timestamp);
drivers/iio/adc/rockchip_saradc.c
406
aligned_s64 timestamp;
drivers/iio/adc/rohm-bd79124.c
872
iio_push_event(iio_dev, ecode, data->timestamp);
drivers/iio/adc/rohm-bd79124.c
891
iio_push_event(iio_dev, ecode, data->timestamp);
drivers/iio/adc/rohm-bd79124.c
914
data->timestamp = iio_get_time_ns(iio_dev);
drivers/iio/adc/rohm-bd79124.c
98
s64 timestamp;
drivers/iio/adc/rtq6056.c
647
aligned_s64 timestamp;
drivers/iio/adc/stm32-adc.c
1996
pf->timestamp);
drivers/iio/adc/stm32-adc.c
2446
struct iio_chan_spec *timestamp = &channels[scan_index];
drivers/iio/adc/stm32-adc.c
2448
timestamp->type = IIO_TIMESTAMP;
drivers/iio/adc/stm32-adc.c
2449
timestamp->channel = -1;
drivers/iio/adc/stm32-adc.c
2450
timestamp->scan_index = scan_index;
drivers/iio/adc/stm32-adc.c
2451
timestamp->scan_type.sign = 's';
drivers/iio/adc/stm32-adc.c
2452
timestamp->scan_type.realbits = 64;
drivers/iio/adc/stm32-adc.c
2453
timestamp->scan_type.storagebits = 64;
drivers/iio/adc/ti-adc161s626.c
113
aligned_s64 timestamp;
drivers/iio/adc/ti-ads1015.c
450
aligned_s64 timestamp;
drivers/iio/adc/ti-ads1018.c
571
pf->timestamp);
drivers/iio/adc/ti-ads1119.c
510
aligned_s64 timestamp;
drivers/iio/adc/ti-ads124s08.c
301
pf->timestamp);
drivers/iio/adc/ti-lmp92064.c
202
aligned_s64 timestamp;
drivers/iio/adc/vf610_adc.c
174
aligned_s64 timestamp;
drivers/iio/addac/ad74413r.c
88
aligned_s64 timestamp;
drivers/iio/cdc/ad7150.c
484
s64 timestamp = iio_get_time_ns(indio_dev);
drivers/iio/cdc/ad7150.c
497
timestamp);
drivers/iio/chemical/ens160_core.c
271
pf->timestamp);
drivers/iio/chemical/ens160_core.c
63
aligned_s64 timestamp;
drivers/iio/common/cros_ec_sensors/cros_ec_activity.c
155
s16 *data, s64 timestamp)
drivers/iio/common/cros_ec_sensors/cros_ec_activity.c
182
timestamp);
drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
181
s64 timestamp)
drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
207
timestamp + delta);
drivers/iio/common/hid-sensors/hid-sensor-attributes.c
507
struct hid_sensor_hub_attribute_info timestamp;
drivers/iio/common/hid-sensors/hid-sensor-attributes.c
561
×tamp);
drivers/iio/common/hid-sensors/hid-sensor-attributes.c
562
if (timestamp.index >= 0 && timestamp.report_id) {
drivers/iio/common/hid-sensors/hid-sensor-attributes.c
566
×tamp, &val0, &val1);
drivers/iio/common/hid-sensors/hid-sensor-attributes.c
578
timestamp.index, timestamp.report_id);
drivers/iio/common/inv_sensors/inv_sensors_timestamp.c
119
delta = ts->it.lo - ts->timestamp;
drivers/iio/common/inv_sensors/inv_sensors_timestamp.c
132
ts->timestamp += adjust;
drivers/iio/common/inv_sensors/inv_sensors_timestamp.c
136
size_t sample_nb, int64_t timestamp)
drivers/iio/common/inv_sensors/inv_sensors_timestamp.c
149
it->up = timestamp;
drivers/iio/common/inv_sensors/inv_sensors_timestamp.c
158
if (ts->timestamp == 0) {
drivers/iio/common/inv_sensors/inv_sensors_timestamp.c
161
ts->timestamp = it->up - interval;
drivers/iio/common/inv_sensors/inv_sensors_timestamp.c
192
if (ts->timestamp != 0) {
drivers/iio/common/inv_sensors/inv_sensors_timestamp.c
198
ts->timestamp = ts->it.up - interval;
drivers/iio/common/scmi_sensors/scmi_iio.c
58
time_ns = ktime_to_ns(sensor_update->timestamp);
drivers/iio/common/scmi_sensors/scmi_iio.c
64
time = sensor_update->readings[0].timestamp;
drivers/iio/common/ssp_sensors/ssp.h
189
int64_t timestamp;
drivers/iio/common/ssp_sensors/ssp_iio.c
73
unsigned int len, int64_t timestamp)
drivers/iio/common/ssp_sensors/ssp_iio.c
86
calculated_time = timestamp +
drivers/iio/common/ssp_sensors/ssp_iio_sensor.h
44
unsigned int len, int64_t timestamp);
drivers/iio/common/ssp_sensors/ssp_spi.c
292
data->timestamp);
drivers/iio/common/ssp_sensors/ssp_spi.c
326
data->timestamp = ktime_get_real_ns();
drivers/iio/common/st_sensors/st_sensors_buffer.c
54
s64 timestamp;
drivers/iio/common/st_sensors/st_sensors_buffer.c
63
timestamp = sdata->hw_timestamp;
drivers/iio/common/st_sensors/st_sensors_buffer.c
65
timestamp = iio_get_time_ns(indio_dev);
drivers/iio/common/st_sensors/st_sensors_buffer.c
72
timestamp);
drivers/iio/dummy/iio_simple_dummy_buffer.c
36
aligned_s64 timestamp;
drivers/iio/gyro/adxrs290.c
518
pf->timestamp);
drivers/iio/gyro/bmg160_core.c
100
aligned_s64 timestamp;
drivers/iio/gyro/bmg160_core.c
889
pf->timestamp);
drivers/iio/gyro/fxas21002c_core.c
146
s64 timestamp;
drivers/iio/gyro/fxas21002c_core.c
741
data->timestamp);
drivers/iio/gyro/fxas21002c_core.c
802
data->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/gyro/hid-sensor-gyro-3d.c
198
if (!gyro_state->timestamp)
drivers/iio/gyro/hid-sensor-gyro-3d.c
199
gyro_state->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/gyro/hid-sensor-gyro-3d.c
202
gyro_state->timestamp);
drivers/iio/gyro/hid-sensor-gyro-3d.c
204
gyro_state->timestamp = 0;
drivers/iio/gyro/hid-sensor-gyro-3d.c
231
gyro_state->timestamp =
drivers/iio/gyro/hid-sensor-gyro-3d.c
30
aligned_s64 timestamp;
drivers/iio/gyro/hid-sensor-gyro-3d.c
36
s64 timestamp;
drivers/iio/gyro/itg3200_buffer.c
62
iio_push_to_buffers_with_timestamp(indio_dev, &scan, pf->timestamp);
drivers/iio/gyro/mpu3050-core.c
478
aligned_s64 timestamp;
drivers/iio/gyro/mpu3050-core.c
480
s64 timestamp;
drivers/iio/gyro/mpu3050-core.c
490
timestamp = mpu3050->hw_timestamp;
drivers/iio/gyro/mpu3050-core.c
492
timestamp = iio_get_time_ns(indio_dev);
drivers/iio/gyro/mpu3050-core.c
574
timestamp);
drivers/iio/gyro/mpu3050-core.c
606
timestamp = 0;
drivers/iio/gyro/mpu3050-core.c
640
iio_push_to_buffers_with_timestamp(indio_dev, &scan, timestamp);
drivers/iio/gyro/ssp_gyro_sensor.c
83
int64_t timestamp)
drivers/iio/gyro/ssp_gyro_sensor.c
86
timestamp);
drivers/iio/health/afe4403.c
339
pf->timestamp);
drivers/iio/health/afe4404.c
342
pf->timestamp);
drivers/iio/humidity/am2315.c
186
pf->timestamp);
drivers/iio/humidity/am2315.c
38
aligned_s64 timestamp;
drivers/iio/humidity/dht11.c
149
dht11->timestamp = ktime_get_boottime_ns();
drivers/iio/humidity/dht11.c
195
if (dht11->timestamp + DHT11_DATA_VALID_TIME < ktime_get_boottime_ns()) {
drivers/iio/humidity/dht11.c
312
dht11->timestamp = ktime_get_boottime_ns() - DHT11_DATA_VALID_TIME - 1;
drivers/iio/humidity/dht11.c
79
s64 timestamp;
drivers/iio/humidity/hid-sensor-humidity.c
21
aligned_s64 timestamp;
drivers/iio/imu/adis16400.c
628
indio_dev->scan_bytes - sizeof(pf->timestamp),
drivers/iio/imu/adis16400.c
629
pf->timestamp);
drivers/iio/imu/adis16400.c
633
pf->timestamp);
drivers/iio/imu/adis16475.c
1650
iio_push_to_buffers_with_timestamp(indio_dev, st->data, pf->timestamp);
drivers/iio/imu/adis16480.c
1488
iio_push_to_buffers_with_timestamp(indio_dev, st->data, pf->timestamp);
drivers/iio/imu/adis16550.c
867
iio_push_to_buffers_with_timestamp(indio_dev, data, pf->timestamp);
drivers/iio/imu/adis_buffer.c
163
pf->timestamp);
drivers/iio/imu/bmi160/bmi160_core.c
446
iio_push_to_buffers_with_timestamp(indio_dev, data->buf, pf->timestamp);
drivers/iio/imu/bmi270/bmi270_core.c
170
aligned_s64 timestamp;
drivers/iio/imu/bmi270/bmi270_core.c
763
s64 timestamp = iio_get_time_ns(indio_dev);
drivers/iio/imu/bmi270/bmi270_core.c
786
timestamp);
drivers/iio/imu/bmi270/bmi270_core.c
793
timestamp);
drivers/iio/imu/bmi270/bmi270_core.c
799
timestamp);
drivers/iio/imu/bmi270/bmi270_core.c
855
pf->timestamp);
drivers/iio/imu/bmi323/bmi323_core.c
1289
s64 timestamp = iio_get_time_ns(indio_dev);
drivers/iio/imu/bmi323/bmi323_core.c
1322
timestamp);
drivers/iio/imu/bmi323/bmi323_core.c
1329
timestamp);
drivers/iio/imu/bmi323/bmi323_core.c
1336
timestamp);
drivers/iio/imu/bmi323/bmi323_core.c
1353
timestamp);
drivers/iio/imu/bmi323/bmi323_core.c
1362
timestamp);
drivers/iio/imu/bno055/bno055.c
1526
&priv->buf, pf->timestamp);
drivers/iio/imu/bno055/bno055.c
215
aligned_s64 timestamp;
drivers/iio/imu/inv_icm42600/inv_icm42600.h
180
} timestamp;
drivers/iio/imu/inv_icm42600/inv_icm42600.h
485
s64 timestamp);
drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c
1213
const void *accel, *gyro, *timestamp;
drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c
1223
&accel, &gyro, &temp, ×tamp, &odr);
drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c
207
aligned_s64 timestamp;
drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c
483
s64 timestamp)
drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c
492
iio_push_event(indio_dev, ev_code, timestamp);
drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c
41
__be16 timestamp;
drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c
446
const void *accel, *gyro, *timestamp;
drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c
47
const void **timestamp, unsigned int *odr)
drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c
486
&accel, &gyro, &temp, ×tamp, &odr);
drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c
513
st->timestamp.gyro);
drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c
523
st->timestamp.accel);
drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c
58
*timestamp = NULL;
drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c
76
*timestamp = &pack2->timestamp;
drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c
85
*timestamp = NULL;
drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c
94
*timestamp = NULL;
drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.h
79
const void **timestamp, unsigned int *odr);
drivers/iio/imu/inv_icm42600/inv_icm42600_core.c
562
st->timestamp.gyro = iio_get_time_ns(st->indio_gyro);
drivers/iio/imu/inv_icm42600/inv_icm42600_core.c
563
st->timestamp.accel = iio_get_time_ns(st->indio_accel);
drivers/iio/imu/inv_icm42600/inv_icm42600_core.c
587
st->timestamp.accel);
drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c
794
const void *accel, *gyro, *timestamp;
drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c
804
&accel, &gyro, &temp, ×tamp, &odr);
drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c
81
aligned_s64 timestamp;
drivers/iio/imu/inv_icm45600/inv_icm45600.h
164
} timestamp;
drivers/iio/imu/inv_icm45600/inv_icm45600_accel.c
754
const __le16 *timestamp;
drivers/iio/imu/inv_icm45600/inv_icm45600_accel.c
760
&accel, &gyro, &temp, ×tamp, &odr);
drivers/iio/imu/inv_icm45600/inv_icm45600_accel.c
81
aligned_s64 timestamp;
drivers/iio/imu/inv_icm45600/inv_icm45600_buffer.c
401
const __le16 *timestamp;
drivers/iio/imu/inv_icm45600/inv_icm45600_buffer.c
44
__le16 timestamp;
drivers/iio/imu/inv_icm45600/inv_icm45600_buffer.c
441
&temp, ×tamp, &odr);
drivers/iio/imu/inv_icm45600/inv_icm45600_buffer.c
469
st->timestamp.gyro);
drivers/iio/imu/inv_icm45600/inv_icm45600_buffer.c
479
st->timestamp.accel);
drivers/iio/imu/inv_icm45600/inv_icm45600_buffer.c
51
const __le16 **timestamp, unsigned int *odr)
drivers/iio/imu/inv_icm45600/inv_icm45600_buffer.c
76
*timestamp = &pack2->timestamp;
drivers/iio/imu/inv_icm45600/inv_icm45600_buffer.c
85
*timestamp = NULL;
drivers/iio/imu/inv_icm45600/inv_icm45600_buffer.c
94
*timestamp = NULL;
drivers/iio/imu/inv_icm45600/inv_icm45600_buffer.h
80
const __le16 **timestamp, unsigned int *odr);
drivers/iio/imu/inv_icm45600/inv_icm45600_core.c
565
st->timestamp.gyro = iio_get_time_ns(st->indio_gyro);
drivers/iio/imu/inv_icm45600/inv_icm45600_core.c
566
st->timestamp.accel = iio_get_time_ns(st->indio_accel);
drivers/iio/imu/inv_icm45600/inv_icm45600_gyro.c
763
const __le16 *timestamp;
drivers/iio/imu/inv_icm45600/inv_icm45600_gyro.c
769
&accel, &gyro, &temp, ×tamp, &odr);
drivers/iio/imu/inv_icm45600/inv_icm45600_gyro.c
81
aligned_s64 timestamp;
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c
1327
result = inv_sensors_timestamp_update_odr(&st->timestamp, fifo_period, fifo_on);
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c
584
struct inv_sensors_timestamp_chip timestamp;
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c
609
timestamp.clock_period = NSEC_PER_SEC / INV_MPU6050_INTERNAL_FREQ_HZ;
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c
610
timestamp.jitter = 20;
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c
611
timestamp.init_period =
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c
613
inv_sensors_timestamp_init(&st->timestamp, ×tamp);
drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h
208
struct inv_sensors_timestamp timestamp;
drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c
104
inv_sensors_timestamp_interrupt(&st->timestamp, 1, pf->timestamp);
drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c
105
inv_sensors_timestamp_apply_odr(&st->timestamp, fifo_period, 1, 0);
drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c
118
timestamp = inv_sensors_timestamp_pop(&st->timestamp);
drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c
119
iio_push_to_buffers_with_timestamp(indio_dev, data, timestamp);
drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c
52
s64 timestamp;
drivers/iio/imu/inv_mpu6050/inv_mpu_trigger.c
114
inv_sensors_timestamp_reset(&st->timestamp);
drivers/iio/imu/inv_mpu6050/inv_mpu_trigger.c
294
indio_dev->pollfunc->timestamp = st->it_timestamp;
drivers/iio/imu/smi240.c
386
iio_push_to_buffers_with_timestamp(indio_dev, data->buf, pf->timestamp);
drivers/iio/imu/smi330/smi330_core.c
631
iio_push_to_buffers_with_timestamp(indio_dev, data->buf, pf->timestamp);
drivers/iio/imu/smi330/smi330_core.c
653
indio_dev->pollfunc->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c
2617
s64 timestamp;
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c
2629
timestamp = iio_get_time_ns(hw->iio_devs[ST_LSM6DSX_ID_ACC]);
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c
2638
timestamp);
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c
2648
timestamp);
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c
2658
timestamp);
drivers/iio/industrialio-buffer.c
2425
int64_t timestamp)
drivers/iio/industrialio-buffer.c
2453
timestamp);
drivers/iio/industrialio-buffer.c
767
const unsigned long *mask, bool timestamp)
drivers/iio/industrialio-buffer.c
783
if (timestamp) {
drivers/iio/industrialio-event.c
66
int iio_push_event(struct iio_dev *indio_dev, u64 ev_code, s64 timestamp)
drivers/iio/industrialio-event.c
80
ev.timestamp = timestamp;
drivers/iio/industrialio-trigger.c
359
pf->timestamp = iio_get_time_ns(pf->indio_dev);
drivers/iio/light/acpi-als.c
167
if (!pf->timestamp)
drivers/iio/light/acpi-als.c
168
pf->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/light/acpi-als.c
170
iio_push_to_buffers_with_ts(indio_dev, &scan, sizeof(scan), pf->timestamp);
drivers/iio/light/bh1745.c
742
aligned_s64 timestamp;
drivers/iio/light/gp2ap020a00f.c
988
pf->timestamp);
drivers/iio/light/hid-sensor-als.c
262
if (!als_state->timestamp)
drivers/iio/light/hid-sensor-als.c
263
als_state->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/light/hid-sensor-als.c
267
als_state->timestamp);
drivers/iio/light/hid-sensor-als.c
268
als_state->timestamp = 0;
drivers/iio/light/hid-sensor-als.c
304
als_state->timestamp = hid_sensor_convert_timestamp(&als_state->common_attributes,
drivers/iio/light/hid-sensor-als.c
34
aligned_s64 timestamp;
drivers/iio/light/hid-sensor-als.c
41
s64 timestamp;
drivers/iio/light/iqs621-als.c
102
s64 timestamp;
drivers/iio/light/iqs621-als.c
108
timestamp = iio_get_time_ns(indio_dev);
drivers/iio/light/iqs621-als.c
140
timestamp);
drivers/iio/light/iqs621-als.c
146
timestamp);
drivers/iio/light/iqs621-als.c
157
timestamp);
drivers/iio/light/iqs621-als.c
163
timestamp);
drivers/iio/light/iqs621-als.c
174
timestamp);
drivers/iio/light/iqs621-als.c
180
timestamp);
drivers/iio/light/isl29125.c
180
aligned_s64 timestamp;
drivers/iio/light/opt4060.c
1089
iio_push_to_buffers_with_ts(idev, &raw, sizeof(raw), pf->timestamp);
drivers/iio/light/rpr0521.c
447
pf->timestamp = data->irq_timestamp;
drivers/iio/light/rpr0521.c
451
if (!pf->timestamp)
drivers/iio/light/rpr0521.c
452
pf->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/light/rpr0521.c
459
sizeof(data->scan), pf->timestamp);
drivers/iio/light/rpr0521.c
463
pf->timestamp = 0;
drivers/iio/light/stk3310.c
121
u64 timestamp;
drivers/iio/light/stk3310.c
566
data->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/light/stk3310.c
591
iio_push_event(indio_dev, event, data->timestamp);
drivers/iio/light/tcs3414.c
205
aligned_s64 timestamp;
drivers/iio/light/tcs3472.c
378
aligned_s64 timestamp;
drivers/iio/light/tsl2772.c
1387
s64 timestamp = iio_get_time_ns(indio_dev);
drivers/iio/light/tsl2772.c
1401
timestamp);
drivers/iio/light/tsl2772.c
1410
timestamp);
drivers/iio/light/vcnl4035.c
108
aligned_s64 timestamp;
drivers/iio/light/veml6030.c
894
aligned_s64 timestamp;
drivers/iio/light/veml6030.c
906
iio_push_to_buffers_with_ts(iio, &scan, sizeof(scan), pf->timestamp);
drivers/iio/light/veml6046x00.c
841
aligned_s64 timestamp;
drivers/iio/light/vl6180.c
545
aligned_s64 timestamp;
drivers/iio/magnetometer/af8133j.c
360
s64 timestamp = iio_get_time_ns(indio_dev);
drivers/iio/magnetometer/af8133j.c
363
aligned_s64 timestamp;
drivers/iio/magnetometer/af8133j.c
372
timestamp);
drivers/iio/magnetometer/als31300.c
232
aligned_s64 timestamp;
drivers/iio/magnetometer/als31300.c
246
iio_push_to_buffers_with_ts(indio_dev, &scan, sizeof(scan), pf->timestamp);
drivers/iio/magnetometer/bmc150_magn.c
140
aligned_s64 timestamp;
drivers/iio/magnetometer/bmc150_magn.c
674
pf->timestamp);
drivers/iio/magnetometer/hid-sensor-magn-3d.c
291
if (!magn_state->timestamp)
drivers/iio/magnetometer/hid-sensor-magn-3d.c
292
magn_state->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/magnetometer/hid-sensor-magn-3d.c
296
magn_state->timestamp);
drivers/iio/magnetometer/hid-sensor-magn-3d.c
297
magn_state->timestamp = 0;
drivers/iio/magnetometer/hid-sensor-magn-3d.c
330
magn_state->timestamp =
drivers/iio/magnetometer/hid-sensor-magn-3d.c
47
s64 timestamp;
drivers/iio/magnetometer/hmc5843.h
47
aligned_s64 timestamp;
drivers/iio/magnetometer/rm3100-core.c
519
pf->timestamp);
drivers/iio/magnetometer/tlv493d.c
351
aligned_s64 timestamp;
drivers/iio/magnetometer/tlv493d.c
364
iio_push_to_buffers_with_ts(indio_dev, &scan, sizeof(scan), pf->timestamp);
drivers/iio/orientation/hid-sensor-incl-3d.c
200
if (!incl_state->timestamp)
drivers/iio/orientation/hid-sensor-incl-3d.c
201
incl_state->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/orientation/hid-sensor-incl-3d.c
205
incl_state->timestamp);
drivers/iio/orientation/hid-sensor-incl-3d.c
207
incl_state->timestamp = 0;
drivers/iio/orientation/hid-sensor-incl-3d.c
234
incl_state->timestamp =
drivers/iio/orientation/hid-sensor-incl-3d.c
32
aligned_s64 timestamp;
drivers/iio/orientation/hid-sensor-incl-3d.c
38
s64 timestamp;
drivers/iio/orientation/hid-sensor-rotation.c
159
if (!rot_state->timestamp)
drivers/iio/orientation/hid-sensor-rotation.c
160
rot_state->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/orientation/hid-sensor-rotation.c
171
rot_state->scan.timestamp[0] = rot_state->timestamp;
drivers/iio/orientation/hid-sensor-rotation.c
172
rot_state->scan.timestamp[1] = rot_state->timestamp;
drivers/iio/orientation/hid-sensor-rotation.c
176
rot_state->timestamp = 0;
drivers/iio/orientation/hid-sensor-rotation.c
205
rot_state->timestamp = hid_sensor_convert_timestamp(&rot_state->common_attributes,
drivers/iio/orientation/hid-sensor-rotation.c
28
aligned_s64 timestamp[2];
drivers/iio/orientation/hid-sensor-rotation.c
34
s64 timestamp;
drivers/iio/position/hid-sensor-custom-intel-hinge.c
199
if (!st->timestamp)
drivers/iio/position/hid-sensor-custom-intel-hinge.c
200
st->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/position/hid-sensor-custom-intel-hinge.c
203
st->timestamp);
drivers/iio/position/hid-sensor-custom-intel-hinge.c
205
st->timestamp = 0;
drivers/iio/position/hid-sensor-custom-intel-hinge.c
227
st->timestamp = hid_sensor_convert_timestamp(&st->common_attributes,
drivers/iio/position/hid-sensor-custom-intel-hinge.c
42
aligned_s64 timestamp;
drivers/iio/position/hid-sensor-custom-intel-hinge.c
49
u64 timestamp;
drivers/iio/position/iqs624-pos.c
58
s64 timestamp;
drivers/iio/position/iqs624-pos.c
64
timestamp = iio_get_time_ns(indio_dev);
drivers/iio/position/iqs624-pos.c
86
timestamp);
drivers/iio/pressure/abp2030pa.h
60
aligned_s64 timestamp;
drivers/iio/pressure/bmp280-core.c
1115
aligned_s64 timestamp;
drivers/iio/pressure/bmp280-core.c
1237
aligned_s64 timestamp;
drivers/iio/pressure/bmp280-core.c
1912
aligned_s64 timestamp;
drivers/iio/pressure/bmp280-core.c
2618
aligned_s64 timestamp;
drivers/iio/pressure/bmp280-core.c
2963
aligned_s64 timestamp;
drivers/iio/pressure/hid-sensor-press.c
176
if (!press_state->timestamp)
drivers/iio/pressure/hid-sensor-press.c
177
press_state->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/pressure/hid-sensor-press.c
181
press_state->timestamp);
drivers/iio/pressure/hid-sensor-press.c
203
press_state->timestamp = hid_sensor_convert_timestamp(
drivers/iio/pressure/hid-sensor-press.c
27
aligned_s64 timestamp;
drivers/iio/pressure/hid-sensor-press.c
33
s64 timestamp;
drivers/iio/pressure/hsc030pa.h
61
aligned_s64 timestamp;
drivers/iio/pressure/rohm-bm1390.c
149
s64 timestamp, old_timestamp;
drivers/iio/pressure/rohm-bm1390.c
337
s64 timestamp)
drivers/iio/pressure/rohm-bm1390.c
364
sample_period = timestamp - data->old_timestamp;
drivers/iio/pressure/rohm-bm1390.c
429
s64 timestamp;
drivers/iio/pressure/rohm-bm1390.c
448
timestamp = iio_get_time_ns(idev);
drivers/iio/pressure/rohm-bm1390.c
450
ret = __bm1390_fifo_flush(idev, samples, timestamp);
drivers/iio/pressure/rohm-bm1390.c
656
data->timestamp);
drivers/iio/pressure/rohm-bm1390.c
668
data->timestamp = iio_get_time_ns(idev);
drivers/iio/pressure/rohm-bm1390.c
692
data->timestamp);
drivers/iio/pressure/zpa2326.c
1176
priv->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/pressure/zpa2326.c
125
s64 timestamp;
drivers/iio/pressure/zpa2326.c
585
aligned_s64 timestamp;
drivers/iio/pressure/zpa2326.c
620
private->timestamp);
drivers/iio/pressure/zpa2326.c
752
iio_priv(indio_dev))->timestamp = iio_get_time_ns(indio_dev);
drivers/iio/proximity/as3935.c
66
aligned_s64 timestamp;
drivers/iio/proximity/cros_ec_mkbp_proximity.c
103
timestamp = ktime_to_ns(ec->last_event_time);
drivers/iio/proximity/cros_ec_mkbp_proximity.c
105
timestamp = iio_get_time_ns(indio_dev);
drivers/iio/proximity/cros_ec_mkbp_proximity.c
110
iio_push_event(indio_dev, ev, timestamp);
drivers/iio/proximity/cros_ec_mkbp_proximity.c
94
s64 timestamp;
drivers/iio/proximity/hx9023s.c
768
s64 timestamp = iio_get_time_ns(indio_dev);
drivers/iio/proximity/hx9023s.c
791
timestamp);
drivers/iio/proximity/hx9023s.c
960
sizeof(data->buffer), pf->timestamp);
drivers/iio/proximity/isl29501.c
952
iio_push_to_buffers_with_timestamp(indio_dev, &scan, pf->timestamp);
drivers/iio/proximity/mb1232.c
128
pf->timestamp);
drivers/iio/proximity/pulsedlight-lidar-lite-v2.c
233
aligned_s64 timestamp;
drivers/iio/proximity/srf08.c
181
aligned_s64 timestamp;
drivers/iio/proximity/srf08.c
191
pf->timestamp);
drivers/iio/proximity/sx9500.c
636
aligned_s64 timestamp;
drivers/iio/proximity/sx_common.c
105
iio_push_event(indio_dev, ev, timestamp);
drivers/iio/proximity/sx_common.c
383
sizeof(data->buffer), pf->timestamp);
drivers/iio/proximity/sx_common.c
79
s64 timestamp = iio_get_time_ns(indio_dev);
drivers/iio/proximity/vl53l0x-i2c.c
84
aligned_s64 timestamp;
drivers/iio/resolver/ad2s1210.c
1342
ad2s1210_push_events(indio_dev, st->sample.fault, pf->timestamp);
drivers/iio/resolver/ad2s1210.c
1344
pf->timestamp);
drivers/iio/resolver/ad2s1210.c
168
aligned_s64 timestamp;
drivers/iio/resolver/ad2s1210.c
363
u8 flags, s64 timestamp)
drivers/iio/resolver/ad2s1210.c
377
timestamp);
drivers/iio/resolver/ad2s1210.c
382
timestamp);
drivers/iio/resolver/ad2s1210.c
391
timestamp);
drivers/iio/resolver/ad2s1210.c
399
timestamp);
drivers/iio/resolver/ad2s1210.c
407
timestamp);
drivers/iio/resolver/ad2s1210.c
415
timestamp);
drivers/iio/resolver/ad2s1210.c
423
timestamp);
drivers/iio/resolver/ad2s1210.c
431
timestamp);
drivers/iio/resolver/ad2s1210.c
451
s64 timestamp;
drivers/iio/resolver/ad2s1210.c
457
timestamp = iio_get_time_ns(indio_dev);
drivers/iio/resolver/ad2s1210.c
520
ad2s1210_push_events(indio_dev, st->sample.fault, timestamp);
drivers/iio/temperature/hid-sensor-temperature.c
21
aligned_s64 timestamp;
drivers/iio/temperature/maxim_thermocouple.c
132
aligned_s64 timestamp;
drivers/infiniband/core/sysfs.c
1003
data->stats->timestamp = jiffies;
drivers/infiniband/core/sysfs.c
767
if (time_is_after_eq_jiffies(stats->timestamp + stats->lifespan))
drivers/infiniband/core/sysfs.c
773
stats->timestamp = jiffies;
drivers/infiniband/core/sysfs.c
907
data->stats->timestamp = jiffies;
drivers/infiniband/hw/bng_re/bng_roce_hsi.h
3496
__le64 timestamp;
drivers/infiniband/hw/bng_re/bng_roce_hsi.h
3935
__le32 timestamp;
drivers/infiniband/hw/bng_re/bng_roce_hsi.h
3970
__le32 timestamp;
drivers/infiniband/hw/bng_re/bng_roce_hsi.h
4027
__le32 timestamp;
drivers/infiniband/hw/bng_re/bng_roce_hsi.h
4085
__le32 timestamp;
drivers/infiniband/hw/bng_re/bng_roce_hsi.h
4114
__le32 timestamp;
drivers/infiniband/hw/bng_re/bng_roce_hsi.h
4144
__le32 timestamp;
drivers/infiniband/hw/bng_re/bng_roce_hsi.h
4571
__le32 timestamp;
drivers/infiniband/hw/bng_re/bng_roce_hsi.h
4600
__le32 timestamp;
drivers/infiniband/hw/bng_re/bng_roce_hsi.h
4660
__le32 timestamp;
drivers/infiniband/hw/bng_re/bng_roce_hsi.h
4722
__le32 timestamp;
drivers/infiniband/hw/bng_re/bng_roce_hsi.h
4758
__le32 timestamp;
drivers/infiniband/hw/bng_re/bng_roce_hsi.h
4794
__le32 timestamp;
drivers/infiniband/hw/bng_re/bng_roce_hsi.h
4825
__le32 timestamp;
drivers/infiniband/hw/bng_re/bng_roce_hsi.h
4857
__le32 timestamp;
drivers/infiniband/hw/bnxt_re/roce_hsi.h
3276
__le32 timestamp;
drivers/infiniband/hw/bnxt_re/roce_hsi.h
3311
__le32 timestamp;
drivers/infiniband/hw/bnxt_re/roce_hsi.h
3371
__le32 timestamp;
drivers/infiniband/hw/bnxt_re/roce_hsi.h
3433
__le32 timestamp;
drivers/infiniband/hw/bnxt_re/roce_hsi.h
3462
__le32 timestamp;
drivers/infiniband/hw/bnxt_re/roce_hsi.h
3492
__le32 timestamp;
drivers/infiniband/hw/hfi1/mad.c
3856
if ((ts - cce->timestamp) / 2 > U32_MAX)
drivers/infiniband/hw/hfi1/mad.c
3866
cpu_to_be32(cce->timestamp);
drivers/infiniband/hw/hfi1/mad.h
209
u64 timestamp; /* wider than 32 bits to detect 32 bit rollover */
drivers/infiniband/hw/hfi1/rc.c
2695
cc_event->timestamp = ktime_get_ns() / 1024;
drivers/input/input.c
2036
void input_set_timestamp(struct input_dev *dev, ktime_t timestamp)
drivers/input/input.c
2038
dev->timestamp[INPUT_CLK_MONO] = timestamp;
drivers/input/input.c
2039
dev->timestamp[INPUT_CLK_REAL] = ktime_mono_to_real(timestamp);
drivers/input/input.c
2040
dev->timestamp[INPUT_CLK_BOOT] = ktime_mono_to_any(timestamp,
drivers/input/input.c
2055
if (!ktime_compare(dev->timestamp[INPUT_CLK_MONO], invalid_timestamp))
drivers/input/input.c
2058
return dev->timestamp;
drivers/input/input.c
350
dev->timestamp[INPUT_CLK_MONO] = ktime_set(0, 0);
drivers/input/misc/uinput.c
594
static bool is_valid_timestamp(const ktime_t timestamp)
drivers/input/misc/uinput.c
602
if (ktime_compare(zero_time, timestamp) >= 0)
drivers/input/misc/uinput.c
609
if (ktime_after(min_time, timestamp) || ktime_after(timestamp, current_time))
drivers/input/misc/uinput.c
620
ktime_t timestamp;
drivers/input/misc/uinput.c
635
timestamp = ktime_set(ev.input_event_sec, ev.input_event_usec * NSEC_PER_USEC);
drivers/input/misc/uinput.c
636
if (is_valid_timestamp(timestamp))
drivers/input/misc/uinput.c
637
input_set_timestamp(udev->dev, timestamp);
drivers/input/rmi4/rmi_f54.c
356
vb->timestamp = ktime_get_ns();
drivers/input/tests/input_test.c
71
ktime_t *timestamp, time;
drivers/input/tests/input_test.c
73
timestamp = input_get_timestamp(input_dev);
drivers/input/tests/input_test.c
74
time = timestamp[INPUT_CLK_MONO];
drivers/input/tests/input_test.c
82
timestamp = input_get_timestamp(input_dev);
drivers/input/tests/input_test.c
84
KUNIT_ASSERT_EQ(test, ktime_compare(timestamp[INPUT_CLK_MONO], time), 0);
drivers/input/touchscreen/sur40.c
100
__le32 timestamp; /* milliseconds (increases by 16 or 17 each frame) */
drivers/input/touchscreen/sur40.c
49
__le32 timestamp; /* milliseconds (inc. by 16 or 17 each frame) */
drivers/input/touchscreen/sur40.c
605
new_buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/isdn/mISDN/clock.c
134
mISDN_clock_update(struct mISDNclock *iclock, int samples, ktime_t *timestamp)
drivers/isdn/mISDN/clock.c
153
if (timestamp) { /* timestamp must be set, if function call is delayed */
drivers/isdn/mISDN/clock.c
154
iclock_timestamp = *timestamp;
drivers/isdn/mISDN/clock.c
160
if (timestamp) { /* timestamp must be set, if function call is delayed */
drivers/isdn/mISDN/clock.c
161
timestamp_now = *timestamp;
drivers/md/dm-vdo/indexer/index-layout.c
130
u64 timestamp;
drivers/md/dm-vdo/indexer/index-layout.c
1408
decode_u64_le(buffer, &offset, &isl->save_data.timestamp);
drivers/md/dm-vdo/indexer/index-layout.c
528
encode_u64_le(buffer, &offset, isl->save_data.timestamp);
drivers/md/dm-vdo/indexer/index-layout.c
810
encode_u64_le(buffer, &offset, isl->save_data.timestamp);
drivers/md/dm-vdo/indexer/index-layout.c
823
if ((isl->zone_count == 0) || (isl->save_data.timestamp == 0))
drivers/md/dm-vdo/indexer/index-layout.c
829
return isl->save_data.timestamp;
drivers/md/dm-vdo/indexer/index-layout.c
966
isl->save_data.timestamp = ktime_to_ms(current_time_ns(CLOCK_REALTIME));
drivers/media/common/saa7146/saa7146_fops.c
88
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/common/videobuf2/videobuf2-core.c
3120
b->timestamp = ktime_get_ns();
drivers/media/common/videobuf2/videobuf2-core.c
3223
vb->timestamp = ktime_get_ns();
drivers/media/common/videobuf2/videobuf2-v4l2.c
153
vb->timestamp = v4l2_buffer_get_timestamp(b);
drivers/media/common/videobuf2/videobuf2-v4l2.c
494
v4l2_buffer_set_timestamp(b, vb->timestamp);
drivers/media/common/videobuf2/videobuf2-v4l2.c
594
vb->timestamp = 0;
drivers/media/common/videobuf2/videobuf2-v4l2.c
615
struct vb2_buffer *vb2_find_buffer(struct vb2_queue *q, u64 timestamp)
drivers/media/common/videobuf2/videobuf2-v4l2.c
631
vb2->timestamp == timestamp)
drivers/media/dvb-frontends/rtl2832_sdr.c
258
fbuf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/i2c/video-i2c.c
470
vb2_buf->timestamp = ktime_get_ns();
drivers/media/pci/bt8xx/bttv-driver.c
2735
wakeup->top->vbuf.vb2_buf.timestamp = ts;
drivers/media/pci/bt8xx/bttv-driver.c
2746
wakeup->top->vbuf.vb2_buf.timestamp = ts;
drivers/media/pci/bt8xx/bttv-driver.c
2756
wakeup->bottom->vbuf.vb2_buf.timestamp = ts;
drivers/media/pci/bt8xx/bttv-driver.c
2771
wakeup->vbuf.vb2_buf.timestamp = ktime_get_ns();
drivers/media/pci/bt8xx/bttv-driver.c
2839
item->vbuf.vb2_buf.timestamp = ktime_get_ns();
drivers/media/pci/bt8xx/bttv-driver.c
2846
item->vbuf.vb2_buf.timestamp = ktime_get_ns();
drivers/media/pci/bt8xx/bttv-driver.c
2867
wakeup->vbuf.vb2_buf.timestamp = ktime_get_ns();
drivers/media/pci/cobalt/cobalt-irq.c
125
cb->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/pci/cx18/cx18-mailbox.c
192
vb_buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/pci/cx23885/cx23885-core.c
437
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/pci/cx23885/cx23885-video.c
99
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/pci/cx25821/cx25821-video.c
116
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/pci/cx88/cx88-core.c
527
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/pci/dt3155/dt3155.c
256
ipd->curr_buf->vb2_buf.timestamp = ktime_get_ns();
drivers/media/pci/intel/ipu3/ipu3-cio2.c
586
b->vbb.vb2_buf.timestamp = ns;
drivers/media/pci/intel/ipu3/ipu3-cio2.h
435
u32 timestamp;
drivers/media/pci/intel/ipu6/ipu6-fw-isys.h
491
u32 timestamp[2];
drivers/media/pci/intel/ipu6/ipu6-isys-queue.c
676
if (time == stream->seq[i].timestamp) {
drivers/media/pci/intel/ipu6/ipu6-isys-queue.c
684
stream->seq[i].sequence, stream->seq[i].timestamp);
drivers/media/pci/intel/ipu6/ipu6-isys-queue.c
689
static u64 get_sof_ns_delta(struct ipu6_isys_video *av, u64 timestamp)
drivers/media/pci/intel/ipu6/ipu6-isys-queue.c
699
delta = tsc_now - timestamp;
drivers/media/pci/intel/ipu6/ipu6-isys-queue.c
719
vbuf->vb2_buf.timestamp = ns;
drivers/media/pci/intel/ipu6/ipu6-isys-queue.c
725
vbuf->vb2_buf.timestamp);
drivers/media/pci/intel/ipu6/ipu6-isys-queue.c
812
u64 time = (u64)info->timestamp[1] << 32 | info->timestamp[0];
drivers/media/pci/intel/ipu6/ipu6-isys-video.h
37
u64 timestamp;
drivers/media/pci/intel/ipu6/ipu6-isys.c
1221
ts = (u64)resp->timestamp[1] << 32 | resp->timestamp[0];
drivers/media/pci/intel/ipu6/ipu6-isys.c
1301
stream->seq[stream->seq_index].timestamp = ts;
drivers/media/pci/mgb4/mgb4_trigger.c
100
iio_push_to_buffers_with_ts(indio_dev, &scan, sizeof(scan), pf->timestamp);
drivers/media/pci/mgb4/mgb4_vin.c
760
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/pci/netup_unidvb/netup_unidvb_core.c
613
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/pci/saa7134/saa7134-core.c
295
q->curr->vb2.vb2_buf.timestamp = ktime_get_ns();
drivers/media/pci/saa7164/saa7164-types.h
197
u64 timestamp;
drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c
525
vb->timestamp = ktime_get_ns();
drivers/media/pci/solo6x10/solo6x10-v4l2.c
219
vb->timestamp = ktime_get_ns();
drivers/media/pci/tw5864/tw5864-core.c
144
cur_frame->timestamp = ktime_get_ns();
drivers/media/pci/tw5864/tw5864-video.c
1437
vb->vb.vb2_buf.timestamp = frame->timestamp;
drivers/media/pci/tw5864/tw5864.h
139
u64 timestamp;
drivers/media/pci/tw68/tw68-video.c
988
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/pci/tw686x/tw686x-video.c
67
vb2_buf->timestamp = ktime_get_ns();
drivers/media/pci/zoran/zoran_device.c
837
buf->vbuf.vb2_buf.timestamp = ktime_get_ns();
drivers/media/pci/zoran/zoran_driver.c
806
buf->vbuf.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/amlogic/c3/isp/c3-isp-capture.c
307
buff->vb.vb2_buf.timestamp = ktime_get();
drivers/media/platform/amlogic/c3/isp/c3-isp-params.c
927
params->buff->vb.vb2_buf.timestamp = ktime_get();
drivers/media/platform/amlogic/c3/isp/c3-isp-stats.c
320
stats->buff->vb.vb2_buf.timestamp = ktime_get();
drivers/media/platform/amlogic/meson-ge2d/ge2d.c
313
dst->vb2_buf.timestamp = src->vb2_buf.timestamp;
drivers/media/platform/amphion/vdec.c
1549
dev_dbg(inst->dev, "[%d][INPUT TS]%32lld\n", inst->id, vb->timestamp);
drivers/media/platform/amphion/vdec.c
848
dev_dbg(inst->dev, "[%d][OUTPUT TS]%32lld\n", inst->id, vbuf->vb2_buf.timestamp);
drivers/media/platform/amphion/vdec.c
917
dev_dbg(inst->dev, "[%d][OUTPUT TS]%32lld\n", inst->id, vbuf->vb2_buf.timestamp);
drivers/media/platform/amphion/venc.c
1123
dev_dbg(inst->dev, "[%d][INPUT TS]%32lld\n", inst->id, vb->timestamp);
drivers/media/platform/amphion/venc.c
65
s64 timestamp;
drivers/media/platform/amphion/venc.c
794
vbuf->vb2_buf.timestamp = frame->info.timestamp;
drivers/media/platform/amphion/venc.c
821
dev_dbg(inst->dev, "[%d][OUTPUT TS]%32lld\n", inst->id, vbuf->vb2_buf.timestamp);
drivers/media/platform/amphion/vpu.h
195
s64 timestamp;
drivers/media/platform/amphion/vpu_cmds.c
363
int vpu_session_encode_frame(struct vpu_inst *inst, s64 timestamp)
drivers/media/platform/amphion/vpu_cmds.c
365
return vpu_session_send_cmd(inst, VPU_CMD_ID_FRAME_ENCODE, ×tamp);
drivers/media/platform/amphion/vpu_cmds.h
14
int vpu_session_encode_frame(struct vpu_inst *inst, s64 timestamp);
drivers/media/platform/amphion/vpu_defs.h
116
s64 timestamp;
drivers/media/platform/amphion/vpu_defs.h
172
s64 timestamp;
drivers/media/platform/amphion/vpu_defs.h
191
s64 timestamp;
drivers/media/platform/amphion/vpu_malone.c
1625
static int vpu_malone_input_ts(struct vpu_inst *inst, s64 timestamp, u32 size)
drivers/media/platform/amphion/vpu_malone.c
1630
info.timestamp = timestamp;
drivers/media/platform/amphion/vpu_malone.c
1658
ret = vpu_malone_input_ts(inst, vb->timestamp, size);
drivers/media/platform/amphion/vpu_malone.c
809
struct timespec64 ts = ns_to_timespec64(info->timestamp);
drivers/media/platform/amphion/vpu_malone.c
988
info->timestamp = timespec64_to_ns(&ts);
drivers/media/platform/amphion/vpu_msgs.c
144
frame.timestamp = info.timestamp;
drivers/media/platform/amphion/vpu_windsor.c
694
s64 timestamp = *(s64 *)data;
drivers/media/platform/amphion/vpu_windsor.c
695
struct timespec64 ts = ns_to_timespec64(timestamp);
drivers/media/platform/amphion/vpu_windsor.c
737
info->timestamp = timespec64_to_ns(&ts);
drivers/media/platform/amphion/vpu_windsor.c
809
return vpu_session_encode_frame(inst, vb->timestamp);
drivers/media/platform/arm/mali-c55/mali-c55-capture.c
478
buf->vb.vb2_buf.timestamp = ktime_get_boottime_ns();
drivers/media/platform/arm/mali-c55/mali-c55-stats.c
240
buf->vb.vb2_buf.timestamp = ktime_get_boottime_ns();
drivers/media/platform/aspeed/aspeed-video.c
852
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/atmel/atmel-isi.c
181
vbuf->vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/broadcom/bcm2835-unicam.c
808
node->cur_frm->vb.vb2_buf.timestamp = ts;
drivers/media/platform/chips-media/coda/coda-bit.c
2546
dst_buf->vb2_buf.timestamp = meta->timestamp;
drivers/media/platform/chips-media/coda/coda-bit.c
404
meta->timestamp = src_buf->vb2_buf.timestamp;
drivers/media/platform/chips-media/coda/coda.h
168
u64 timestamp;
drivers/media/platform/chips-media/wave5/wave5-vpu-dec.c
210
inst->timestamp = src_buf->vb2_buf.timestamp;
drivers/media/platform/chips-media/wave5/wave5-vpu-dec.c
394
dec_buf->vb2_buf.timestamp = inst->timestamp;
drivers/media/platform/chips-media/wave5/wave5-vpu-enc.c
223
dst_buf->vb2_buf.timestamp = src_buf->vb2_buf.timestamp;
drivers/media/platform/chips-media/wave5/wave5-vpu-enc.c
278
inst->timestamp = src_buf->vb2_buf.timestamp;
drivers/media/platform/chips-media/wave5/wave5-vpu-enc.c
310
dst_buf->vb2_buf.timestamp = inst->timestamp;
drivers/media/platform/chips-media/wave5/wave5-vpuapi.h
816
u64 timestamp;
drivers/media/platform/intel/pxa_camera.c
950
vb->timestamp = ktime_get_ns();
drivers/media/platform/m2m-deinterlace.c
193
dst_vb->vb2_buf.timestamp = src_vb->vb2_buf.timestamp;
drivers/media/platform/marvell/mcam-core.c
216
vbuf->vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/mediatek/mdp/mtk_mdp_m2m.c
468
dst_vbuf->vb2_buf.timestamp = src_vbuf->vb2_buf.timestamp;
drivers/media/platform/mediatek/mdp/mtk_mdp_m2m.c
484
dst_vbuf->vb2_buf.timestamp = src_vbuf->vb2_buf.timestamp;
drivers/media/platform/mediatek/mdp3/mtk-img-ipi.h
88
struct img_timeval timestamp;
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_stateful.c
358
dst_buf->vb2_buf.timestamp = src_buf->vb2_buf.timestamp;
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_stateful.c
371
src_buf->vb2_buf.timestamp, dst_buf->vb2_buf.index, ret, res_chg);
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_stateless.c
378
vb2_src->timestamp, ret, res_chg);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1077
vsi->frame.cur_ts = dst->vb2_buf.timestamp;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
611
u64 timestamp[AV1_MAX_FRAME_BUF_COUNT];
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
845
slots->timestamp[new_slot_idx] = vsi->frame.cur_ts;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
880
u64 timestamp = slots->timestamp[slot_id];
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
888
if (ctrl_fh->reference_frame_ts[ref_id] == timestamp) {
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
929
u64 timestamp = vsi->slots.timestamp[vsi->slot_id];
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
931
if (ctrl_fh->reference_frame_ts[ref_id] == timestamp)
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_hevc_req_multi_if.c
192
u64 timestamp;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_hevc_req_multi_if.c
407
vb = vb2_find_buffer(vq, dpb->timestamp);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_hevc_req_multi_if.c
411
index, dpb->timestamp);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_hevc_req_multi_if.c
567
dst_entry->timestamp = src_entry->timestamp;
drivers/media/platform/mediatek/vcodec/encoder/mtk_vcodec_enc.c
1037
dst_buf->vb2_buf.timestamp = src_buf->vb2_buf.timestamp;
drivers/media/platform/mediatek/vcodec/encoder/mtk_vcodec_enc.c
1174
dst_buf->vb2_buf.timestamp = src_buf->vb2_buf.timestamp;
drivers/media/platform/microchip/microchip-isc-base.c
1190
vb->timestamp = ktime_get_ns();
drivers/media/platform/nuvoton/npcm-video.c
1101
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/nxp/imx-pxp.c
876
out_vb->vb2_buf.timestamp = in_vb->vb2_buf.timestamp;
drivers/media/platform/nxp/imx7-media-csi.c
445
vb->timestamp = ktime_get_ns();
drivers/media/platform/nxp/imx7-media-csi.c
745
vb->timestamp = ktime_get_ns();
drivers/media/platform/nxp/imx8-isi/imx8-isi-video.c
642
buf->v4l2_buf.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/nxp/mx2_emmaprp.c
361
dst_vb->vb2_buf.timestamp = src_vb->vb2_buf.timestamp;
drivers/media/platform/qcom/camss/camss-vfe-17x.c
533
ready_buf->vb.vb2_buf.timestamp = ts;
drivers/media/platform/qcom/camss/camss-vfe-gen1.c
645
ready_buf->vb.vb2_buf.timestamp = ts;
drivers/media/platform/qcom/camss/camss-vfe.c
475
ready_buf->vb.vb2_buf.timestamp = ts;
drivers/media/platform/qcom/iris/iris_buffer.c
770
vb2->timestamp = 0;
drivers/media/platform/qcom/iris/iris_buffer.c
778
iris_get_ts_metadata(inst, buf->timestamp, vbuf);
drivers/media/platform/qcom/iris/iris_buffer.c
794
vb2->timestamp = buf->timestamp;
drivers/media/platform/qcom/iris/iris_buffer.h
100
u64 timestamp;
drivers/media/platform/qcom/iris/iris_common.c
24
buf->timestamp = vb2->timestamp;
drivers/media/platform/qcom/iris/iris_common.c
34
u64 ts_us = vb->timestamp;
drivers/media/platform/qcom/iris/iris_common.c
44
inst->tss[inst->metadata_idx].ts_ns = vb->timestamp;
drivers/media/platform/qcom/iris/iris_hfi_gen1_command.c
283
com_ip_pkt.time_stamp_hi = upper_32_bits(buf->timestamp);
drivers/media/platform/qcom/iris/iris_hfi_gen1_command.c
284
com_ip_pkt.time_stamp_lo = lower_32_bits(buf->timestamp);
drivers/media/platform/qcom/iris/iris_hfi_gen1_command.c
300
uncom_ip_pkt.time_stamp_hi = upper_32_bits(buf->timestamp);
drivers/media/platform/qcom/iris/iris_hfi_gen1_command.c
301
uncom_ip_pkt.time_stamp_lo = lower_32_bits(buf->timestamp);
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
495
buf->timestamp = timestamp_us;
drivers/media/platform/qcom/iris/iris_hfi_gen2_command.c
1248
buf->timestamp = buffer->timestamp;
drivers/media/platform/qcom/iris/iris_hfi_gen2_packet.h
100
u64 timestamp;
drivers/media/platform/qcom/iris/iris_hfi_gen2_response.c
386
buf->timestamp = hfi_buffer->timestamp;
drivers/media/platform/qcom/venus/helpers.c
453
u64 ts_us = vb->timestamp;
drivers/media/platform/qcom/venus/helpers.c
473
inst->tss[slot].ts_ns = vb->timestamp;
drivers/media/platform/qcom/venus/helpers.c
492
vb->timestamp = inst->tss[i].ts_ns;
drivers/media/platform/qcom/venus/helpers.c
509
fdata.timestamp = vb->timestamp;
drivers/media/platform/qcom/venus/helpers.c
510
do_div(fdata.timestamp, NSEC_PER_USEC);
drivers/media/platform/qcom/venus/hfi.h
35
u64 timestamp;
drivers/media/platform/qcom/venus/hfi_cmds.c
273
pkt->time_stamp_hi = upper_32_bits(in_frame->timestamp);
drivers/media/platform/qcom/venus/hfi_cmds.c
274
pkt->time_stamp_lo = lower_32_bits(in_frame->timestamp);
drivers/media/platform/qcom/venus/hfi_cmds.c
298
pkt->time_stamp_hi = upper_32_bits(in_frame->timestamp);
drivers/media/platform/qcom/venus/hfi_cmds.c
299
pkt->time_stamp_lo = lower_32_bits(in_frame->timestamp);
drivers/media/platform/qcom/venus/vdec.c
1441
vb->timestamp = timestamp_us * NSEC_PER_USEC;
drivers/media/platform/qcom/venus/vdec.c
1472
vb->timestamp = 0;
drivers/media/platform/qcom/venus/venc.c
1375
vb->timestamp = timestamp_us * NSEC_PER_USEC;
drivers/media/platform/raspberrypi/pisp_be/pisp_be.c
617
buf[i]->vb.vb2_buf.timestamp = ts;
drivers/media/platform/raspberrypi/rp1-cfe/cfe-trace.h
89
__entry->ts = buf->vb2_buf.timestamp;
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c
673
node->cur_frm->vb.vb2_buf.timestamp = node->ts;
drivers/media/platform/renesas/rcar-vin/rcar-dma.c
1095
vin->buf_hw[slot].buffer->vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/renesas/rcar_drif.c
586
fbuf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/renesas/rcar_fdp1.c
1238
job->dst->vb->vb2_buf.timestamp = job->active->vb->vb2_buf.timestamp;
drivers/media/platform/renesas/rcar_jpu.c
1521
dst_buf->vb2_buf.timestamp = src_buf->vb2_buf.timestamp;
drivers/media/platform/renesas/renesas-ceu.c
524
vbuf->vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/renesas/rzg2l-cru/rzg2l-video.c
631
cru->queue_buf[slot]->vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/renesas/rzg2l-cru/rzg2l-video.c
732
buf->vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/renesas/sh_vou.c
1060
vb->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/renesas/vsp1/vsp1_histo.c
67
buf->buf.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/renesas/vsp1/vsp1_video.c
234
done->buf.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/rockchip/rkcif/rkcif-stream.c
74
vb->vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/rockchip/rkisp1/rkisp1-capture.c
804
curr_buf->vb.vb2_buf.timestamp = ktime_get_boottime_ns();
drivers/media/platform/rockchip/rkisp1/rkisp1-stats.c
344
u64 timestamp = ktime_get_ns();
drivers/media/platform/rockchip/rkisp1/rkisp1-stats.c
375
cur_buf->vb.vb2_buf.timestamp = timestamp;
drivers/media/platform/rockchip/rkvdec/rkvdec-hevc-common.c
429
buf = vb2_find_buffer(cap_q, dpb[dpb_idx].timestamp);
drivers/media/platform/rockchip/rkvdec/rkvdec-vp9.c
152
u64 timestamp;
drivers/media/platform/rockchip/rkvdec/rkvdec-vp9.c
352
get_ref_buf(struct rkvdec_ctx *ctx, struct vb2_v4l2_buffer *dst, u64 timestamp)
drivers/media/platform/rockchip/rkvdec/rkvdec-vp9.c
362
buf = vb2_find_buffer(cap_q, timestamp);
drivers/media/platform/rockchip/rkvdec/rkvdec-vp9.c
465
vp9_ctx->cur.timestamp = buf->base.vb.vb2_buf.timestamp;
drivers/media/platform/rockchip/rkvdec/rkvdec-vp9.c
497
last = get_ref_buf(ctx, &dst->base.vb, vp9_ctx->last.timestamp);
drivers/media/platform/samsung/exynos-gsc/gsc-m2m.c
100
dst_vb->vb2_buf.timestamp = src_vb->vb2_buf.timestamp;
drivers/media/platform/samsung/exynos-gsc/gsc-m2m.c
139
dst_vb->vb2_buf.timestamp = src_vb->vb2_buf.timestamp;
drivers/media/platform/samsung/exynos4-is/fimc-capture.c
195
v_buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/samsung/exynos4-is/fimc-isp-video.c
247
vbuf->vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/samsung/exynos4-is/fimc-lite.c
286
vbuf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/samsung/exynos4-is/fimc-m2m.c
124
dst_vb->vb2_buf.timestamp = src_vb->vb2_buf.timestamp;
drivers/media/platform/samsung/s3c-camif/camif-capture.c
340
vbuf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/samsung/s5p-g2d/g2d.c
556
dst->vb2_buf.timestamp = src->vb2_buf.timestamp;
drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c
2672
dst_buf->vb2_buf.timestamp = src_buf->vb2_buf.timestamp;
drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c
2815
dst_buf->vb2_buf.timestamp = src_buf->vb2_buf.timestamp;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
279
dst_buf->b->vb2_buf.timestamp =
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
280
src_buf->b->vb2_buf.timestamp;
drivers/media/platform/st/sti/bdisp/bdisp-v4l2.c
197
dst_vb->vb2_buf.timestamp = src_vb->vb2_buf.timestamp;
drivers/media/platform/st/sti/bdisp/bdisp-v4l2.c
303
dst_vb->vb2_buf.timestamp = src_vb->vb2_buf.timestamp;
drivers/media/platform/st/sti/delta/delta-v4l2.c
1350
au->dts = vbuf->vb2_buf.timestamp;
drivers/media/platform/st/sti/delta/delta-v4l2.c
1505
vb->timestamp = frame->dts;
drivers/media/platform/st/sti/delta/delta-v4l2.c
953
au->dts = vbuf->vb2_buf.timestamp;
drivers/media/platform/st/sti/hva/hva-debugfs.c
181
u32 timestamp;
drivers/media/platform/st/sti/hva/hva-debugfs.c
187
div = stream->vbuf.vb2_buf.timestamp;
drivers/media/platform/st/sti/hva/hva-debugfs.c
189
timestamp = (u32)div;
drivers/media/platform/st/sti/hva/hva-debugfs.c
198
timestamp,
drivers/media/platform/st/sti/hva/hva-v4l2.c
836
dst_buf->vb2_buf.timestamp = src_buf->vb2_buf.timestamp;
drivers/media/platform/st/stm32/stm32-dcmi.c
217
vbuf->vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/st/stm32/stm32-dcmipp/dcmipp-bytecap.c
676
vbuf->vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/sunxi/sun4i-csi/sun4i_dma.c
172
v_buf->vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/sunxi/sun6i-csi/sun6i_csi_capture.c
521
vb2_buffer->timestamp = ktime_get_ns();
drivers/media/platform/synopsys/hdmirx/snps_hdmirx.c
1970
vb_done->vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/synopsys/hdmirx/snps_hdmirx.c
1998
vb_done->vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/ti/am437x/am437x-vpfe.c
1148
vpfe->cur_frm->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/ti/cal/cal.c
681
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/ti/davinci/vpif_capture.c
325
common->cur_frm->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/ti/davinci/vpif_display.c
333
common->cur_frm->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/ti/davinci/vpif_display.c
389
common->cur_frm->vb.vb2_buf.timestamp =
drivers/media/platform/ti/j721e-csi2rx/j721e-csi2rx.c
640
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/ti/omap/omap_vout.c
464
vout->cur_frm->vbuf.vb2_buf.timestamp = ts;
drivers/media/platform/ti/omap/omap_vout.c
533
vout->cur_frm->vbuf.vb2_buf.timestamp = ts;
drivers/media/platform/ti/omap3isp/ispvideo.c
541
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/ti/vpe/vip.c
924
vb->vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/ti/vpe/vpe.c
1444
d_vb->vb2_buf.timestamp = s_vb->vb2_buf.timestamp;
drivers/media/platform/verisilicon/hantro_g2_vp9_dec.c
102
buf = vb2_find_buffer(cap_q, timestamp);
drivers/media/platform/verisilicon/hantro_g2_vp9_dec.c
125
vp9_ctx->cur.timestamp = buf->base.vb.vb2_buf.timestamp;
drivers/media/platform/verisilicon/hantro_g2_vp9_dec.c
821
last = get_ref_buf(ctx, &dst->base.vb, vp9_ctx->last.timestamp);
drivers/media/platform/verisilicon/hantro_g2_vp9_dec.c
92
get_ref_buf(struct hantro_ctx *ctx, struct vb2_v4l2_buffer *dst, u64 timestamp)
drivers/media/platform/verisilicon/hantro_hw.h
208
u64 timestamp;
drivers/media/platform/verisilicon/hantro_hw.h
285
u64 timestamp;
drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.c
123
u64 timestamp;
drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.c
129
timestamp = frame->reference_frame_ts[idx];
drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.c
133
if (av1_dec->frame_refs[i].timestamp == timestamp)
drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.c
152
u64 timestamp)
drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.c
169
av1_dec->frame_refs[i].timestamp = timestamp;
drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.c
201
u64 timestamp = av1_dec->frame_refs[idx].timestamp;
drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.c
208
if (ctrls->frame->reference_frame_ts[ref] == timestamp)
drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.c
2148
rockchip_vpu981_av1_dec_frame_ref(ctx, vb2_src->vb2_buf.timestamp);
drivers/media/platform/via/via-camera.c
357
vb->vbuf.vb2_buf.timestamp = ktime_get_ns();
drivers/media/platform/xilinx/xilinx-dma.c
294
buf->buf.vb2_buf.timestamp = ktime_get_ns();
drivers/media/rc/lirc_dev.c
116
lsc->timestamp = ktime_get_ns();
drivers/media/rc/lirc_dev.c
257
if (scan.flags || scan.keycode || scan.timestamp ||
drivers/media/test-drivers/vimc/vimc-capture.c
374
vimc_buf->vb2.vb2_buf.timestamp = ktime_get_ns();
drivers/media/test-drivers/visl/visl-dec.c
170
vb2_buf = vb2_find_buffer(cap_q, run->hevc.dpram->dpb[i].timestamp);
drivers/media/test-drivers/visl/visl-dec.c
173
run->hevc.dpram->dpb[i].timestamp,
drivers/media/test-drivers/visl/visl-dec.c
177
run->hevc.dpram->dpb[i].timestamp);
drivers/media/test-drivers/visl/visl-dec.c
292
run->dst->vb2_buf.timestamp,
drivers/media/test-drivers/visl/visl-dec.c
486
vb2->timestamp,
drivers/media/test-drivers/visl/visl-dec.c
632
run.src->sequence, run.src->vb2_buf.timestamp);
drivers/media/test-drivers/visl/visl-dec.c
636
run.dst->sequence, run.dst->vb2_buf.timestamp);
drivers/media/test-drivers/visl/visl-trace-hevc.h
405
__entry->e.timestamp,
drivers/media/test-drivers/visl/visl-video.c
636
vbuf->vb2_buf.timestamp,
drivers/media/test-drivers/vivid/vivid-kthread-cap.c
640
vid_cap_buf->vb.vb2_buf.timestamp = f_time;
drivers/media/test-drivers/vivid/vivid-kthread-cap.c
642
vid_cap_buf->vb.vb2_buf.timestamp += dev->cap_frame_eof_offset;
drivers/media/test-drivers/vivid/vivid-kthread-cap.c
664
vbi_cap_buf->vb.vb2_buf.timestamp = f_time + dev->cap_frame_eof_offset + vbi_period;
drivers/media/test-drivers/vivid/vivid-kthread-cap.c
677
meta_cap_buf->vb.vb2_buf.timestamp = f_time + dev->cap_frame_eof_offset;
drivers/media/test-drivers/vivid/vivid-kthread-out.c
115
vbi_out_buf->vb.vb2_buf.timestamp =
drivers/media/test-drivers/vivid/vivid-kthread-out.c
129
meta_out_buf->vb.vb2_buf.timestamp =
drivers/media/test-drivers/vivid/vivid-kthread-out.c
98
vid_out_buf->vb.vb2_buf.timestamp =
drivers/media/test-drivers/vivid/vivid-kthread-touch.c
39
tch_cap_buf->vb.vb2_buf.timestamp = ktime_get_ns() + dev->time_wrap_offset;
drivers/media/test-drivers/vivid/vivid-radio-rx.c
31
ktime_t timestamp;
drivers/media/test-drivers/vivid/vivid-radio-rx.c
55
timestamp = ktime_sub(ktime_get(), dev->radio_rds_init_time);
drivers/media/test-drivers/vivid/vivid-radio-rx.c
56
blk = ktime_divns(timestamp, VIVID_RDS_NSEC_PER_BLK);
drivers/media/test-drivers/vivid/vivid-radio-tx.c
28
ktime_t timestamp;
drivers/media/test-drivers/vivid/vivid-radio-tx.c
49
timestamp = ktime_sub(ktime_get(), dev->radio_rds_init_time);
drivers/media/test-drivers/vivid/vivid-radio-tx.c
50
blk = ktime_divns(timestamp, VIVID_RDS_NSEC_PER_BLK);
drivers/media/test-drivers/vivid/vivid-sdr-cap.c
111
sdr_cap_buf->vb.vb2_buf.timestamp =
drivers/media/usb/airspy/airspy.c
307
fbuf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/usb/au0828/au0828-video.c
301
vb->vb2_buf.timestamp = ktime_get_ns();
drivers/media/usb/cx231xx/cx231xx-417.c
1280
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/usb/cx231xx/cx231xx-417.c
1310
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/usb/cx231xx/cx231xx-vbi.c
482
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/usb/cx231xx/cx231xx-video.c
172
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/usb/dvb-usb/cxusb-analog.c
475
cxdev->vbuf->vb2.vb2_buf.timestamp = ktime_get_ns();
drivers/media/usb/em28xx/em28xx-video.c
437
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/usb/go7007/go7007-driver.c
464
vb->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/usb/gspca/gspca.c
452
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/usb/gspca/kinect.c
36
uint32_t timestamp;
drivers/media/usb/hackrf/hackrf.c
520
buffer->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/usb/hackrf/hackrf.c
565
buffer->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/usb/pwc/pwc-if.c
356
fbuf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/usb/s2255/s2255drv.c
558
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/usb/stk1160/stk1160-video.c
91
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/usb/usbtv/usbtv-video.c
450
buf->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/media/usb/uvc/uvc_video.c
1221
buf->buf.vb2_buf.timestamp = ktime_to_ns(uvc_video_get_time());
drivers/media/usb/uvc/uvc_video.c
1511
vb2_meta->vb2_buf.timestamp = vb2_video->vb2_buf.timestamp;
drivers/media/usb/uvc/uvc_video.c
796
u64 timestamp;
drivers/media/usb/uvc/uvc_video.c
887
timestamp = ktime_to_ns(first->host_time) + y - y1;
drivers/media/usb/uvc/uvc_video.c
893
y, timestamp, vbuf->vb2_buf.timestamp,
drivers/media/usb/uvc/uvc_video.c
898
vbuf->vb2_buf.timestamp = timestamp;
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
292
} timestamp;
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
316
struct old_timeval32 timestamp;
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
415
.timestamp.tv_sec = vb32.timestamp.tv_sec,
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
416
.timestamp.tv_usec = vb32.timestamp.tv_usec,
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
460
.timestamp.tv_sec = vb32.timestamp.tv_sec,
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
461
.timestamp.tv_usec = vb32.timestamp.tv_usec,
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
502
.timestamp.tv_sec = vb->timestamp.tv_sec,
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
503
.timestamp.tv_usec = vb->timestamp.tv_usec,
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
547
.timestamp.tv_sec = vb->timestamp.tv_sec,
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
548
.timestamp.tv_usec = vb->timestamp.tv_usec,
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
755
} timestamp;
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
767
put_user(p64->timestamp.tv_sec, &p32->timestamp.tv_sec) ||
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
768
put_user(p64->timestamp.tv_nsec, &p32->timestamp.tv_nsec) ||
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
786
struct old_timespec32 timestamp;
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
798
put_user(p64->timestamp.tv_sec, &p32->timestamp.tv_sec) ||
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
799
put_user(p64->timestamp.tv_nsec, &p32->timestamp.tv_nsec) ||
drivers/media/v4l2-core/v4l2-event.c
49
event->timestamp.tv_sec = ts.tv_sec;
drivers/media/v4l2-core/v4l2-event.c
50
event->timestamp.tv_nsec = ts.tv_nsec;
drivers/media/v4l2-core/v4l2-ioctl.c
3326
.timestamp.tv_sec = vb32.timestamp.tv_sec,
drivers/media/v4l2-core/v4l2-ioctl.c
3327
.timestamp.tv_usec = vb32.timestamp.tv_usec,
drivers/media/v4l2-core/v4l2-ioctl.c
3374
ev32.timestamp.tv_sec = ev->timestamp.tv_sec;
drivers/media/v4l2-core/v4l2-ioctl.c
3375
ev32.timestamp.tv_nsec = ev->timestamp.tv_nsec;
drivers/media/v4l2-core/v4l2-ioctl.c
3399
vb32.timestamp.tv_sec = vb->timestamp.tv_sec;
drivers/media/v4l2-core/v4l2-ioctl.c
3400
vb32.timestamp.tv_usec = vb->timestamp.tv_usec;
drivers/media/v4l2-core/v4l2-ioctl.c
446
(int)p->timestamp.tv_sec / 3600,
drivers/media/v4l2-core/v4l2-ioctl.c
447
((int)p->timestamp.tv_sec / 60) % 60,
drivers/media/v4l2-core/v4l2-ioctl.c
448
((int)p->timestamp.tv_sec % 60),
drivers/media/v4l2-core/v4l2-ioctl.c
449
(long)p->timestamp.tv_usec,
drivers/media/v4l2-core/v4l2-ioctl.c
796
p->timestamp.tv_sec, p->timestamp.tv_nsec);
drivers/media/v4l2-core/v4l2-mem2mem.c
1314
cap_vb->vb2_buf.timestamp = out_vb->vb2_buf.timestamp;
drivers/media/v4l2-core/v4l2-mem2mem.c
338
dst->vb2_buf.timestamp != src->vb2_buf.timestamp) {
drivers/media/v4l2-core/v4l2-mem2mem.c
354
dst->vb2_buf.timestamp != src->vb2_buf.timestamp;
drivers/mtd/mtdoops.c
213
hdr->timestamp = ktime_get_real();
drivers/mtd/mtdoops.c
49
ktime_t timestamp;
drivers/net/can/at91_can.c
538
struct can_frame **cf, u32 *timestamp)
drivers/net/can/at91_can.c
542
*timestamp = at91_get_timestamp(priv);
drivers/net/can/at91_can.c
557
u32 timestamp;
drivers/net/can/at91_can.c
564
skb = at91_alloc_can_err_skb(dev, &cf, ×tamp);
drivers/net/can/at91_can.c
571
err = can_rx_offload_queue_timestamp(&priv->offload, skb, timestamp);
drivers/net/can/at91_can.c
586
unsigned int mb, u32 *timestamp,
drivers/net/can/at91_can.c
617
*timestamp = FIELD_GET(AT91_MSR_MTIMESTAMP_MASK, reg_msr) << 16;
drivers/net/can/at91_can.c
700
u32 timestamp;
drivers/net/can/at91_can.c
731
skb = at91_alloc_can_err_skb(dev, &cf, ×tamp);
drivers/net/can/at91_can.c
748
err = can_rx_offload_queue_timestamp(&priv->offload, skb, timestamp);
drivers/net/can/at91_can.c
759
u32 timestamp;
drivers/net/can/at91_can.c
764
skb = at91_alloc_can_err_skb(dev, &cf, ×tamp);
drivers/net/can/at91_can.c
813
err = can_rx_offload_queue_timestamp(&priv->offload, skb, timestamp);
drivers/net/can/bxcan.c
180
u32 timestamp;
drivers/net/can/bxcan.c
362
unsigned int mbxno, u32 *timestamp,
drivers/net/can/bxcan.c
394
priv->timestamp = FIELD_GET(BXCAN_RDTxR_TIME_MASK, dlc);
drivers/net/can/bxcan.c
511
priv->timestamp);
drivers/net/can/bxcan.c
596
priv->timestamp);
drivers/net/can/dev/rx-offload.c
116
return cb_b->timestamp - cb_a->timestamp;
drivers/net/can/dev/rx-offload.c
12
u32 timestamp;
drivers/net/can/dev/rx-offload.c
146
u32 timestamp;
drivers/net/can/dev/rx-offload.c
153
skb = offload->mailbox_read(offload, n, ×tamp, drop);
drivers/net/can/dev/rx-offload.c
170
cb->timestamp = timestamp;
drivers/net/can/dev/rx-offload.c
223
struct sk_buff *skb, u32 timestamp)
drivers/net/can/dev/rx-offload.c
234
cb->timestamp = timestamp;
drivers/net/can/dev/rx-offload.c
245
unsigned int idx, u32 timestamp,
drivers/net/can/dev/rx-offload.c
258
err = can_rx_offload_queue_timestamp(offload, skb, timestamp);
drivers/net/can/dev/rx-offload.c
91
cb_pos->timestamp, cb_new->timestamp,
drivers/net/can/dev/rx-offload.c
92
cb_new->timestamp - cb_pos->timestamp,
drivers/net/can/flexcan/flexcan-core.c
1030
*timestamp = reg_ctrl << 16;
drivers/net/can/flexcan/flexcan-core.c
838
u32 timestamp;
drivers/net/can/flexcan/flexcan-core.c
841
timestamp = priv->read(®s->timer) << 16;
drivers/net/can/flexcan/flexcan-core.c
888
err = can_rx_offload_queue_timestamp(&priv->offload, skb, timestamp);
drivers/net/can/flexcan/flexcan-core.c
902
u32 timestamp;
drivers/net/can/flexcan/flexcan-core.c
924
timestamp = priv->read(®s->timer) << 16;
drivers/net/can/flexcan/flexcan-core.c
935
err = can_rx_offload_queue_timestamp(&priv->offload, skb, timestamp);
drivers/net/can/flexcan/flexcan-core.c
976
unsigned int n, u32 *timestamp,
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
1226
kvaser_pciefd_set_skb_timestamp(pcie, skb, p->timestamp);
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
1335
kvaser_pciefd_set_skb_timestamp(can->kv_pcie, skb, p->timestamp);
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
1386
kvaser_pciefd_set_skb_timestamp(can->kv_pcie, skb, p->timestamp);
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
1477
kvaser_pciefd_set_skb_timestamp(can->kv_pcie, skb, p->timestamp);
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
1517
kvaser_pciefd_set_skb_timestamp(pcie, skb, p->timestamp);
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
1555
__le64 timestamp;
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
1573
memcpy(×tamp, &buffer[pos], sizeof(__le64));
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
1575
p->timestamp = le64_to_cpu(timestamp);
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
383
u64 timestamp;
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
525
struct sk_buff *skb, u64 timestamp)
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
528
ns_to_ktime(div_u64(timestamp * 1000, pcie->freq_to_ticks_div));
drivers/net/can/m_can/m_can.c
1095
unsigned int msg_mark, u32 timestamp)
drivers/net/can/m_can/m_can.c
1105
timestamp,
drivers/net/can/m_can/m_can.c
1173
u32 txe, timestamp = 0;
drivers/net/can/m_can/m_can.c
1183
timestamp = FIELD_GET(TX_EVENT_TXTS_MASK, txe) << 16;
drivers/net/can/m_can/m_can.c
1190
timestamp);
drivers/net/can/m_can/m_can.c
1288
u32 timestamp = 0;
drivers/net/can/m_can/m_can.c
1292
timestamp = m_can_get_timestamp(cdev);
drivers/net/can/m_can/m_can.c
1293
frame_len = m_can_tx_update_stats(cdev, 0, timestamp);
drivers/net/can/m_can/m_can.c
540
u32 timestamp)
drivers/net/can/m_can/m_can.c
547
timestamp);
drivers/net/can/m_can/m_can.c
562
u32 timestamp = 0;
drivers/net/can/m_can/m_can.c
608
timestamp = FIELD_GET(RX_BUF_RXTS_MASK, fifo_header.dlc) << 16;
drivers/net/can/m_can/m_can.c
610
m_can_receive_skb(cdev, skb, timestamp);
drivers/net/can/m_can/m_can.c
667
u32 timestamp = 0;
drivers/net/can/m_can/m_can.c
682
timestamp = m_can_get_timestamp(cdev);
drivers/net/can/m_can/m_can.c
684
m_can_receive_skb(cdev, skb, timestamp);
drivers/net/can/m_can/m_can.c
696
u32 timestamp = 0;
drivers/net/can/m_can/m_can.c
754
timestamp = m_can_get_timestamp(cdev);
drivers/net/can/m_can/m_can.c
756
m_can_receive_skb(cdev, skb, timestamp);
drivers/net/can/m_can/m_can.c
817
u32 timestamp = 0;
drivers/net/can/m_can/m_can.c
887
timestamp = m_can_get_timestamp(cdev);
drivers/net/can/m_can/m_can.c
889
m_can_receive_skb(cdev, skb, timestamp);
drivers/net/can/m_can/m_can.c
953
u32 timestamp = 0;
drivers/net/can/m_can/m_can.c
977
timestamp = m_can_get_timestamp(cdev);
drivers/net/can/m_can/m_can.c
979
m_can_receive_skb(cdev, skb, timestamp);
drivers/net/can/rockchip/rockchip_canfd-core.c
359
struct can_frame **cf, u32 *timestamp)
drivers/net/can/rockchip/rockchip_canfd-core.c
363
*timestamp = rkcanfd_get_timestamp(priv);
drivers/net/can/rockchip/rockchip_canfd-core.c
367
rkcanfd_skb_set_timestamp(priv, skb, *timestamp);
drivers/net/can/rockchip/rockchip_canfd-core.c
526
u32 reg_ec, timestamp;
drivers/net/can/rockchip/rockchip_canfd-core.c
536
skb = rkcanfd_alloc_can_err_skb(priv, &cf, ×tamp);
drivers/net/can/rockchip/rockchip_canfd-core.c
552
err = can_rx_offload_queue_timestamp(&priv->offload, skb, timestamp);
drivers/net/can/rockchip/rockchip_canfd-core.c
567
u32 timestamp;
drivers/net/can/rockchip/rockchip_canfd-core.c
580
skb = rkcanfd_alloc_can_err_skb(priv, &cf, ×tamp);
drivers/net/can/rockchip/rockchip_canfd-core.c
597
err = can_rx_offload_queue_timestamp(&priv->offload, skb, timestamp);
drivers/net/can/rockchip/rockchip_canfd-core.c
611
u32 timestamp;
drivers/net/can/rockchip/rockchip_canfd-core.c
619
skb = rkcanfd_alloc_can_err_skb(priv, &cf, ×tamp);
drivers/net/can/rockchip/rockchip_canfd-core.c
630
err = can_rx_offload_queue_timestamp(&priv->offload, skb, timestamp);
drivers/net/can/rockchip/rockchip_canfd-timestamp.c
104
cancel_delayed_work_sync(&priv->timestamp);
drivers/net/can/rockchip/rockchip_canfd-timestamp.c
19
struct sk_buff *skb, const u32 timestamp)
drivers/net/can/rockchip/rockchip_canfd-timestamp.c
24
ns = timecounter_cyc2time(&priv->tc, timestamp);
drivers/net/can/rockchip/rockchip_canfd-timestamp.c
34
priv = container_of(delayed_work, struct rkcanfd_priv, timestamp);
drivers/net/can/rockchip/rockchip_canfd-timestamp.c
37
schedule_delayed_work(&priv->timestamp, priv->work_delay_jiffies);
drivers/net/can/rockchip/rockchip_canfd-timestamp.c
76
INIT_DELAYED_WORK(&priv->timestamp, rkcanfd_timestamp_work);
drivers/net/can/rockchip/rockchip_canfd-timestamp.c
94
schedule_delayed_work(&priv->timestamp, priv->work_delay_jiffies);
drivers/net/can/rockchip/rockchip_canfd-timestamp.c
99
cancel_delayed_work(&priv->timestamp);
drivers/net/can/rockchip/rockchip_canfd.h
475
struct delayed_work timestamp;
drivers/net/can/rockchip/rockchip_canfd.h
541
struct sk_buff *skb, const u32 timestamp);
drivers/net/can/spi/mcp251xfd/mcp251xfd-rx.c
172
u64 timestamp;
drivers/net/can/spi/mcp251xfd/mcp251xfd-rx.c
184
timestamp = timecounter_cyc2time(&priv->tc, hw_rx_obj->ts);
drivers/net/can/spi/mcp251xfd/mcp251xfd-rx.c
185
if (timestamp <= ring->last_valid) {
drivers/net/can/spi/mcp251xfd/mcp251xfd-rx.c
190
ring->last_valid = timestamp;
drivers/net/can/spi/mcp251xfd/mcp251xfd-rx.c
202
mcp251xfd_skb_set_timestamp(skb, timestamp);
drivers/net/can/spi/mcp251xfd/mcp251xfd-timestamp.c
35
priv = container_of(delayed_work, struct mcp251xfd_priv, timestamp);
drivers/net/can/spi/mcp251xfd/mcp251xfd-timestamp.c
38
schedule_delayed_work(&priv->timestamp,
drivers/net/can/spi/mcp251xfd/mcp251xfd-timestamp.c
51
INIT_DELAYED_WORK(&priv->timestamp, mcp251xfd_timestamp_work);
drivers/net/can/spi/mcp251xfd/mcp251xfd-timestamp.c
57
schedule_delayed_work(&priv->timestamp,
drivers/net/can/spi/mcp251xfd/mcp251xfd-timestamp.c
63
cancel_delayed_work_sync(&priv->timestamp);
drivers/net/can/spi/mcp251xfd/mcp251xfd.h
670
struct delayed_work timestamp;
drivers/net/can/ti_hecc.c
529
unsigned int mbxno, u32 *timestamp,
drivers/net/can/ti_hecc.c
568
*timestamp = hecc_read_stamp(priv, mbxno);
drivers/net/can/ti_hecc.c
598
u32 timestamp;
drivers/net/can/ti_hecc.c
625
timestamp = hecc_read(priv, HECC_CANLNT);
drivers/net/can/ti_hecc.c
627
timestamp);
drivers/net/can/ti_hecc.c
644
u32 timestamp;
drivers/net/can/ti_hecc.c
661
timestamp = hecc_read(priv, HECC_CANLNT);
drivers/net/can/ti_hecc.c
662
err = can_rx_offload_queue_timestamp(&priv->offload, skb, timestamp);
drivers/net/can/usb/etas_es58x/es581_4.c
126
u64 tstamp = get_unaligned_le64(&rx_can_msg->timestamp);
drivers/net/can/usb/etas_es58x/es581_4.c
155
get_unaligned_le64(&rx_err_msg->timestamp));
drivers/net/can/usb/etas_es58x/es581_4.c
171
get_unaligned_le64(&rx_event_msg->timestamp));
drivers/net/can/usb/etas_es58x/es581_4.c
307
ret = es58x_check_msg_len(dev, es581_4_urb_cmd->timestamp,
drivers/net/can/usb/etas_es58x/es581_4.c
312
get_unaligned_le64(&es581_4_urb_cmd->timestamp));
drivers/net/can/usb/etas_es58x/es581_4.c
86
tstamps[i] = get_unaligned_le64(&echo_msg->timestamp);
drivers/net/can/usb/etas_es58x/es581_4.h
107
__le64 timestamp;
drivers/net/can/usb/etas_es58x/es581_4.h
117
__le64 timestamp;
drivers/net/can/usb/etas_es58x/es581_4.h
130
__le64 timestamp;
drivers/net/can/usb/etas_es58x/es581_4.h
193
__le64 timestamp;
drivers/net/can/usb/etas_es58x/es581_4.h
96
__le64 timestamp;
drivers/net/can/usb/etas_es58x/es58x_core.c
160
static u64 es58x_timestamp_to_ns(u64 timestamp)
drivers/net/can/usb/etas_es58x/es58x_core.c
164
return es58x_timestamp_ns_mult_coef * timestamp;
drivers/net/can/usb/etas_es58x/es58x_core.c
176
struct sk_buff *skb, u64 timestamp)
drivers/net/can/usb/etas_es58x/es58x_core.c
185
hwts->hwtstamp = ns_to_ktime(es58x_timestamp_to_ns(timestamp) +
drivers/net/can/usb/etas_es58x/es58x_core.c
199
void es58x_rx_timestamp(struct es58x_device *es58x_dev, u64 timestamp)
drivers/net/can/usb/etas_es58x/es58x_core.c
202
u64 device_timestamp = es58x_timestamp_to_ns(timestamp);
drivers/net/can/usb/etas_es58x/es58x_core.c
569
int es58x_rx_can_msg(struct net_device *netdev, u64 timestamp, const u8 *data,
drivers/net/can/usb/etas_es58x/es58x_core.c
618
es58x_set_skb_timestamp(netdev, skb, timestamp);
drivers/net/can/usb/etas_es58x/es58x_core.c
659
enum es58x_event event, u64 timestamp)
drivers/net/can/usb/etas_es58x/es58x_core.c
861
es58x_set_skb_timestamp(netdev, skb, timestamp);
drivers/net/can/usb/etas_es58x/es58x_core.c
871
ES58X_EVENT_BUSOFF, timestamp);
drivers/net/can/usb/etas_es58x/es58x_core.h
725
int es58x_rx_can_msg(struct net_device *netdev, u64 timestamp, const u8 *data,
drivers/net/can/usb/etas_es58x/es58x_core.h
728
enum es58x_event event, u64 timestamp);
drivers/net/can/usb/etas_es58x/es58x_core.h
729
void es58x_rx_timestamp(struct es58x_device *es58x_dev, u64 timestamp);
drivers/net/can/usb/etas_es58x/es58x_fd.c
138
u64 tstamp = get_unaligned_le64(&rx_can_msg->timestamp);
drivers/net/can/usb/etas_es58x/es58x_fd.c
183
get_unaligned_le64(&rx_event_msg->timestamp));
drivers/net/can/usb/etas_es58x/es58x_fd.c
275
es58x_fd_urb_cmd->timestamp, msg_len);
drivers/net/can/usb/etas_es58x/es58x_fd.c
279
get_unaligned_le64(&es58x_fd_urb_cmd->timestamp));
drivers/net/can/usb/etas_es58x/es58x_fd.c
91
tstamps[i] = get_unaligned_le64(&echo_msg[i].timestamp);
drivers/net/can/usb/etas_es58x/es58x_fd.h
142
__le64 timestamp;
drivers/net/can/usb/etas_es58x/es58x_fd.h
157
__le64 timestamp;
drivers/net/can/usb/etas_es58x/es58x_fd.h
162
__le64 timestamp;
drivers/net/can/usb/etas_es58x/es58x_fd.h
220
__le64 timestamp;
drivers/net/can/usb/gs_usb.c
336
struct delayed_work timestamp;
drivers/net/can/usb/gs_usb.c
409
__le32 timestamp;
drivers/net/can/usb/gs_usb.c
415
×tamp, sizeof(timestamp),
drivers/net/can/usb/gs_usb.c
421
*timestamp_p = le32_to_cpu(timestamp);
drivers/net/can/usb/gs_usb.c
429
u32 timestamp = 0;
drivers/net/can/usb/gs_usb.c
436
err = gs_usb_get_timestamp(parent, ×tamp);
drivers/net/can/usb/gs_usb.c
443
return timestamp;
drivers/net/can/usb/gs_usb.c
451
parent = container_of(delayed_work, struct gs_usb, timestamp);
drivers/net/can/usb/gs_usb.c
456
schedule_delayed_work(&parent->timestamp,
drivers/net/can/usb/gs_usb.c
461
struct sk_buff *skb, u32 timestamp)
drivers/net/can/usb/gs_usb.c
468
ns = timecounter_cyc2time(&parent->tc, timestamp);
drivers/net/can/usb/gs_usb.c
488
INIT_DELAYED_WORK(&parent->timestamp, gs_usb_timestamp_work);
drivers/net/can/usb/gs_usb.c
489
schedule_delayed_work(&parent->timestamp,
drivers/net/can/usb/gs_usb.c
495
cancel_delayed_work_sync(&parent->timestamp);
drivers/net/can/usb/gs_usb.c
526
u32 timestamp;
drivers/net/can/usb/gs_usb.c
529
timestamp = le32_to_cpu(hf->canfd_ts->timestamp_us);
drivers/net/can/usb/gs_usb.c
531
timestamp = le32_to_cpu(hf->classic_can_ts->timestamp_us);
drivers/net/can/usb/gs_usb.c
534
gs_usb_skb_set_timestamp(dev, skb, timestamp);
drivers/net/can/usb/gs_usb.c
536
return timestamp;
drivers/net/can/usb/kvaser_usb/kvaser_usb.h
257
const __le16 *timestamp)
drivers/net/can/usb/kvaser_usb/kvaser_usb.h
259
u64 ticks = le16_to_cpu(timestamp[0]) |
drivers/net/can/usb/kvaser_usb/kvaser_usb.h
260
(u64)(le16_to_cpu(timestamp[1])) << 16 |
drivers/net/can/usb/kvaser_usb/kvaser_usb.h
261
(u64)(le16_to_cpu(timestamp[2])) << 32;
drivers/net/can/usb/kvaser_usb/kvaser_usb.h
267
__le64 timestamp)
drivers/net/can/usb/kvaser_usb/kvaser_usb.h
269
return kvaser_usb_ticks_to_ktime(cfg, le64_to_cpu(timestamp));
drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c
179
__le16 timestamp[3];
drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c
191
__le16 timestamp[3];
drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c
260
__le16 timestamp[3];
drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c
287
__le16 timestamp[3];
drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c
366
__le64 timestamp;
drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c
387
__le64 timestamp;
drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c
564
hwtstamp = kvaser_usb_timestamp64_to_ktime(cfg, cmd_ext->rx_can.timestamp);
drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c
566
hwtstamp = kvaser_usb_timestamp64_to_ktime(cfg, cmd_ext->tx_ack.timestamp);
drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c
568
hwtstamp = kvaser_usb_timestamp48_to_ktime(cfg, cmd->rx_can.timestamp);
drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c
570
hwtstamp = kvaser_usb_timestamp48_to_ktime(cfg, cmd->tx_ack.timestamp);
drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c
305
__le16 timestamp[3];
drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c
316
__le16 timestamp;
drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c
564
__le16 timestamp)
drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c
566
u64 ticks = le16_to_cpu(timestamp) |
drivers/net/can/usb/mcba_usb.c
97
u8 timestamp[4];
drivers/net/can/usb/usb_8dev.c
159
__be32 timestamp; /* 32-bit timestamp */
drivers/net/dsa/mv88e6xxx/ptp.c
235
ev.timestamp = timecounter_cyc2time(&chip->tstamp_tc, raw_ts);
drivers/net/dsa/sja1105/sja1105_ptp.c
333
event.timestamp = ns_to_ktime(sja1105_ticks_to_ns(ptpsyncts));
drivers/net/ethernet/adaptec/starfire.c
455
__le32 timestamp;
drivers/net/ethernet/airoha/airoha_ppe.c
83
u16 timestamp = airoha_fe_rr(ppe->eth, REG_FE_FOE_TS);
drivers/net/ethernet/airoha/airoha_ppe.c
85
return FIELD_GET(AIROHA_FOE_IB1_BIND_TIMESTAMP, timestamp);
drivers/net/ethernet/amazon/ena/ena_admin_defs.h
1225
u64 timestamp;
drivers/net/ethernet/amazon/ena/ena_com.c
1672
phc->virt_addr->timestamp = 0;
drivers/net/ethernet/amazon/ena/ena_com.c
1783
int ena_com_phc_get_timestamp(struct ena_com_dev *ena_dev, u64 *timestamp)
drivers/net/ethernet/amazon/ena/ena_com.c
1895
*timestamp = resp->timestamp;
drivers/net/ethernet/amazon/ena/ena_com.c
2298
u64 timestamp;
drivers/net/ethernet/amazon/ena/ena_com.c
2315
timestamp = (u64)aenq_common->timestamp_low |
drivers/net/ethernet/amazon/ena/ena_com.c
2319
aenq_common->group, aenq_common->syndrome, timestamp);
drivers/net/ethernet/amazon/ena/ena_com.h
467
int ena_com_phc_get_timestamp(struct ena_com_dev *ena_dev, u64 *timestamp);
drivers/net/ethernet/aquantia/atlantic/aq_hw.h
335
u64 *timestamp);
drivers/net/ethernet/aquantia/atlantic/aq_hw.h
338
u64 *timestamp);
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
1357
ptp_event.timestamp = time;
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
360
u64 timestamp)
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
363
hwtstamp->hwtstamp = ns_to_ktime(timestamp);
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
535
void aq_ptp_tx_hwtstamp(struct aq_nic_s *aq_nic, u64 timestamp)
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
546
timestamp += atomic_read(&aq_ptp->offset_egress);
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
547
aq_ptp_convert_to_hwtstamp(aq_ptp, &hwtstamp, timestamp);
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
563
u64 timestamp)
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
565
timestamp -= atomic_read(&aq_ptp->offset_ingress);
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
566
aq_ptp_convert_to_hwtstamp(aq_ptp, shhwtstamps, timestamp);
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
646
u64 timestamp = 0;
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
648
p, len, ×tamp);
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
651
aq_ptp_rx_hwtstamp(aq_ptp, shhwtstamps, timestamp);
drivers/net/ethernet/aquantia/atlantic/aq_ptp.h
131
static inline void aq_ptp_tx_hwtstamp(struct aq_nic_s *aq_nic, u64 timestamp) {}
drivers/net/ethernet/aquantia/atlantic/aq_ptp.h
59
void aq_ptp_tx_hwtstamp(struct aq_nic_s *aq_nic, u64 timestamp);
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c
1378
unsigned int len, u64 *timestamp)
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c
1386
if (len <= offset || !timestamp)
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c
1402
*timestamp = (be64_to_cpu(sec) & 0xffffffffffffllu) * NSEC_PER_SEC +
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c
1411
u64 *timestamp)
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c
1426
if (timestamp)
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c
1427
*timestamp = ns + self->ptp_clk_offset;
drivers/net/ethernet/atheros/ag71xx.c
746
unsigned long timestamp;
drivers/net/ethernet/atheros/ag71xx.c
749
timestamp = READ_ONCE(netdev_get_tx_queue(ag->ndev, 0)->trans_start);
drivers/net/ethernet/atheros/ag71xx.c
750
if (likely(time_before(jiffies, timestamp + HZ / 10)))
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15104
u64 timestamp, ns;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15125
timestamp = REG_RD(bp, port ? NIG_REG_P1_TLLH_PTP_BUF_TS_MSB :
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15127
timestamp <<= 32;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15128
timestamp |= REG_RD(bp, port ? NIG_REG_P1_TLLH_PTP_BUF_TS_LSB :
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15133
ns = timecounter_cyc2time(&bp->timecounter, timestamp);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15140
timestamp, ns);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15155
u64 timestamp, ns;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15157
timestamp = REG_RD(bp, port ? NIG_REG_P1_LLH_PTP_HOST_BUF_TS_MSB :
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15159
timestamp <<= 32;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15160
timestamp |= REG_RD(bp, port ? NIG_REG_P1_LLH_PTP_HOST_BUF_TS_LSB :
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15167
ns = timecounter_cyc2time(&bp->timecounter, timestamp);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15172
timestamp, ns);
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
299
event.timestamp = ns;
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
714
struct skb_shared_hwtstamps timestamp;
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
729
memset(×tamp, 0, sizeof(timestamp));
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
731
timestamp.hwtstamp = ns_to_ktime(ns);
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
732
skb_tstamp_tx(txts_req->tx_skb, ×tamp);
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
858
struct skb_shared_hwtstamps timestamp = {};
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
878
timestamp.hwtstamp = ns_to_ktime(ns);
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
879
skb_tstamp_tx(tx_buf->skb, ×tamp);
drivers/net/ethernet/broadcom/cnic.c
2009
if (!time_after(jiffies, ctx->timestamp + (2 * HZ))) {
drivers/net/ethernet/broadcom/cnic.c
2010
unsigned long delta = ctx->timestamp + (2 * HZ) - jiffies;
drivers/net/ethernet/broadcom/cnic.c
3986
ctx->timestamp = jiffies;
drivers/net/ethernet/broadcom/cnic.c
4212
ctx->timestamp = jiffies;
drivers/net/ethernet/broadcom/cnic.c
4297
if (!time_after(jiffies, ctx->timestamp + (2 * HZ))) {
drivers/net/ethernet/broadcom/cnic.h
166
unsigned long timestamp;
drivers/net/ethernet/broadcom/tg3.c
6301
struct skb_shared_hwtstamps *timestamp)
drivers/net/ethernet/broadcom/tg3.c
6303
memset(timestamp, 0, sizeof(struct skb_shared_hwtstamps));
drivers/net/ethernet/broadcom/tg3.c
6304
timestamp->hwtstamp = ns_to_ktime((hwclock & TG3_TSTAMP_MASK) +
drivers/net/ethernet/broadcom/tg3.c
6317
struct skb_shared_hwtstamps timestamp;
drivers/net/ethernet/broadcom/tg3.c
6326
tg3_hwclock_to_timestamp(tp, hwclock, ×tamp);
drivers/net/ethernet/broadcom/tg3.c
6327
skb_tstamp_tx(tp->tx_tstamp_skb, ×tamp);
drivers/net/ethernet/broadcom/tg3.c
6577
struct skb_shared_hwtstamps timestamp;
drivers/net/ethernet/broadcom/tg3.c
6582
tg3_hwclock_to_timestamp(tp, hwclock, ×tamp);
drivers/net/ethernet/broadcom/tg3.c
6583
skb_tstamp_tx(skb, ×tamp);
drivers/net/ethernet/cavium/liquidio/lio_main.c
2198
resp->timestamp = 0;
drivers/net/ethernet/cavium/liquidio/lio_main.c
2201
octeon_swap_8B_data(&resp->timestamp, 1);
drivers/net/ethernet/cavium/liquidio/lio_main.c
2205
u64 ns = resp->timestamp;
drivers/net/ethernet/cavium/liquidio/lio_main.c
2366
cmdsetup.s.timestamp = 1;
drivers/net/ethernet/cavium/liquidio/lio_main.c
2493
if (unlikely(cmdsetup.s.timestamp))
drivers/net/ethernet/cavium/liquidio/lio_main.c
97
u64 timestamp;
drivers/net/ethernet/cavium/liquidio/lio_vf_main.c
1315
resp->timestamp = 0;
drivers/net/ethernet/cavium/liquidio/lio_vf_main.c
1318
octeon_swap_8B_data(&resp->timestamp, 1);
drivers/net/ethernet/cavium/liquidio/lio_vf_main.c
1322
u64 ns = resp->timestamp;
drivers/net/ethernet/cavium/liquidio/lio_vf_main.c
1470
cmdsetup.s.timestamp = 1;
drivers/net/ethernet/cavium/liquidio/lio_vf_main.c
1581
if (unlikely(cmdsetup.s.timestamp))
drivers/net/ethernet/cavium/liquidio/lio_vf_main.c
44
u64 timestamp;
drivers/net/ethernet/cavium/liquidio/octeon_nic.h
167
packet_params.s.tsflag = setup->s.timestamp;
drivers/net/ethernet/cavium/liquidio/octeon_nic.h
230
packet_params.s.tsflag = setup->s.timestamp;
drivers/net/ethernet/cavium/liquidio/octeon_nic.h
96
u32 timestamp:1;
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c
3258
if (entry->timestamp == 0)
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
509
u64 timestamp; /* OS-dependent timestamp */
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1011
if (e->timestamp == 0)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1020
be64_to_cpu(e->timestamp),
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1124
if (e->timestamp == 0)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1175
if (entry->timestamp == 0)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1179
entry->seqno, entry->timestamp,
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
253
entry->timestamp = jiffies;
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
3874
__be64 timestamp;
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
1988
if (entry->timestamp == 0)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
1992
entry->seqno, entry->timestamp,
drivers/net/ethernet/chelsio/cxgb4vf/t4vf_common.h
278
u64 timestamp; /* OS-dependent timestamp */
drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c
103
entry->timestamp = jiffies;
drivers/net/ethernet/ec_bhf.c
100
u8 timestamp[8];
drivers/net/ethernet/ec_bhf.c
83
u8 timestamp[8];
drivers/net/ethernet/engleder/tsnep_hw.h
212
__le64 timestamp;
drivers/net/ethernet/engleder/tsnep_hw.h
243
__le64 timestamp;
drivers/net/ethernet/engleder/tsnep_main.c
2279
u64 timestamp;
drivers/net/ethernet/engleder/tsnep_main.c
2282
timestamp = __le64_to_cpu(rx_inline->counter);
drivers/net/ethernet/engleder/tsnep_main.c
2284
timestamp = __le64_to_cpu(rx_inline->timestamp);
drivers/net/ethernet/engleder/tsnep_main.c
2286
return ns_to_ktime(timestamp);
drivers/net/ethernet/engleder/tsnep_main.c
860
u64 timestamp;
drivers/net/ethernet/engleder/tsnep_main.c
864
timestamp =
drivers/net/ethernet/engleder/tsnep_main.c
867
timestamp =
drivers/net/ethernet/engleder/tsnep_main.c
868
__le64_to_cpu(entry->desc_wb->timestamp);
drivers/net/ethernet/engleder/tsnep_main.c
871
hwtstamps.hwtstamp = ns_to_ktime(timestamp);
drivers/net/ethernet/fungible/funcore/fun_hci.h
1168
__be64 timestamp;
drivers/net/ethernet/fungible/funeth/funeth_rx.c
443
skb_hwtstamps(skb)->hwtstamp = be64_to_cpu(rxreq->timestamp);
drivers/net/ethernet/google/gve/gve_dqo.h
39
int gve_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp);
drivers/net/ethernet/google/gve/gve_rx_dqo.c
482
int gve_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp)
drivers/net/ethernet/google/gve/gve_rx_dqo.c
492
*timestamp = gve_rx_get_hwtstamp(ctx->gve,
drivers/net/ethernet/ibm/ehea/ehea_qmr.h
163
u32 timestamp;
drivers/net/ethernet/intel/fm10k/fm10k_debugfs.c
93
rxd->w.sglort, rxd->q.timestamp);
drivers/net/ethernet/intel/fm10k/fm10k_main.c
458
FM10K_CB(skb)->tstamp = rx_desc->q.timestamp;
drivers/net/ethernet/intel/fm10k/fm10k_type.h
701
__le64 timestamp;
drivers/net/ethernet/intel/i40e/i40e_ptp.c
166
event.timestamp = (((u64)hi) << 32) | lo;
drivers/net/ethernet/intel/i40e/i40e_ptp.c
330
u64 timestamp)
drivers/net/ethernet/intel/i40e/i40e_ptp.c
334
hwtstamps->hwtstamp = ns_to_ktime(timestamp);
drivers/net/ethernet/intel/ice/ice_ptp.c
1494
event.timestamp = (u64)hi << 32 | lo;
drivers/net/ethernet/intel/ice/ice_ptp.c
1502
event.timestamp -= desc->delay[0];
drivers/net/ethernet/intel/idpf/xdp.c
406
static int idpf_xdpmo_rx_timestamp(const struct xdp_md *ctx, u64 *timestamp)
drivers/net/ethernet/intel/idpf/xdp.c
431
*timestamp = ts_ns;
drivers/net/ethernet/intel/igb/igb.h
773
ktime_t *timestamp);
drivers/net/ethernet/intel/igb/igb_main.c
7051
event.timestamp = ts.tv_sec * 1000000000ULL + ts.tv_nsec;
drivers/net/ethernet/intel/igb/igb_main.c
8616
ktime_t timestamp)
drivers/net/ethernet/intel/igb/igb_main.c
8636
if (timestamp)
drivers/net/ethernet/intel/igb/igb_main.c
8637
skb_hwtstamps(skb)->hwtstamp = timestamp;
drivers/net/ethernet/intel/igb/igb_main.c
8668
ktime_t timestamp)
drivers/net/ethernet/intel/igb/igb_main.c
8695
if (timestamp)
drivers/net/ethernet/intel/igb/igb_main.c
8696
skb_hwtstamps(skb)->hwtstamp = timestamp;
drivers/net/ethernet/intel/igb/igb_main.c
9039
ktime_t timestamp = 0;
drivers/net/ethernet/intel/igb/igb_main.c
9069
pktbuf, ×tamp);
drivers/net/ethernet/intel/igb/igb_main.c
9102
timestamp);
drivers/net/ethernet/intel/igb/igb_main.c
9105
&xdp, timestamp);
drivers/net/ethernet/intel/igb/igb_ptp.c
1029
*timestamp = ktime_sub_ns(ts.hwtstamp, adjust);
drivers/net/ethernet/intel/igb/igb_ptp.c
992
ktime_t *timestamp)
drivers/net/ethernet/intel/igb/igb_xsk.c
267
ktime_t timestamp)
drivers/net/ethernet/intel/igb/igb_xsk.c
280
if (timestamp)
drivers/net/ethernet/intel/igb/igb_xsk.c
281
skb_hwtstamps(skb)->hwtstamp = timestamp;
drivers/net/ethernet/intel/igb/igb_xsk.c
359
ktime_t timestamp = 0;
drivers/net/ethernet/intel/igb/igb_xsk.c
385
×tamp);
drivers/net/ethernet/intel/igb/igb_xsk.c
413
skb = igb_construct_skb_zc(rx_ring, xdp, timestamp);
drivers/net/ethernet/intel/igc/igc_main.c
5619
event.timestamp = sec * NSEC_PER_SEC + nsec;
drivers/net/ethernet/intel/igc/igc_main.c
5628
event.timestamp = sec * NSEC_PER_SEC + nsec;
drivers/net/ethernet/intel/igc/igc_main.c
6970
ktime_t timestamp;
drivers/net/ethernet/intel/igc/igc_main.c
6975
timestamp = igc_ptp_rx_pktstamp(adapter, tstamp->timer1);
drivers/net/ethernet/intel/igc/igc_main.c
6977
timestamp = igc_ptp_rx_pktstamp(adapter, tstamp->timer0);
drivers/net/ethernet/intel/igc/igc_main.c
6979
return timestamp;
drivers/net/ethernet/intel/igc/igc_main.c
7062
static int igc_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp)
drivers/net/ethernet/intel/igc/igc_main.c
7069
*timestamp = igc_ptp_rx_pktstamp(adapter, tstamp->timer0);
drivers/net/ethernet/intel/igc/igc_ptp.c
461
ktime_t timestamp;
drivers/net/ethernet/intel/igc/igc_ptp.c
468
timestamp = ktime_set(secs, nsecs);
drivers/net/ethernet/intel/igc/igc_ptp.c
490
return ktime_sub_ns(timestamp, adjust);
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
399
u64 timestamp)
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
425
systime.tv_sec = timestamp >> 32;
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
426
systime.tv_nsec = timestamp & 0xFFFFFFFF;
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
428
timestamp = timespec64_to_ns(&systime);
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
435
ns = timecounter_cyc2time(&adapter->hw_tc, timestamp);
drivers/net/ethernet/marvell/mvpp2/mvpp2.h
1362
__le32 timestamp;
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
3916
u32 rx_status, timestamp, metasize = 0;
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
4017
timestamp = le32_to_cpu(rx_desc->pp22.timestamp);
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
4018
mvpp22_tai_tstamp(port->priv->tai, timestamp,
drivers/net/ethernet/marvell/octeontx2/af/ptp.c
253
static void ptp_atomic_update(struct ptp *ptp, u64 timestamp)
drivers/net/ethernet/marvell/octeontx2/af/ptp.c
258
writeq(timestamp, ptp->reg_base + PTP_NANO_TIMESTAMP);
drivers/net/ethernet/marvell/octeontx2/af/ptp.c
260
writeq(timestamp / NSEC_PER_SEC,
drivers/net/ethernet/marvell/octeontx2/af/ptp.c
263
nxt_rollover_set = roundup(timestamp, NSEC_PER_SEC);
drivers/net/ethernet/marvell/octeontx2/af/ptp.c
432
u64 timestamp;
drivers/net/ethernet/marvell/octeontx2/af/ptp.c
435
timestamp = readq(ptp->reg_base + PTP_TIMESTAMP);
drivers/net/ethernet/marvell/octeontx2/af/ptp.c
436
*clk = (timestamp >> 32) * NSEC_PER_SEC + (timestamp & 0xFFFFFFFF);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
327
u64 (*convert_rx_ptp_tstmp)(u64 timestamp);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
328
u64 (*convert_tx_ptp_tstmp)(u64 timestamp);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
329
u64 (*ptp_tstamp2nsec)(const struct timecounter *time_counter, u64 timestamp);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp.c
308
event.timestamp = ptp->ptp_tstamp2nsec(&ptp->time_counter, tstmp);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp.h
11
static inline u64 otx2_ptp_convert_rx_timestamp(u64 timestamp)
drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp.h
13
return be64_to_cpu(*(__be64 *)×tamp);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp.h
16
static inline u64 otx2_ptp_convert_tx_timestamp(u64 timestamp)
drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp.h
18
return timestamp;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp.h
21
static inline u64 cn10k_ptp_convert_timestamp(u64 timestamp)
drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp.h
23
return ((timestamp >> 32) * NSEC_PER_SEC) + (timestamp & 0xFFFFFFFFUL);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c
134
u64 timestamp, tsns;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c
149
timestamp = ((u64 *)sq->timestamps->base)[snd_comp->sqe_id];
drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c
150
if (timestamp != 1) {
drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c
151
timestamp = pfvf->ptp->convert_tx_ptp_tstmp(timestamp);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c
152
err = otx2_ptp_tstamp2time(pfvf, timestamp, &tsns);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c
171
u64 timestamp, tsns;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c
177
timestamp = pfvf->ptp->convert_rx_ptp_tstmp(*(u64 *)data);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c
179
err = otx2_ptp_tstamp2time(pfvf, timestamp, &tsns);
drivers/net/ethernet/marvell/skge.c
3721
r->timestamp, r->csum1, r->csum1_start);
drivers/net/ethernet/marvell/skge.h
2369
u32 timestamp;
drivers/net/ethernet/mediatek/mtk_ppe.c
546
u16 timestamp = ib1 & ib1_ts_mask;
drivers/net/ethernet/mediatek/mtk_ppe.c
548
if (timestamp > now)
drivers/net/ethernet/mediatek/mtk_ppe.c
549
return ib1_ts_mask + 1 - timestamp + now;
drivers/net/ethernet/mediatek/mtk_ppe.c
551
return now - timestamp;
drivers/net/ethernet/mediatek/mtk_ppe.c
621
u16 timestamp = mtk_eth_timestamp(eth);
drivers/net/ethernet/mediatek/mtk_ppe.c
628
timestamp);
drivers/net/ethernet/mediatek/mtk_ppe.c
632
timestamp);
drivers/net/ethernet/mediatek/mtk_ppe.h
165
u16 timestamp;
drivers/net/ethernet/mellanox/mlx4/en_clock.c
61
u64 mlx4_en_get_hwtstamp(struct mlx4_en_dev *mdev, u64 timestamp)
drivers/net/ethernet/mellanox/mlx4/en_clock.c
68
nsec = timecounter_cyc2time(&mdev->clock, timestamp);
drivers/net/ethernet/mellanox/mlx4/en_clock.c
76
u64 timestamp)
drivers/net/ethernet/mellanox/mlx4/en_clock.c
79
hwts->hwtstamp = mlx4_en_get_hwtstamp(mdev, timestamp);
drivers/net/ethernet/mellanox/mlx4/en_rx.c
643
int mlx4_en_xdp_rx_timestamp(const struct xdp_md *ctx, u64 *timestamp)
drivers/net/ethernet/mellanox/mlx4/en_rx.c
650
*timestamp = mlx4_en_get_hwtstamp(_ctx->mdev,
drivers/net/ethernet/mellanox/mlx4/en_rx.c
862
u64 timestamp = mlx4_en_get_cqe_ts(cqe);
drivers/net/ethernet/mellanox/mlx4/en_rx.c
865
timestamp);
drivers/net/ethernet/mellanox/mlx4/en_tx.c
273
int index, u64 timestamp,
drivers/net/ethernet/mellanox/mlx4/en_tx.c
278
int index, u64 timestamp,
drivers/net/ethernet/mellanox/mlx4/en_tx.c
294
if (unlikely(timestamp)) {
drivers/net/ethernet/mellanox/mlx4/en_tx.c
297
mlx4_en_fill_hwtstamps(priv->mdev, &hwts, timestamp);
drivers/net/ethernet/mellanox/mlx4/en_tx.c
345
int index, u64 timestamp,
drivers/net/ethernet/mellanox/mlx4/en_tx.c
350
int index, u64 timestamp,
drivers/net/ethernet/mellanox/mlx4/en_tx.c
481
u64 timestamp = 0;
drivers/net/ethernet/mellanox/mlx4/en_tx.c
487
timestamp = mlx4_en_get_cqe_ts(cqe);
drivers/net/ethernet/mellanox/mlx4/en_tx.c
494
timestamp, napi_budget);
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
272
u64 timestamp, int napi_mode);
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
735
int index, u64 timestamp,
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
739
int index, u64 timestamp,
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
793
int mlx4_en_xdp_rx_timestamp(const struct xdp_md *ctx, u64 *timestamp);
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
801
u64 mlx4_en_get_hwtstamp(struct mlx4_en_dev *mdev, u64 timestamp);
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
804
u64 timestamp);
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
537
tracer_event->timestamp_event.timestamp =
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
547
tracer_event->string_event.timestamp =
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
548
MLX5_GET(tracer_string_event, trace, timestamp);
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
572
tracer_event.timestamp_event.timestamp = 0;
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
574
return tracer_event.timestamp_event.timestamp;
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
599
u64 timestamp, bool lost,
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
606
trace_data->timestamp = timestamp;
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
655
cur_string->timestamp = tracer_event->string_event.timestamp;
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
684
cur_string->timestamp = tracer_event->string_event.timestamp;
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
736
if (str_frmt->timestamp < (timestamp_event.timestamp & MASK_6_0))
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
737
trace_timestamp = (timestamp_event.timestamp & MASK_52_7) |
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
738
(str_frmt->timestamp & MASK_6_0);
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
740
trace_timestamp = ((timestamp_event.timestamp - 1) & MASK_52_7) |
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
741
(str_frmt->timestamp & MASK_6_0);
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
968
devlink_fmsg_u64_pair_put(fmsg, "timestamp", trace_data->timestamp);
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
982
if (!straces[0].timestamp)
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
987
if (straces[saved_traces_index].timestamp)
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.h
126
u32 timestamp;
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.h
151
u64 timestamp;
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.h
156
u32 timestamp;
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.h
175
u8 timestamp[0x7];
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.h
182
u8 timestamp[0x7];
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.h
60
u64 timestamp;
drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c
178
static int mlx5e_xdp_rx_timestamp(const struct xdp_md *ctx, u64 *timestamp)
drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c
185
*timestamp = mlx5e_cqe_ts_to_ns(_ctx->rq->ptp_cyc2time,
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
1176
ptp_event.timestamp = mlx5_real_time_mode(mdev) ?
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
1184
ns_to_timespec64(ptp_event.timestamp);
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.h
104
nsec = timecounter_cyc2time(&timer->tc, timestamp);
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.h
113
u64 timestamp)
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.h
115
u64 time = REAL_TIME_TO_NS(timestamp >> 32, timestamp & 0xFFFFFFFF);
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.h
130
u64 timestamp)
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.h
136
u64 timestamp)
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.h
96
u64 timestamp)
drivers/net/ethernet/mellanox/mlxsw/spectrum.c
2270
u64 timestamp;
drivers/net/ethernet/mellanox/mlxsw/spectrum.c
2274
×tamp);
drivers/net/ethernet/mellanox/mlxsw/spectrum.c
2277
sequence_id, timestamp);
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
520
u64 timestamp)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
533
unmatched->timestamp = timestamp;
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
614
u64 timestamp)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
624
nsec = timecounter_cyc2time(&clock->tc, timestamp);
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
636
if (unmatched->skb && unmatched->timestamp)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
639
unmatched->timestamp);
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
66
u64 timestamp;
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
661
struct sk_buff *skb, u64 timestamp)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
673
if (skb && unmatched && unmatched->timestamp) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
675
} else if (timestamp && unmatched && unmatched->skb) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
676
unmatched->timestamp = timestamp;
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
683
skb, timestamp);
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
749
u64 timestamp)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
777
mlxsw_sp1_ptp_got_piece(mlxsw_sp, key, NULL, timestamp);
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.h
116
u16 sequence_id, u64 timestamp)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.h
34
u64 timestamp);
drivers/net/ethernet/meta/fbnic/fbnic_debugfs.c
591
(entry->timestamp / (MSEC_PER_SEC * 60 * 60 * 24)),
drivers/net/ethernet/meta/fbnic/fbnic_debugfs.c
592
(entry->timestamp / (MSEC_PER_SEC * 60 * 60)) % 24,
drivers/net/ethernet/meta/fbnic/fbnic_debugfs.c
593
((entry->timestamp / (MSEC_PER_SEC * 60) % 60)),
drivers/net/ethernet/meta/fbnic/fbnic_debugfs.c
594
((entry->timestamp / MSEC_PER_SEC) % 60),
drivers/net/ethernet/meta/fbnic/fbnic_debugfs.c
595
(entry->timestamp % MSEC_PER_SEC),
drivers/net/ethernet/meta/fbnic/fbnic_fw_log.c
112
entry->timestamp = timestamp;
drivers/net/ethernet/meta/fbnic/fbnic_fw_log.c
71
int fbnic_fw_log_write(struct fbnic_dev *fbd, u64 index, u32 timestamp,
drivers/net/ethernet/meta/fbnic/fbnic_fw_log.h
23
u32 timestamp;
drivers/net/ethernet/meta/fbnic/fbnic_fw_log.h
43
int fbnic_fw_log_write(struct fbnic_dev *fbd, u64 index, u32 timestamp,
drivers/net/ethernet/microchip/lan743x_ptp.c
1121
ptp_event.timestamp = ns;
drivers/net/ethernet/microchip/lan743x_ptp.c
1154
ptp_event.timestamp = ns;
drivers/net/ethernet/microchip/lan966x/lan966x_fdma.c
428
u64 timestamp;
drivers/net/ethernet/microchip/lan966x/lan966x_fdma.c
443
lan966x_ifh_get_timestamp(skb->data, ×tamp);
drivers/net/ethernet/microchip/lan966x/lan966x_fdma.c
451
lan966x_ptp_rxtstamp(lan966x, skb, src_port, timestamp);
drivers/net/ethernet/microchip/lan966x/lan966x_main.c
361
static void lan966x_ifh_set_timestamp(void *ifh, u64 timestamp)
drivers/net/ethernet/microchip/lan966x/lan966x_main.c
363
lan966x_ifh_set(ifh, timestamp, IFH_POS_TIMESTAMP, IFH_WID_TIMESTAMP);
drivers/net/ethernet/microchip/lan966x/lan966x_main.c
640
void lan966x_ifh_get_timestamp(void *ifh, u64 *timestamp)
drivers/net/ethernet/microchip/lan966x/lan966x_main.c
642
*timestamp = lan966x_ifh_get(ifh, IFH_POS_TIMESTAMP, IFH_WID_TIMESTAMP);
drivers/net/ethernet/microchip/lan966x/lan966x_main.c
654
u64 src_port, len, timestamp;
drivers/net/ethernet/microchip/lan966x/lan966x_main.c
672
lan966x_ifh_get_timestamp(ifh, ×tamp);
drivers/net/ethernet/microchip/lan966x/lan966x_main.c
712
lan966x_ptp_rxtstamp(lan966x, skb, src_port, timestamp);
drivers/net/ethernet/microchip/lan966x/lan966x_main.h
441
void lan966x_ifh_get_timestamp(void *ifh, u64 *timestamp);
drivers/net/ethernet/microchip/lan966x/lan966x_main.h
542
u64 src_port, u64 timestamp);
drivers/net/ethernet/microchip/lan966x/lan966x_ptp.c
1104
u64 src_port, u64 timestamp)
drivers/net/ethernet/microchip/lan966x/lan966x_ptp.c
1119
timestamp = timestamp >> 2;
drivers/net/ethernet/microchip/lan966x/lan966x_ptp.c
1120
if (ts.tv_nsec < timestamp)
drivers/net/ethernet/microchip/lan966x/lan966x_ptp.c
1122
ts.tv_nsec = timestamp;
drivers/net/ethernet/microchip/lan966x/lan966x_ptp.c
614
ptp_event.timestamp = time;
drivers/net/ethernet/microchip/sparx5/lan969x/lan969x_fdma.c
133
sparx5_ptp_rxtstamp(sparx5, skb, fi.timestamp);
drivers/net/ethernet/microchip/sparx5/sparx5_fdma.c
169
sparx5_ptp_rxtstamp(sparx5, skb, fi.timestamp);
drivers/net/ethernet/microchip/sparx5/sparx5_main.h
450
u32 timestamp;
drivers/net/ethernet/microchip/sparx5/sparx5_main.h
531
u64 timestamp);
drivers/net/ethernet/microchip/sparx5/sparx5_main.h
553
u64 timestamp);
drivers/net/ethernet/microchip/sparx5/sparx5_netdev.c
101
ifh_encode_bitfield(ifh_hdr, timestamp, 232,
drivers/net/ethernet/microchip/sparx5/sparx5_netdev.c
99
u64 timestamp)
drivers/net/ethernet/microchip/sparx5/sparx5_packet.c
160
sparx5_ptp_rxtstamp(sparx5, skb, fi.timestamp);
drivers/net/ethernet/microchip/sparx5/sparx5_packet.c
53
info->timestamp =
drivers/net/ethernet/microchip/sparx5/sparx5_ptp.c
676
u64 timestamp)
drivers/net/ethernet/microchip/sparx5/sparx5_ptp.c
689
if (ts.tv_nsec < timestamp)
drivers/net/ethernet/microchip/sparx5/sparx5_ptp.c
691
ts.tv_nsec = timestamp;
drivers/net/ethernet/mscc/ocelot.c
1252
u64 timestamp)
drivers/net/ethernet/mscc/ocelot.c
1261
if ((tod_in_ns & 0xffffffff) < timestamp)
drivers/net/ethernet/mscc/ocelot.c
1263
timestamp;
drivers/net/ethernet/mscc/ocelot.c
1266
timestamp;
drivers/net/ethernet/mscc/ocelot.c
1318
u64 timestamp, src_port, len;
drivers/net/ethernet/mscc/ocelot.c
1334
ocelot_xfh_get_rew_val(xfh, ×tamp);
drivers/net/ethernet/mscc/ocelot.c
1379
ocelot_ptp_rx_timestamp(ocelot, skb, timestamp);
drivers/net/ethernet/mscc/ocelot_fdma.c
357
u64 timestamp;
drivers/net/ethernet/mscc/ocelot_fdma.c
379
ocelot_xfh_get_rew_val(xfh, ×tamp);
drivers/net/ethernet/mscc/ocelot_fdma.c
380
ocelot_ptp_rx_timestamp(ocelot, skb, timestamp);
drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c
1576
bool push, timestamp;
drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c
1594
timestamp = netxen_get_lro_sts_timestamp(sts_data0);
drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c
1605
if (timestamp)
drivers/net/ethernet/qlogic/qed/qed_debug.c
1222
le32_to_cpu(fw_info.ver.timestamp));
drivers/net/ethernet/qlogic/qed/qed_hsi.h
2046
__le32 timestamp;
drivers/net/ethernet/qlogic/qed/qed_ptp.c
103
static int qed_ptp_hw_read_rx_ts(struct qed_dev *cdev, u64 *timestamp)
drivers/net/ethernet/qlogic/qed/qed_ptp.c
109
*timestamp = 0;
drivers/net/ethernet/qlogic/qed/qed_ptp.c
117
*timestamp = qed_rd(p_hwfn, p_ptt, NIG_REG_LLH_PTP_HOST_BUF_TS_MSB);
drivers/net/ethernet/qlogic/qed/qed_ptp.c
118
*timestamp <<= 32;
drivers/net/ethernet/qlogic/qed/qed_ptp.c
119
*timestamp |= val;
drivers/net/ethernet/qlogic/qed/qed_ptp.c
129
static int qed_ptp_hw_read_tx_ts(struct qed_dev *cdev, u64 *timestamp)
drivers/net/ethernet/qlogic/qed/qed_ptp.c
135
*timestamp = 0;
drivers/net/ethernet/qlogic/qed/qed_ptp.c
144
*timestamp = qed_rd(p_hwfn, p_ptt, NIG_REG_TX_LLH_PTP_BUF_TS_MSB);
drivers/net/ethernet/qlogic/qed/qed_ptp.c
145
*timestamp <<= 32;
drivers/net/ethernet/qlogic/qed/qed_ptp.c
146
*timestamp |= val;
drivers/net/ethernet/qlogic/qede/qede_ptp.c
142
u64 timestamp, ns;
drivers/net/ethernet/qlogic/qede/qede_ptp.c
153
rc = ptp->ops->read_tx_ts(edev->cdev, ×tamp);
drivers/net/ethernet/qlogic/qede/qede_ptp.c
170
ns = timecounter_cyc2time(&ptp->tc, timestamp);
drivers/net/ethernet/qlogic/qede/qede_ptp.c
180
timestamp, ns);
drivers/net/ethernet/qlogic/qede/qede_ptp.c
540
u64 timestamp, ns;
drivers/net/ethernet/qlogic/qede/qede_ptp.c
548
rc = ptp->ops->read_rx_ts(edev->cdev, ×tamp);
drivers/net/ethernet/qlogic/qede/qede_ptp.c
555
ns = timecounter_cyc2time(&ptp->tc, timestamp);
drivers/net/ethernet/qlogic/qede/qede_ptp.c
560
timestamp, ns);
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
413
u32 timestamp;
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
430
u32 timestamp;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c
1272
bool push, timestamp;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c
1288
timestamp = qlcnic_get_lro_sts_timestamp(sts_data0);
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c
1305
if (timestamp)
drivers/net/ethernet/renesas/ravb_ptp.c
300
event.timestamp = ravb_read(ndev, GCPT);
drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c
544
event.timestamp = ptp_time;
drivers/net/ethernet/stmicro/stmmac/stmmac_hwtstamp.c
253
event.timestamp = ptp_time;
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
7598
static int stmmac_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp)
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
7618
*timestamp = ns_to_ktime(ns);
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
1796
attr.timestamp = curr_time;
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
213
if (attr->timestamp)
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
214
skb->tstamp = ns_to_ktime(attr->timestamp);
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
54
u64 timestamp;
drivers/net/ethernet/ti/am65-cpts.c
147
u64 timestamp;
drivers/net/ethernet/ti/am65-cpts.c
177
u64 timestamp;
drivers/net/ethernet/ti/am65-cpts.c
280
event->timestamp = am65_cpts_read32(cpts, event_0);
drivers/net/ethernet/ti/am65-cpts.c
283
event->timestamp |= (u64)am65_cpts_read32(cpts, event_3) << 32;
drivers/net/ethernet/ti/am65-cpts.c
316
cpts->timestamp = event->timestamp;
drivers/net/ethernet/ti/am65-cpts.c
318
cpts->timestamp);
drivers/net/ethernet/ti/am65-cpts.c
329
event->timestamp);
drivers/net/ethernet/ti/am65-cpts.c
340
event->timestamp);
drivers/net/ethernet/ti/am65-cpts.c
345
pevent.timestamp = event->timestamp;
drivers/net/ethernet/ti/am65-cpts.c
348
pevent.pps_times.ts_real = ns_to_timespec64(pevent.timestamp);
drivers/net/ethernet/ti/am65-cpts.c
355
pevent.index, event->timestamp);
drivers/net/ethernet/ti/am65-cpts.c
368
event->timestamp);
drivers/net/ethernet/ti/am65-cpts.c
419
val = cpts->timestamp;
drivers/net/ethernet/ti/am65-cpts.c
822
u64 ns = event->timestamp;
drivers/net/ethernet/ti/am65-cpts.c
943
ns = event->timestamp;
drivers/net/ethernet/ti/cpts.c
128
event->timestamp = timecounter_cyc2time(&cpts->tc, event->low);
drivers/net/ethernet/ti/cpts.c
157
pevent.timestamp = event->timestamp;
drivers/net/ethernet/ti/cpts.c
340
ssh.hwtstamp = ns_to_ktime(event->timestamp);
drivers/net/ethernet/ti/cpts.c
482
ns = event->timestamp;
drivers/net/ethernet/ti/cpts.h
97
u64 timestamp;
drivers/net/ethernet/ti/icssm/icssm_prueth.c
639
pkt_info->timestamp = !!(buffer_descriptor & PRUETH_BD_TIMESTAMP_MASK);
drivers/net/ethernet/ti/icssm/icssm_prueth.h
106
bool timestamp;
drivers/net/ethernet/wangxun/libwx/wx_ptp.c
169
u64 timestamp)
drivers/net/ethernet/wangxun/libwx/wx_ptp.c
173
ns = wx_ptp_timecounter_cyc2time(wx, timestamp);
drivers/net/ethernet/wangxun/libwx/wx_ptp.c
34
static u64 wx_ptp_timecounter_cyc2time(struct wx *wx, u64 timestamp)
drivers/net/ethernet/wangxun/libwx/wx_ptp.c
41
ns = timecounter_cyc2time(&wx->hw_tc, timestamp);
drivers/net/ethernet/xscale/ptp_ixp46x.c
102
event.timestamp = ((u64) hi) << 32;
drivers/net/ethernet/xscale/ptp_ixp46x.c
103
event.timestamp |= lo;
drivers/net/ethernet/xscale/ptp_ixp46x.c
104
event.timestamp <<= TICKS_NS_SHIFT;
drivers/net/ethernet/xscale/ptp_ixp46x.c
88
event.timestamp = ((u64) hi) << 32;
drivers/net/ethernet/xscale/ptp_ixp46x.c
89
event.timestamp |= lo;
drivers/net/ethernet/xscale/ptp_ixp46x.c
90
event.timestamp <<= TICKS_NS_SHIFT;
drivers/net/fddi/skfp/h/fddimib.h
30
TimeStamp timestamp ;
drivers/net/fddi/skfp/h/smt.h
714
u_char timestamp[8] ;
drivers/net/fddi/skfp/pmf.c
483
smt_set_timestamp(smc,smc->mib.fddiSMTSetCount.timestamp) ;
drivers/net/fddi/skfp/pmf.c
535
memcmp((char *) smc->mib.fddiSMTSetCount.timestamp,
drivers/net/fddi/skfp/pmf.c
536
(char *)sc->timestamp,8))
drivers/net/fddi/skfp/smt.c
1515
memcpy((char *)setcount->timestamp,
drivers/net/fddi/skfp/smt.c
1516
(char *)smc->mib.fddiSMTSetCount.timestamp,8) ;
drivers/net/phy/bcm-phy-ptp.c
654
event.timestamp = timespec64_to_ns(&ts);
drivers/net/phy/dp83640.c
778
event.timestamp = phy2txts(&dp83640->edata);
drivers/net/phy/dp83640.c
781
event.timestamp -= 35;
drivers/net/phy/micrel.c
4203
ptp_event.timestamp = ktime_set(sec, nsec);
drivers/net/phy/micrel.c
4955
ptp_event.timestamp = ktime_set(sec, nsec);
drivers/net/phy/nxp-c45-tja11xx.c
740
event.timestamp = ns_to_ktime(timespec64_to_ns(&ts));
drivers/net/veth.c
1656
static int veth_xdp_rx_timestamp(const struct xdp_md *ctx, u64 *timestamp)
drivers/net/veth.c
1663
*timestamp = skb_hwtstamps(_ctx->skb)->hwtstamp;
drivers/net/wireguard/noise.c
520
u8 timestamp[NOISE_TIMESTAMP_LEN];
drivers/net/wireguard/noise.c
565
tai64n_now(timestamp);
drivers/net/wireguard/noise.c
566
message_encrypt(dst->encrypted_timestamp, timestamp,
drivers/net/wireless/ath/ath10k/core.c
2016
__le32 *timestamp, *version;
drivers/net/wireless/ath/ath10k/core.c
2082
timestamp = (__le32 *)data;
drivers/net/wireless/ath/ath10k/core.c
2085
le32_to_cpup(timestamp));
drivers/net/wireless/ath/ath10k/core.h
670
struct timespec64 timestamp;
drivers/net/wireless/ath/ath10k/coredump.c
1488
ktime_get_real_ts64(&crash_data->timestamp);
drivers/net/wireless/ath/ath10k/coredump.c
1556
dump_data->tv_sec = cpu_to_le64(crash_data->timestamp.tv_sec);
drivers/net/wireless/ath/ath10k/coredump.c
1557
dump_data->tv_nsec = cpu_to_le64(crash_data->timestamp.tv_nsec);
drivers/net/wireless/ath/ath10k/debug.h
68
__le32 timestamp;
drivers/net/wireless/ath/ath10k/trace.h
457
u32 timestamp,
drivers/net/wireless/ath/ath10k/trace.h
462
TP_ARGS(ar, type, timestamp, code, len, data),
drivers/net/wireless/ath/ath10k/trace.h
468
__field(u32, timestamp)
drivers/net/wireless/ath/ath10k/trace.h
478
__entry->timestamp = timestamp;
drivers/net/wireless/ath/ath10k/trace.h
489
__entry->timestamp,
drivers/net/wireless/ath/ath10k/wmi-tlv.c
354
__le32_to_cpu(item->timestamp),
drivers/net/wireless/ath/ath10k/wmi-tlv.h
2072
__le32 timestamp;
drivers/net/wireless/ath/ath11k/ahb.c
481
ce_pipe->timestamp = jiffies;
drivers/net/wireless/ath/ath11k/ahb.c
515
irq_grp->timestamp = jiffies;
drivers/net/wireless/ath/ath11k/ce.h
182
u64 timestamp;
drivers/net/wireless/ath/ath11k/cfr.c
290
header->meta_data.timestamp = params->timestamp_us;
drivers/net/wireless/ath/ath11k/cfr.h
108
u32 timestamp;
drivers/net/wireless/ath/ath11k/core.h
179
u64 timestamp;
drivers/net/wireless/ath/ath11k/debugfs.c
1151
dbr_dbg_data->entries[i].timestamp,
drivers/net/wireless/ath/ath11k/debugfs.c
86
entry->timestamp = jiffies;
drivers/net/wireless/ath/ath11k/debugfs.h
63
u64 timestamp;
drivers/net/wireless/ath/ath11k/debugfs.h
96
u32 timestamp;
drivers/net/wireless/ath/ath11k/dp.h
1181
u32 timestamp;
drivers/net/wireless/ath/ath11k/fw.c
19
__le32 *timestamp;
drivers/net/wireless/ath/ath11k/fw.c
83
timestamp = (__le32 *)data;
drivers/net/wireless/ath/ath11k/fw.c
86
le32_to_cpup(timestamp));
drivers/net/wireless/ath/ath11k/hal.c
1420
jiffies_to_msecs(jiffies - ce_pipe->timestamp));
drivers/net/wireless/ath/ath11k/hal.c
1428
jiffies_to_msecs(jiffies - irq_grp->timestamp));
drivers/net/wireless/ath/ath11k/hal.c
1444
jiffies_to_msecs(jiffies - srng->timestamp));
drivers/net/wireless/ath/ath11k/hal.c
1452
jiffies_to_msecs(jiffies - srng->timestamp));
drivers/net/wireless/ath/ath11k/hal.c
903
srng->timestamp = jiffies;
drivers/net/wireless/ath/ath11k/hal.h
584
u64 timestamp;
drivers/net/wireless/ath/ath11k/hal.h
794
u32 timestamp;
drivers/net/wireless/ath/ath11k/hal_desc.h
2150
u32 timestamp;
drivers/net/wireless/ath/ath11k/pci.c
706
struct timespec64 timestamp;
drivers/net/wireless/ath/ath11k/pci.c
741
ktime_get_real_ts64(×tamp);
drivers/net/wireless/ath/ath11k/pci.c
742
file_data->tv_sec = cpu_to_le64(timestamp.tv_sec);
drivers/net/wireless/ath/ath11k/pci.c
743
file_data->tv_nsec = cpu_to_le64(timestamp.tv_nsec);
drivers/net/wireless/ath/ath11k/pcic.c
426
ce_pipe->timestamp = jiffies;
drivers/net/wireless/ath/ath11k/pcic.c
557
irq_grp->timestamp = jiffies;
drivers/net/wireless/ath/ath11k/spectral.c
107
__le32 timestamp;
drivers/net/wireless/ath/ath11k/spectral.c
117
u32 timestamp;
drivers/net/wireless/ath/ath11k/spectral.c
470
report->timestamp = __le32_to_cpu(summary->timestamp);
drivers/net/wireless/ath/ath11k/spectral.c
503
report->timestamp = __le32_to_cpu(search->timestamp);
drivers/net/wireless/ath/ath11k/spectral.c
63
__le32 timestamp;
drivers/net/wireless/ath/ath11k/spectral.c
654
fft_sample->tsf = __cpu_to_be32(search.timestamp);
drivers/net/wireless/ath/ath11k/spectral.c
68
__le32 timestamp;
drivers/net/wireless/ath/ath11k/spectral.c
78
u32 timestamp;
drivers/net/wireless/ath/ath11k/wmi.c
8440
ev->detector_id, ev->segment_id, ev->timestamp, ev->is_chirp,
drivers/net/wireless/ath/ath11k/wmi.h
4934
u32 timestamp;
drivers/net/wireless/ath/ath12k/ahb.c
512
ce_pipe->timestamp = jiffies;
drivers/net/wireless/ath/ath12k/ahb.c
547
irq_grp->timestamp = jiffies;
drivers/net/wireless/ath/ath12k/ce.h
167
u64 timestamp;
drivers/net/wireless/ath/ath12k/core.h
178
u64 timestamp;
drivers/net/wireless/ath/ath12k/core.h
837
struct mlo_timestamp timestamp;
drivers/net/wireless/ath/ath12k/dp_htt.c
562
pdev->timestamp.info = __le32_to_cpu(msg->info);
drivers/net/wireless/ath/ath12k/dp_htt.c
563
pdev->timestamp.sync_timestamp_lo_us = __le32_to_cpu(msg->sync_timestamp_lo_us);
drivers/net/wireless/ath/ath12k/dp_htt.c
564
pdev->timestamp.sync_timestamp_hi_us = __le32_to_cpu(msg->sync_timestamp_hi_us);
drivers/net/wireless/ath/ath12k/dp_htt.c
565
pdev->timestamp.mlo_offset_lo = __le32_to_cpu(msg->mlo_offset_lo);
drivers/net/wireless/ath/ath12k/dp_htt.c
566
pdev->timestamp.mlo_offset_hi = __le32_to_cpu(msg->mlo_offset_hi);
drivers/net/wireless/ath/ath12k/dp_htt.c
567
pdev->timestamp.mlo_offset_clks = __le32_to_cpu(msg->mlo_offset_clks);
drivers/net/wireless/ath/ath12k/dp_htt.c
568
pdev->timestamp.mlo_comp_clks = __le32_to_cpu(msg->mlo_comp_clks);
drivers/net/wireless/ath/ath12k/dp_htt.c
569
pdev->timestamp.mlo_comp_timer = __le32_to_cpu(msg->mlo_comp_timer);
drivers/net/wireless/ath/ath12k/dp_htt.h
1071
__le32 timestamp;
drivers/net/wireless/ath/ath12k/fw.c
17
__le32 *timestamp;
drivers/net/wireless/ath/ath12k/fw.c
81
timestamp = (__le32 *)data;
drivers/net/wireless/ath/ath12k/fw.c
84
le32_to_cpup(timestamp));
drivers/net/wireless/ath/ath12k/hal.c
571
srng->timestamp = jiffies;
drivers/net/wireless/ath/ath12k/hal.c
791
jiffies_to_msecs(jiffies - ce_pipe->timestamp));
drivers/net/wireless/ath/ath12k/hal.c
799
jiffies_to_msecs(jiffies - irq_grp->timestamp));
drivers/net/wireless/ath/ath12k/hal.c
815
jiffies_to_msecs(jiffies - srng->timestamp));
drivers/net/wireless/ath/ath12k/hal.c
823
jiffies_to_msecs(jiffies - srng->timestamp));
drivers/net/wireless/ath/ath12k/hal.h
1116
u32 timestamp;
drivers/net/wireless/ath/ath12k/hal.h
906
u64 timestamp;
drivers/net/wireless/ath/ath12k/pci.c
1317
struct timespec64 timestamp;
drivers/net/wireless/ath/ath12k/pci.c
1352
ktime_get_real_ts64(×tamp);
drivers/net/wireless/ath/ath12k/pci.c
1353
file_data->tv_sec = cpu_to_le64(timestamp.tv_sec);
drivers/net/wireless/ath/ath12k/pci.c
1354
file_data->tv_nsec = cpu_to_le64(timestamp.tv_nsec);
drivers/net/wireless/ath/ath12k/pci.c
416
ce_pipe->timestamp = jiffies;
drivers/net/wireless/ath/ath12k/pci.c
524
irq_grp->timestamp = jiffies;
drivers/net/wireless/ath/ath12k/trace.h
124
__entry->info = ar->pdev->timestamp.info;
drivers/net/wireless/ath/ath12k/trace.h
125
__entry->sync_tstmp_lo_us = ar->pdev->timestamp.sync_timestamp_hi_us;
drivers/net/wireless/ath/ath12k/trace.h
126
__entry->sync_tstmp_hi_us = ar->pdev->timestamp.sync_timestamp_lo_us;
drivers/net/wireless/ath/ath12k/trace.h
127
__entry->mlo_offset_lo = ar->pdev->timestamp.mlo_offset_lo;
drivers/net/wireless/ath/ath12k/trace.h
128
__entry->mlo_offset_hi = ar->pdev->timestamp.mlo_offset_hi;
drivers/net/wireless/ath/ath12k/trace.h
129
__entry->mlo_offset_clks = ar->pdev->timestamp.mlo_offset_clks;
drivers/net/wireless/ath/ath12k/trace.h
130
__entry->mlo_comp_clks = ar->pdev->timestamp.mlo_comp_clks;
drivers/net/wireless/ath/ath12k/trace.h
131
__entry->mlo_comp_timer = ar->pdev->timestamp.mlo_comp_timer;
drivers/net/wireless/ath/ath12k/trace.h
79
__entry->info = ar->pdev->timestamp.info;
drivers/net/wireless/ath/ath12k/trace.h
80
__entry->sync_tstmp_lo_us = ar->pdev->timestamp.sync_timestamp_hi_us;
drivers/net/wireless/ath/ath12k/trace.h
81
__entry->sync_tstmp_hi_us = ar->pdev->timestamp.sync_timestamp_lo_us;
drivers/net/wireless/ath/ath12k/trace.h
82
__entry->mlo_offset_lo = ar->pdev->timestamp.mlo_offset_lo;
drivers/net/wireless/ath/ath12k/trace.h
83
__entry->mlo_offset_hi = ar->pdev->timestamp.mlo_offset_hi;
drivers/net/wireless/ath/ath12k/trace.h
84
__entry->mlo_offset_clks = ar->pdev->timestamp.mlo_offset_clks;
drivers/net/wireless/ath/ath12k/trace.h
85
__entry->mlo_comp_clks = ar->pdev->timestamp.mlo_comp_clks;
drivers/net/wireless/ath/ath12k/trace.h
86
__entry->mlo_comp_timer = ar->pdev->timestamp.mlo_comp_timer;
drivers/net/wireless/ath/ath12k/wifi7/hal_desc.h
2313
__le32 timestamp;
drivers/net/wireless/ath/ath12k/wmi.c
8735
ev->detector_id, ev->segment_id, ev->timestamp, ev->is_chirp,
drivers/net/wireless/ath/ath12k/wmi.h
4480
__le32 timestamp;
drivers/net/wireless/ath/ath5k/base.c
1299
bc_tstamp = le64_to_cpu(mgmt->u.beacon.timestamp);
drivers/net/wireless/ath/ath6kl/debug.c
30
__le32 timestamp;
drivers/net/wireless/ath/ath6kl/debug.c
353
slot->timestamp = cpu_to_le32(jiffies);
drivers/net/wireless/ath/ath9k/beacon.c
145
mgmt_hdr->u.beacon.timestamp = avp->tsf_adjust;
drivers/net/wireless/ath/ath9k/htc.h
316
unsigned long timestamp;
drivers/net/wireless/ath/ath9k/htc_drv_beacon.c
229
mgmt->u.beacon.timestamp = avp->tsfadjust;
drivers/net/wireless/ath/ath9k/htc_drv_main.c
749
unsigned long timestamp = jiffies_to_msecs(jiffies);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
751
common->ani.longcal_timer = timestamp;
drivers/net/wireless/ath/ath9k/htc_drv_main.c
752
common->ani.shortcal_timer = timestamp;
drivers/net/wireless/ath/ath9k/htc_drv_main.c
753
common->ani.checkani_timer = timestamp;
drivers/net/wireless/ath/ath9k/htc_drv_main.c
777
unsigned int timestamp = jiffies_to_msecs(jiffies);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
788
if ((timestamp - common->ani.longcal_timer) >= ATH_LONG_CALINTERVAL) {
drivers/net/wireless/ath/ath9k/htc_drv_main.c
791
common->ani.longcal_timer = timestamp;
drivers/net/wireless/ath/ath9k/htc_drv_main.c
799
if ((timestamp - common->ani.shortcal_timer) >=
drivers/net/wireless/ath/ath9k/htc_drv_main.c
803
common->ani.shortcal_timer = timestamp;
drivers/net/wireless/ath/ath9k/htc_drv_main.c
804
common->ani.resetcal_timer = timestamp;
drivers/net/wireless/ath/ath9k/htc_drv_main.c
807
if ((timestamp - common->ani.resetcal_timer) >=
drivers/net/wireless/ath/ath9k/htc_drv_main.c
811
common->ani.resetcal_timer = timestamp;
drivers/net/wireless/ath/ath9k/htc_drv_main.c
816
if ((timestamp - common->ani.checkani_timer) >= ATH_ANI_POLLINTERVAL) {
drivers/net/wireless/ath/ath9k/htc_drv_main.c
818
common->ani.checkani_timer = timestamp;
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c
238
mgmt->u.probe_resp.timestamp = avp->tsfadjust;
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c
699
tx_ctl->timestamp = jiffies;
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c
724
tx_ctl->timestamp +
drivers/net/wireless/ath/ath9k/link.c
341
unsigned int timestamp = jiffies_to_msecs(jiffies);
drivers/net/wireless/ath/ath9k/link.c
370
if ((timestamp - common->ani.longcal_timer) >= long_cal_interval) {
drivers/net/wireless/ath/ath9k/link.c
372
common->ani.longcal_timer = timestamp;
drivers/net/wireless/ath/ath9k/link.c
377
if ((timestamp - common->ani.shortcal_timer) >= short_cal_interval) {
drivers/net/wireless/ath/ath9k/link.c
379
common->ani.shortcal_timer = timestamp;
drivers/net/wireless/ath/ath9k/link.c
380
common->ani.resetcal_timer = timestamp;
drivers/net/wireless/ath/ath9k/link.c
383
if ((timestamp - common->ani.resetcal_timer) >=
drivers/net/wireless/ath/ath9k/link.c
387
common->ani.resetcal_timer = timestamp;
drivers/net/wireless/ath/ath9k/link.c
392
if ((timestamp - common->ani.checkani_timer) >= ah->config.ani_poll_interval) {
drivers/net/wireless/ath/ath9k/link.c
394
common->ani.checkani_timer = timestamp;
drivers/net/wireless/ath/ath9k/link.c
454
unsigned long timestamp = jiffies_to_msecs(jiffies);
drivers/net/wireless/ath/ath9k/link.c
461
common->ani.longcal_timer = timestamp;
drivers/net/wireless/ath/ath9k/link.c
462
common->ani.shortcal_timer = timestamp;
drivers/net/wireless/ath/ath9k/link.c
463
common->ani.checkani_timer = timestamp;
drivers/net/wireless/ath/wil6210/txrx_edma.h
230
u32 timestamp;
drivers/net/wireless/ath/wil6210/txrx_edma.h
291
u32 timestamp;
drivers/net/wireless/ath/wil6210/wmi.c
876
u64 tsf = le64_to_cpu(rx_mgmt_frame->u.beacon.timestamp);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil_types.h
1062
__le16 timestamp;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
1587
__le32 timestamp;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
1589
memcpy(×tamp, &data[2], sizeof(timestamp));
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
1591
le32_to_cpu(timestamp));
drivers/net/wireless/intel/iwlegacy/3945.c
539
rx_status.mactime = le64_to_cpu(rx_end->timestamp);
drivers/net/wireless/intel/iwlegacy/3945.c
589
il->_3945.last_tsf = le64_to_cpu(rx_end->timestamp);
drivers/net/wireless/intel/iwlegacy/4965-mac.c
674
rx_status.mactime = le64_to_cpu(phy_res->timestamp);
drivers/net/wireless/intel/iwlegacy/4965.c
1486
tsf_low = ch_switch->timestamp & 0x0ffffffff;
drivers/net/wireless/intel/iwlegacy/commands.h
1190
__le64 timestamp;
drivers/net/wireless/intel/iwlegacy/commands.h
1233
__le64 timestamp; /* TSF at on air rise */
drivers/net/wireless/intel/iwlegacy/commands.h
415
__le32 timestamp;
drivers/net/wireless/intel/iwlegacy/commands.h
515
__le32 timestamp;
drivers/net/wireless/intel/iwlegacy/commands.h
528
__le64 timestamp;
drivers/net/wireless/intel/iwlegacy/commands.h
743
__le64 timestamp;
drivers/net/wireless/intel/iwlegacy/common.c
3645
il->timing.timestamp = cpu_to_le64(il->timestamp);
drivers/net/wireless/intel/iwlegacy/common.c
3662
tsf = il->timestamp; /* tsf is modifed by do_div: copy it */
drivers/net/wireless/intel/iwlegacy/common.c
5156
il->timestamp = 0;
drivers/net/wireless/intel/iwlegacy/common.c
5256
__le64 timestamp;
drivers/net/wireless/intel/iwlegacy/common.c
5276
timestamp = ((struct ieee80211_mgmt *)skb->data)->u.beacon.timestamp;
drivers/net/wireless/intel/iwlegacy/common.c
5277
il->timestamp = le64_to_cpu(timestamp);
drivers/net/wireless/intel/iwlegacy/common.c
5410
il->timestamp = bss_conf->sync_tsf;
drivers/net/wireless/intel/iwlegacy/common.h
1315
u64 timestamp;
drivers/net/wireless/intel/iwlwifi/dvm/commands.h
1054
__le64 timestamp; /* TSF at on air rise */
drivers/net/wireless/intel/iwlwifi/dvm/commands.h
419
__le32 timestamp;
drivers/net/wireless/intel/iwlwifi/dvm/commands.h
432
__le64 timestamp;
drivers/net/wireless/intel/iwlwifi/dvm/commands.h
604
__le64 timestamp;
drivers/net/wireless/intel/iwlwifi/dvm/dev.h
756
u64 timestamp;
drivers/net/wireless/intel/iwlwifi/dvm/devices.c
416
tsf_low = ch_switch->timestamp & 0x0ffffffff;
drivers/net/wireless/intel/iwlwifi/dvm/devices.c
584
tsf_low = ch_switch->timestamp & 0x0ffffffff;
drivers/net/wireless/intel/iwlwifi/dvm/rx.c
829
rx_status.mactime = le64_to_cpu(phy_res->timestamp);
drivers/net/wireless/intel/iwlwifi/dvm/rxon.c
1431
priv->timestamp = bss_conf->sync_tsf;
drivers/net/wireless/intel/iwlwifi/dvm/rxon.c
287
ctx->timing.timestamp = cpu_to_le64(priv->timestamp);
drivers/net/wireless/intel/iwlwifi/dvm/rxon.c
323
tsf = priv->timestamp; /* tsf is modifed by do_div: copy it */
drivers/net/wireless/intel/iwlwifi/fw/api/alive.h
59
__le32 timestamp;
drivers/net/wireless/intel/iwlwifi/fw/api/debug.h
118
__le64 timestamp;
drivers/net/wireless/intel/iwlwifi/fw/api/debug.h
296
__le64 timestamp;
drivers/net/wireless/intel/iwlwifi/fw/api/location.h
1498
__le32 timestamp;
drivers/net/wireless/intel/iwlwifi/fw/api/location.h
1548
__le32 timestamp;
drivers/net/wireless/intel/iwlwifi/fw/api/location.h
1603
__le32 timestamp;
drivers/net/wireless/intel/iwlwifi/fw/api/location.h
1664
__le32 timestamp;
drivers/net/wireless/intel/iwlwifi/fw/api/location.h
1726
__le32 timestamp;
drivers/net/wireless/intel/iwlwifi/fw/api/rx.h
55
__le64 timestamp;
drivers/net/wireless/intel/iwlwifi/fw/api/time-event.h
256
__le32 timestamp;
drivers/net/wireless/intel/iwlwifi/fw/dbg.c
3383
marker.timestamp = cpu_to_le64(fwrt->timestamp.seq++);
drivers/net/wireless/intel/iwlwifi/fw/dbg.c
3385
marker.timestamp = cpu_to_le64(ktime_get_boottime_ns());
drivers/net/wireless/intel/iwlwifi/fw/dbg.h
235
fwrt->timestamp.delay = 0;
drivers/net/wireless/intel/iwlwifi/fw/dbg.h
236
cancel_delayed_work_sync(&fwrt->timestamp.wk);
drivers/net/wireless/intel/iwlwifi/fw/dbg.h
243
cancel_delayed_work_sync(&fwrt->timestamp.wk);
drivers/net/wireless/intel/iwlwifi/fw/dbg.h
248
if (!fwrt->timestamp.delay)
drivers/net/wireless/intel/iwlwifi/fw/dbg.h
251
schedule_delayed_work(&fwrt->timestamp.wk,
drivers/net/wireless/intel/iwlwifi/fw/dbg.h
252
round_jiffies_relative(fwrt->timestamp.delay));
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
181
container_of(work, struct iwl_fw_runtime, timestamp.wk.work);
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
182
unsigned long delay = fwrt->timestamp.delay;
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
186
schedule_delayed_work(&fwrt->timestamp.wk,
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
202
fwrt->timestamp.delay = secs_to_jiffies(delay);
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
204
schedule_delayed_work(&fwrt->timestamp.wk,
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
205
round_jiffies_relative(fwrt->timestamp.delay));
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
226
u32 delay_secs = jiffies_to_msecs(fwrt->timestamp.delay) / 1000;
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
446
INIT_DELAYED_WORK(&fwrt->timestamp.wk, iwl_fw_timestamp_marker_wk);
drivers/net/wireless/intel/iwlwifi/fw/runtime.h
198
} timestamp;
drivers/net/wireless/intel/iwlwifi/mld/low_latency.c
104
low_latency_active = iwl_mld_calc_low_latency(mld, timestamp);
drivers/net/wireless/intel/iwlwifi/mld/low_latency.c
107
mld->low_latency.timestamp = timestamp;
drivers/net/wireless/intel/iwlwifi/mld/low_latency.c
144
ll->timestamp = ts;
drivers/net/wireless/intel/iwlwifi/mld/low_latency.c
165
ll->timestamp = jiffies;
drivers/net/wireless/intel/iwlwifi/mld/low_latency.c
20
unsigned long timestamp)
drivers/net/wireless/intel/iwlwifi/mld/low_latency.c
295
if (time_is_before_jiffies(mld->low_latency.timestamp + MLD_LL_PERIOD))
drivers/net/wireless/intel/iwlwifi/mld/low_latency.c
317
ll->timestamp = ts;
drivers/net/wireless/intel/iwlwifi/mld/low_latency.c
37
time_after(timestamp, ll->window_start[mac_id] +
drivers/net/wireless/intel/iwlwifi/mld/low_latency.c
41
ll->window_start[mac_id] = timestamp;
drivers/net/wireless/intel/iwlwifi/mld/low_latency.c
94
unsigned long timestamp = jiffies;
drivers/net/wireless/intel/iwlwifi/mld/low_latency.h
47
unsigned long timestamp;
drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c
1365
fw_ap->timestamp);
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
5382
.tsf = cpu_to_le32(chsw->timestamp),
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
5587
.tsf = cpu_to_le32(chsw->timestamp),
drivers/net/wireless/intel/iwlwifi/mvm/rx.c
346
rx_status->mactime = le64_to_cpu(phy_info->timestamp);
drivers/net/wireless/intel/iwlwifi/mvm/tdls.c
246
const u8 *peer, bool peer_initiator, u32 timestamp)
drivers/net/wireless/intel/iwlwifi/mvm/tdls.c
285
else if (timestamp <= mvm->tdls_cs.peer.sent_timestamp)
drivers/net/wireless/intel/iwlwifi/mvm/tdls.c
333
u32 timestamp, u16 switch_time,
drivers/net/wireless/intel/iwlwifi/mvm/tdls.c
350
timestamp);
drivers/net/wireless/intel/iwlwifi/mvm/tdls.c
360
tail->timing.frame_timestamp = cpu_to_le32(timestamp);
drivers/net/wireless/intel/iwlwifi/mvm/tdls.c
652
params->chandef, params->timestamp,
drivers/net/wireless/intel/iwlwifi/mvm/utils.c
196
le64_to_cpu(err_resp->timestamp));
drivers/net/wireless/intersil/p54/p54.h
206
unsigned int timestamp;
drivers/net/wireless/intersil/p54/txrx.c
545
dtime = tsf32 - priv->survey_raw.timestamp;
drivers/net/wireless/intersil/p54/txrx.c
569
priv->survey_raw.timestamp = tsf32;
drivers/net/wireless/marvell/libertas/host.h
775
__le64 timestamp;
drivers/net/wireless/marvell/mwifiex/fw.h
1511
__le64 timestamp;
drivers/net/wireless/marvell/mwifiex/join.c
114
tsf_val = cpu_to_le64(bss_desc->timestamp);
drivers/net/wireless/marvell/mwifiex/join.c
118
__func__, bss_desc->timestamp, bss_desc->fw_tsf);
drivers/net/wireless/marvell/mwifiex/main.h
400
u64 timestamp;
drivers/net/wireless/marvell/mwifiex/scan.c
1745
u64 timestamp;
drivers/net/wireless/marvell/mwifiex/scan.c
1802
timestamp = le64_to_cpu(bcn_param->timestamp);
drivers/net/wireless/marvell/mwifiex/scan.c
1864
bssid, timestamp,
drivers/net/wireless/marvell/mwifiex/sta_ioctl.c
142
bss_desc->timestamp = ies->tsf;
drivers/net/wireless/marvell/mwl8k.c
1453
__le32 timestamp;
drivers/net/wireless/marvell/mwl8k.c
2117
tx->timestamp = cpu_to_le32(ioread32(priv->regs +
drivers/net/wireless/marvell/mwl8k.c
2120
tx->timestamp = 0;
drivers/net/wireless/mediatek/mt76/mac80211.c
1265
status->device_timestamp = mstat.timestamp;
drivers/net/wireless/mediatek/mt76/mac80211.c
1266
status->mactime = mstat.timestamp;
drivers/net/wireless/mediatek/mt76/mt76.h
736
u32 timestamp;
drivers/net/wireless/mediatek/mt76/mt7603/mac.c
596
status->timestamp = le32_to_cpu(rxd[0]);
drivers/net/wireless/mediatek/mt76/mt7603/mac.c
604
if (dev->rx_ampdu_ts != status->timestamp) {
drivers/net/wireless/mediatek/mt76/mt7603/mac.c
608
dev->rx_ampdu_ts = status->timestamp;
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
458
status->timestamp = le32_to_cpu(rxd[0]);
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
466
if (phy->rx_ampdu_ts != status->timestamp) {
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
470
phy->rx_ampdu_ts = status->timestamp;
drivers/net/wireless/mediatek/mt76/mt7615/main.c
925
u64 timestamp)
drivers/net/wireless/mediatek/mt76/mt7615/main.c
932
} tsf = { .t64 = timestamp, };
drivers/net/wireless/mediatek/mt76/mt7615/main.c
951
s64 timestamp)
drivers/net/wireless/mediatek/mt76/mt7615/main.c
958
} tsf = { .t64 = timestamp, };
drivers/net/wireless/mediatek/mt76/mt7915/coredump.c
138
ktime_get_real_ts64(&crash_data->timestamp);
drivers/net/wireless/mediatek/mt76/mt7915/coredump.c
337
dump->tv_sec = crash_data->timestamp.tv_sec;
drivers/net/wireless/mediatek/mt76/mt7915/coredump.c
338
dump->tv_nsec = crash_data->timestamp.tv_nsec;
drivers/net/wireless/mediatek/mt76/mt7915/coredump.h
11
u32 timestamp;
drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c
1372
__le32 timestamp;
drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c
1383
hdr.timestamp = cpu_to_le32(mt76_rr(dev, MT_LPON_FRCR(0)));
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
416
status->timestamp = le32_to_cpu(rxd[0]);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
423
if (phy->rx_ampdu_ts != status->timestamp) {
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
427
phy->rx_ampdu_ts = status->timestamp;
drivers/net/wireless/mediatek/mt76/mt7915/main.c
1046
u64 timestamp)
drivers/net/wireless/mediatek/mt76/mt7915/main.c
1055
} tsf = { .t64 = timestamp, };
drivers/net/wireless/mediatek/mt76/mt7915/main.c
1077
s64 timestamp)
drivers/net/wireless/mediatek/mt76/mt7915/main.c
1086
} tsf = { .t64 = timestamp, };
drivers/net/wireless/mediatek/mt76/mt7915/mt7915.h
183
struct timespec64 timestamp;
drivers/net/wireless/mediatek/mt76/mt7921/mac.c
307
status->timestamp = le32_to_cpu(rxd[0]);
drivers/net/wireless/mediatek/mt76/mt7921/mac.c
314
if (phy->rx_ampdu_ts != status->timestamp) {
drivers/net/wireless/mediatek/mt76/mt7921/mac.c
318
phy->rx_ampdu_ts = status->timestamp;
drivers/net/wireless/mediatek/mt76/mt7921/mcu.h
29
__le32 timestamp;
drivers/net/wireless/mediatek/mt76/mt7925/mac.c
488
status->timestamp = le32_to_cpu(rxd[0]);
drivers/net/wireless/mediatek/mt76/mt7925/mac.c
495
if (phy->rx_ampdu_ts != status->timestamp) {
drivers/net/wireless/mediatek/mt76/mt7925/mac.c
499
phy->rx_ampdu_ts = status->timestamp;
drivers/net/wireless/mediatek/mt76/mt792x.h
391
u64 timestamp);
drivers/net/wireless/mediatek/mt76/mt792x_core.c
268
u64 timestamp)
drivers/net/wireless/mediatek/mt76/mt792x_core.c
276
} tsf = { .t64 = timestamp, };
drivers/net/wireless/mediatek/mt76/mt7996/coredump.c
197
dump->tv_sec = crash_data->timestamp.tv_sec;
drivers/net/wireless/mediatek/mt76/mt7996/coredump.c
198
dump->tv_nsec = crash_data->timestamp.tv_nsec;
drivers/net/wireless/mediatek/mt76/mt7996/coredump.c
95
ktime_get_real_ts64(&crash_data->timestamp);
drivers/net/wireless/mediatek/mt76/mt7996/debugfs.c
924
__le32 timestamp;
drivers/net/wireless/mediatek/mt76/mt7996/debugfs.c
937
hdr.timestamp = cpu_to_le32(mt76_rr(dev, MT_LPON_FRCR(0)));
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
594
status->timestamp = le32_to_cpu(rxd[0]);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
601
if (phy->rx_ampdu_ts != status->timestamp) {
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
605
phy->rx_ampdu_ts = status->timestamp;
drivers/net/wireless/mediatek/mt76/mt7996/main.c
1532
u64 timestamp)
drivers/net/wireless/mediatek/mt76/mt7996/main.c
1541
} tsf = { .t64 = timestamp, };
drivers/net/wireless/mediatek/mt76/mt7996/main.c
1568
s64 timestamp)
drivers/net/wireless/mediatek/mt76/mt7996/main.c
1577
} tsf = { .t64 = timestamp, };
drivers/net/wireless/mediatek/mt76/mt7996/mt7996.h
279
struct timespec64 timestamp;
drivers/net/wireless/ralink/rt2x00/rt2400pci.c
1251
rxdesc->timestamp = ((u64)rx_high << 32) | rx_low;
drivers/net/wireless/ralink/rt2x00/rt2x00debug.c
138
struct timespec64 timestamp;
drivers/net/wireless/ralink/rt2x00/rt2x00debug.c
144
ktime_get_ts64(×tamp);
drivers/net/wireless/ralink/rt2x00/rt2x00debug.c
173
dump_hdr->timestamp_sec = cpu_to_le32(timestamp.tv_sec);
drivers/net/wireless/ralink/rt2x00/rt2x00debug.c
174
dump_hdr->timestamp_usec = cpu_to_le32(timestamp.tv_nsec /
drivers/net/wireless/ralink/rt2x00/rt2x00dev.c
848
rx_status->mactime = rxdesc.timestamp;
drivers/net/wireless/ralink/rt2x00/rt2x00queue.h
169
u64 timestamp;
drivers/net/wireless/realtek/rtl818x/rtl8180/dev.c
1307
mgmt->u.beacon.timestamp = cpu_to_le64(rtl8180_get_tsf(dev, vif));
drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c
1099
mgmt->u.beacon.timestamp = cpu_to_le64(rtl8187_get_tsf(dev, vif));
drivers/net/wireless/realtek/rtw89/core.c
2513
WRITE_ONCE(rtwvif_link->sync_bcn_tsf, le64_to_cpu(mgmt->u.beacon.timestamp));
drivers/net/wireless/realtek/rtw89/core.c
2915
u64 tsf = le64_to_cpu(mgmt->u.beacon.timestamp);
drivers/net/wireless/st/cw1200/bh.c
466
unsigned long timestamp = jiffies;
drivers/net/wireless/st/cw1200/bh.c
482
×tamp,
drivers/net/wireless/st/cw1200/bh.c
489
timeout = timestamp +
drivers/net/wireless/st/cw1200/bh.c
499
timestamp, jiffies);
drivers/net/wireless/st/cw1200/cw1200.h
83
unsigned long timestamp;
drivers/net/wireless/st/cw1200/queue.c
507
unsigned long *timestamp,
drivers/net/wireless/st/cw1200/queue.c
519
*timestamp))
drivers/net/wireless/st/cw1200/queue.c
520
*timestamp = item->xmit_timestamp;
drivers/net/wireless/st/cw1200/queue.h
96
unsigned long *timestamp,
drivers/net/wireless/st/cw1200/sta.c
1586
entry->timestamp = jiffies;
drivers/net/wireless/st/cw1200/txrx.c
1027
entry->timestamp = jiffies;
drivers/net/wireless/st/cw1200/txrx.c
1311
priv->link_id_db[i].timestamp = jiffies;
drivers/net/wireless/st/cw1200/txrx.c
1334
now - priv->link_id_db[i].timestamp;
drivers/net/wireless/st/cw1200/txrx.c
1417
ttl = priv->link_id_db[i].timestamp - now +
drivers/net/wireless/st/cw1200/txrx.c
1439
priv->link_id_db[i].timestamp = now;
drivers/net/wireless/st/cw1200/txrx.c
467
priv->link_id_db[t->txpriv.raw_link_id - 1].timestamp =
drivers/net/wireless/st/cw1200/wsm.c
1178
unsigned long timestamp = jiffies;
drivers/net/wireless/st/cw1200/wsm.c
1202
×tamp, 0xffffffff);
drivers/net/wireless/st/cw1200/wsm.c
1207
timeout = timestamp + WSM_CMD_LAST_CHANCE_TIMEOUT - jiffies;
drivers/net/wireless/ti/wl1251/rx.c
43
status->mactime = desc->timestamp;
drivers/net/wireless/ti/wl1251/rx.h
62
u32 timestamp; /* In microseconds */
drivers/net/wireless/ti/wl12xx/main.c
326
.timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED,
drivers/net/wireless/ti/wl18xx/main.c
464
.timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED,
drivers/net/wireless/ti/wlcore/cmd.c
1789
cmd->timestamp = wl->conf.fwlog.timestamp;
drivers/net/wireless/ti/wlcore/cmd.h
663
u8 timestamp;
drivers/net/wireless/ti/wlcore/conf.h
1064
u8 timestamp;
drivers/net/wireless/ti/wlcore/rx.h
127
__le32 timestamp;
drivers/net/wireless/virtual/mac80211_hwsim.c
2117
mgmt->u.probe_resp.timestamp =
drivers/net/wireless/virtual/mac80211_hwsim.c
2303
ext->u.s1g_beacon.timestamp = cpu_to_le32(data->abs_bcn_ts +
drivers/net/wireless/virtual/mac80211_hwsim.c
2308
mgmt->u.beacon.timestamp = cpu_to_le64(data->abs_bcn_ts +
drivers/platform/chrome/cros_ec_ishtp.c
218
struct ishtp_cl_rb *rb_in_proc, ktime_t timestamp)
drivers/platform/chrome/cros_ec_ishtp.c
325
client_data->ec_dev->last_event_time = timestamp;
drivers/platform/chrome/cros_ec_ishtp.c
353
ktime_t timestamp;
drivers/platform/chrome/cros_ec_ishtp.c
359
timestamp = cros_ec_get_time_ns();
drivers/platform/chrome/cros_ec_ishtp.c
363
process_recv(cros_ish_cl, rb_in_proc, timestamp);
drivers/platform/chrome/cros_ec_sensorhub_ring.c
404
sample->timestamp)
drivers/platform/chrome/cros_ec_sensorhub_ring.c
406
sample->timestamp =
drivers/platform/chrome/cros_ec_sensorhub_ring.c
410
sample->timestamp;
drivers/platform/chrome/cros_ec_sensorhub_ring.c
444
s64 a = in->timestamp;
drivers/platform/chrome/cros_ec_sensorhub_ring.c
445
s64 b = fifo_info->timestamp;
drivers/platform/chrome/cros_ec_sensorhub_ring.c
473
trace_cros_ec_sensorhub_timestamp(in->timestamp,
drivers/platform/chrome/cros_ec_sensorhub_ring.c
474
fifo_info->timestamp,
drivers/platform/chrome/cros_ec_sensorhub_ring.c
494
out->timestamp = *current_timestamp;
drivers/platform/chrome/cros_ec_sensorhub_ring.c
512
fifo_info->timestamp,
drivers/platform/chrome/cros_ec_sensorhub_ring.c
534
out->timestamp = now;
drivers/platform/chrome/cros_ec_sensorhub_ring.c
536
out->timestamp = *current_timestamp;
drivers/platform/chrome/cros_ec_sensorhub_ring.c
58
return cb(indio_dev, sample->vector, sample->timestamp);
drivers/platform/chrome/cros_ec_sensorhub_ring.c
598
s64 batch_timestamp = batch_start->timestamp;
drivers/platform/chrome/cros_ec_sensorhub_ring.c
622
if (batch_start->timestamp <=
drivers/platform/chrome/cros_ec_sensorhub_ring.c
655
if (s->timestamp != batch_timestamp)
drivers/platform/chrome/cros_ec_sensorhub_ring.c
704
s->timestamp = batch_timestamp +
drivers/platform/chrome/cros_ec_sensorhub_ring.c
758
s64 timestamp;
drivers/platform/chrome/cros_ec_sensorhub_ring.c
767
timestamp = out->timestamp;
drivers/platform/chrome/cros_ec_sensorhub_ring.c
782
time_period = div_s64(current_timestamp - timestamp, count);
drivers/platform/chrome/cros_ec_sensorhub_ring.c
787
timestamp += time_period;
drivers/platform/chrome/cros_ec_sensorhub_ring.c
788
out->timestamp = timestamp;
drivers/platform/chrome/cros_ec_sensorhub_ring.c
917
(last_out - 1)->timestamp == current_timestamp)
drivers/platform/chrome/cros_usbpd_logger.c
96
tstamp = ktime_sub_us(tstamp, r->timestamp << PD_LOG_TIMESTAMP_SHIFT);
drivers/platform/surface/aggregator/ssh_packet_layer.c
1392
packet->timestamp = KTIME_MAX;
drivers/platform/surface/aggregator/ssh_packet_layer.c
1494
if (p->timestamp != KTIME_MAX)
drivers/platform/surface/aggregator/ssh_packet_layer.c
1495
return ktime_add(p->timestamp, timeout);
drivers/platform/surface/aggregator/ssh_packet_layer.c
583
packet->timestamp = KTIME_MAX;
drivers/platform/surface/aggregator/ssh_packet_layer.c
794
const ktime_t timestamp = ktime_get_coarse_boottime();
drivers/platform/surface/aggregator/ssh_packet_layer.c
817
p->timestamp = timestamp;
drivers/platform/surface/aggregator/ssh_packet_layer.c
828
ssh_ptl_timeout_reaper_mod(ptl, timestamp, timestamp + timeout);
drivers/platform/surface/aggregator/ssh_request_layer.c
1006
rqst->timestamp = KTIME_MAX;
drivers/platform/surface/aggregator/ssh_request_layer.c
446
ktime_t timestamp = ktime_get_coarse_boottime();
drivers/platform/surface/aggregator/ssh_request_layer.c
456
WRITE_ONCE(rqst->timestamp, timestamp);
drivers/platform/surface/aggregator/ssh_request_layer.c
464
ssh_rtl_timeout_reaper_mod(rtl, timestamp, timestamp + timeout);
drivers/platform/surface/aggregator/ssh_request_layer.c
812
ktime_t timestamp = READ_ONCE(r->timestamp);
drivers/platform/surface/aggregator/ssh_request_layer.c
814
if (timestamp != KTIME_MAX)
drivers/platform/surface/aggregator/ssh_request_layer.c
815
return ktime_add(timestamp, timeout);
drivers/platform/x86/dell/dell-wmi-ddv.c
128
unsigned long timestamp;
drivers/platform/x86/dell/dell-wmi-ddv.c
274
if (time_before(jiffies, sensors->timestamp + HZ))
drivers/platform/x86/dell/dell-wmi-ddv.c
301
sensors->timestamp = jiffies;
drivers/platform/x86/intel/telemetry/pltdrv.c
685
ssram_region->timestamp = timestamp_next;
drivers/platform/x86/intel/telemetry/pltdrv.c
75
u64 timestamp;
drivers/power/supply/surface_battery.c
131
unsigned long timestamp;
drivers/power/supply/surface_battery.c
211
unsigned long cache_deadline = bat->timestamp + msecs_to_jiffies(cache_time);
drivers/power/supply/surface_battery.c
216
if (cached && bat->timestamp && time_is_after_jiffies(cache_deadline))
drivers/power/supply/surface_battery.c
227
bat->timestamp = jiffies;
drivers/power/supply/surface_battery.c
263
bat->timestamp = jiffies;
drivers/ptp/ptp_clock.c
57
seconds = div_u64_rem(src->timestamp, 1000000000, &remainder);
drivers/ptp/ptp_clockmatrix.c
466
event.timestamp = timespec64_to_ns(&ts) - dco_delay;
drivers/ptp/ptp_idt82p33.c
311
event.timestamp = timespec64_to_ns(&ts);
drivers/ptp/ptp_netc.c
514
event.timestamp = (u64)etts_h << 32;
drivers/ptp/ptp_netc.c
515
event.timestamp |= etts_l;
drivers/ptp/ptp_ocp.c
2184
ev.timestamp = sec * NSEC_PER_SEC + nsec;
drivers/ptp/ptp_pch.c
309
event.timestamp = ioread64_hi_lo(®s->asms_hi);
drivers/ptp/ptp_pch.c
310
event.timestamp <<= TICKS_NS_SHIFT;
drivers/ptp/ptp_pch.c
320
event.timestamp = ioread64_hi_lo(®s->asms_hi);
drivers/ptp/ptp_pch.c
321
event.timestamp <<= TICKS_NS_SHIFT;
drivers/ptp/ptp_qoriq.c
141
event.timestamp = ((u64) hi) << 32;
drivers/ptp/ptp_qoriq.c
142
event.timestamp |= lo;
drivers/ras/amd/fmpm.c
357
fpd.timestamp = m->time;
drivers/ras/amd/fmpm.c
922
seq_printf(f, "%ptT%-*s", &fpd->timestamp, TS_PAD, "");
drivers/ras/amd/fmpm.c
96
u64 timestamp;
drivers/rtc/rtc-gamecube.c
166
time64_t timestamp;
drivers/rtc/rtc-gamecube.c
173
timestamp = (time64_t)d->rtc_bias + counter;
drivers/rtc/rtc-gamecube.c
174
rtc_time64_to_tm(timestamp, t);
drivers/rtc/rtc-gamecube.c
182
time64_t timestamp;
drivers/rtc/rtc-gamecube.c
185
timestamp = rtc_tm_to_time64(t);
drivers/rtc/rtc-gamecube.c
186
return regmap_write(d->regmap, RTC_COUNTER, timestamp - d->rtc_bias);
drivers/s390/block/dasd_eckd.c
6085
entry->timestamp);
drivers/s390/block/dasd_eckd.h
512
__u32 timestamp;
drivers/s390/cio/qdio.h
194
u64 timestamp;
drivers/s390/cio/qdio_debug.c
107
seq_printf(m, "Timestamp: %llx\n", q->timestamp);
drivers/s390/cio/qdio_main.c
448
q->timestamp = get_tod_clock_fast();
drivers/s390/cio/qdio_main.c
550
q->timestamp = get_tod_clock_fast();
drivers/s390/scsi/zfcp_diag.c
209
if (!time_after_eq(now, hdr->timestamp))
drivers/s390/scsi/zfcp_diag.c
212
if (jiffies_to_msecs(now - hdr->timestamp) >= diag->max_age)
drivers/s390/scsi/zfcp_diag.c
52
hdr->timestamp = jiffies - msecs_to_jiffies(diag->max_age);
drivers/s390/scsi/zfcp_diag.c
61
hdr->timestamp = jiffies - msecs_to_jiffies(diag->max_age);
drivers/s390/scsi/zfcp_diag.c
95
if (!time_after_eq(capture_timestamp, hdr->timestamp))
drivers/s390/scsi/zfcp_diag.c
98
hdr->timestamp = capture_timestamp;
drivers/s390/scsi/zfcp_diag.h
34
unsigned long timestamp;
drivers/scsi/bfa/bfa_core.c
82
trc->timestamp = BFA_TRC_TS(trcm);
drivers/scsi/bfa/bfa_cs.h
48
u32 timestamp;
drivers/scsi/bnx2fc/bnx2fc.h
365
unsigned long timestamp;
drivers/scsi/bnx2i/bnx2i.h
756
unsigned long timestamp;
drivers/scsi/bnx2i/bnx2i_iscsi.c
1901
bnx2i_ep->timestamp = jiffies;
drivers/scsi/bnx2i/bnx2i_iscsi.c
2134
!time_after(jiffies, bnx2i_ep->timestamp + (12 * HZ)))
drivers/scsi/fnic/fnic_trace.c
130
jiffies_to_timespec64(tbp->timestamp.low, &val);
drivers/scsi/fnic/fnic_trace.c
133
jiffies_to_timespec64(tbp->timestamp.val, &val);
drivers/scsi/fnic/fnic_trace.c
171
jiffies_to_timespec64(tbp->timestamp.low, &val);
drivers/scsi/fnic/fnic_trace.c
174
jiffies_to_timespec64(tbp->timestamp.val, &val);
drivers/scsi/fnic/fnic_trace.h
52
} timestamp, fnaddr;
drivers/scsi/fnic/fnic_trace.h
78
trace_buf->timestamp.low = jiffies; \
drivers/scsi/fnic/fnic_trace.h
81
trace_buf->timestamp.val = jiffies; \
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4772
u64 timestamp = local_clock();
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4784
do_div(timestamp, NSEC_PER_MSEC);
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4785
hisi_hba->debugfs_timestamp[debugfs_dump_index] = timestamp;
drivers/scsi/ipr.h
1676
__be32 timestamp[3];
drivers/scsi/megaraid/megaraid_sas_base.c
377
format_timestamp(uint32_t timestamp)
drivers/scsi/megaraid/megaraid_sas_base.c
381
if ((timestamp & 0xff000000) == 0xff000000)
drivers/scsi/megaraid/megaraid_sas_base.c
382
snprintf(buffer, sizeof(buffer), "boot + %us", timestamp &
drivers/scsi/megaraid/megaraid_sas_base.c
385
snprintf(buffer, sizeof(buffer), "%us", timestamp);
drivers/scsi/mpi3mr/mpi/mpi30_ioc.h
618
__le64 timestamp;
drivers/scsi/pmcraid.c
4945
u64 timestamp;
drivers/scsi/pmcraid.c
4947
timestamp = ktime_get_real_seconds() * 1000;
drivers/scsi/pmcraid.c
4949
pinstance->timestamp_data->timestamp[0] = (__u8)(timestamp);
drivers/scsi/pmcraid.c
4950
pinstance->timestamp_data->timestamp[1] = (__u8)((timestamp) >> 8);
drivers/scsi/pmcraid.c
4951
pinstance->timestamp_data->timestamp[2] = (__u8)((timestamp) >> 16);
drivers/scsi/pmcraid.c
4952
pinstance->timestamp_data->timestamp[3] = (__u8)((timestamp) >> 24);
drivers/scsi/pmcraid.c
4953
pinstance->timestamp_data->timestamp[4] = (__u8)((timestamp) >> 32);
drivers/scsi/pmcraid.c
4954
pinstance->timestamp_data->timestamp[5] = (__u8)((timestamp) >> 40);
drivers/scsi/pmcraid.h
554
__u8 timestamp[PMCRAID_REQ_TM_STR_LEN]; /* current time value */
drivers/scsi/qla2xxx/qla_nx2.c
3223
uint32_t timestamp, idc_control;
drivers/scsi/qla2xxx/qla_nx2.c
3298
timestamp = (u32)(jiffies_to_msecs(now) / 1000);
drivers/scsi/qla2xxx/qla_nx2.c
3299
tmplt_hdr->driver_timestamp = timestamp;
drivers/scsi/qla4xxx/ql4_nx.c
2992
uint32_t timestamp;
drivers/scsi/qla4xxx/ql4_nx.c
3020
timestamp = (u32)(jiffies_to_msecs(now) / 1000);
drivers/scsi/qla4xxx/ql4_nx.c
3021
tmplt_hdr->driver_timestamp = timestamp;
drivers/soc/apple/rtkit-crashlog.c
122
entry.timestamp, entry.msg0, entry.msg1);
drivers/soc/apple/rtkit-crashlog.c
40
u32 timestamp;
drivers/spi/spi-mpc52xx.c
256
ms->timestamp = mftb();
drivers/spi/spi-mpc52xx.c
258
ms->timestamp += ms->transfer->delay.value *
drivers/spi/spi-mpc52xx.c
287
if (((int)mftb()) - ms->timestamp < 0)
drivers/spi/spi-mpc52xx.c
89
int timestamp;
drivers/staging/greybus/audio_apbridgea.c
105
req.timestamp = cpu_to_le64(timestamp);
drivers/staging/greybus/audio_apbridgea.c
99
__u16 i2s_port, __u64 timestamp)
drivers/staging/greybus/audio_apbridgea.h
100
__le64 timestamp;
drivers/staging/greybus/audio_codec.h
227
__u16 i2s_port, __u64 timestamp);
drivers/staging/media/atomisp/pci/atomisp_cmd.c
583
frame->vb.vb2_buf.timestamp = ktime_get_ns();
drivers/staging/media/av7110/av7110_av.c
1101
compat_long_t timestamp;
drivers/staging/media/av7110/av7110_av.c
1121
.timestamp = ev.timestamp,
drivers/staging/media/deprecated/atmel/atmel-isc-base.c
1239
vb->timestamp = ktime_get_ns();
drivers/staging/media/imx/imx-ic-prpencvf.c
210
vb->timestamp = ktime_get_ns();
drivers/staging/media/imx/imx-ic-prpencvf.c
339
vb->timestamp = ktime_get_ns();
drivers/staging/media/imx/imx-media-csi.c
275
vb->timestamp = ktime_get_ns();
drivers/staging/media/imx/imx-media-csi.c
399
vb->timestamp = ktime_get_ns();
drivers/staging/media/imx/imx-media-fim.c
147
ktime_t timestamp)
drivers/staging/media/imx/imx-media-fim.c
157
interval = ktime_to_ns(ktime_sub(timestamp, fim->last_ts));
drivers/staging/media/imx/imx-media-fim.c
188
fim->last_ts = timestamp;
drivers/staging/media/imx/imx-media-fim.c
361
void imx_media_fim_eof_monitor(struct imx_media_fim *fim, ktime_t timestamp)
drivers/staging/media/imx/imx-media-fim.c
368
frame_interval_monitor(fim, timestamp);
drivers/staging/media/imx/imx-media.h
238
void imx_media_fim_eof_monitor(struct imx_media_fim *fim, ktime_t timestamp);
drivers/staging/media/ipu3/ipu3.c
556
buf->vid_buf.vbb.vb2_buf.timestamp = ns;
drivers/staging/media/ipu7/abi/ipu7_fw_isys_abi.h
308
u32 timestamp[2];
drivers/staging/media/ipu7/ipu7-isys-queue.c
656
if (time == stream->seq[i].timestamp) {
drivers/staging/media/ipu7/ipu7-isys-queue.c
665
stream->seq[i].sequence, stream->seq[i].timestamp);
drivers/staging/media/ipu7/ipu7-isys-queue.c
701
vbuf->vb2_buf.timestamp = ns;
drivers/staging/media/ipu7/ipu7-isys-queue.c
707
vbuf->vb2_buf.timestamp);
drivers/staging/media/ipu7/ipu7-isys-queue.c
730
u64 time = ((u64)info->timestamp[1] << 32 | info->timestamp[0]);
drivers/staging/media/ipu7/ipu7-isys-video.h
39
u64 timestamp;
drivers/staging/media/ipu7/ipu7-isys.c
911
ts = ((u64)resp->timestamp[1] << 32) | resp->timestamp[0];
drivers/staging/media/ipu7/ipu7-isys.c
999
stream->seq[stream->seq_index].timestamp = ts;
drivers/staging/media/meson/vdec/esparser.c
329
ret = amvdec_add_ts(sess, vb->timestamp, vbuf->timecode, offset, vbuf->flags);
drivers/staging/media/meson/vdec/esparser.c
336
vb->timestamp, payload_size, offset, vbuf->flags);
drivers/staging/media/meson/vdec/esparser.c
347
amvdec_remove_ts(sess, vb->timestamp);
drivers/staging/media/meson/vdec/esparser.c
359
amvdec_remove_ts(sess, vb->timestamp);
drivers/staging/media/meson/vdec/vdec_helpers.c
275
u32 field, u64 timestamp,
drivers/staging/media/meson/vdec/vdec_helpers.c
293
vbuf->vb2_buf.timestamp = timestamp;
drivers/staging/media/meson/vdec/vdec_helpers.c
315
vbuf->vb2_buf.index, timestamp, flags);
drivers/staging/media/meson/vdec/vdec_helpers.c
330
u64 timestamp;
drivers/staging/media/meson/vdec/vdec_helpers.c
345
timestamp = tmp->ts;
drivers/staging/media/meson/vdec/vdec_helpers.c
352
dst_buf_done(sess, vbuf, field, timestamp, timecode, vbuf_flags);
drivers/staging/media/meson/vdec/vdec_helpers.c
365
u64 timestamp = 0;
drivers/staging/media/meson/vdec/vdec_helpers.c
392
timestamp = match->ts;
drivers/staging/media/meson/vdec/vdec_helpers.c
400
dst_buf_done(sess, vbuf, field, timestamp, timecode, vbuf_flags);
drivers/staging/media/starfive/camss/stf-capture.c
386
ready_buf->vb.vb2_buf.timestamp = ts;
drivers/staging/media/sunxi/cedrus/cedrus.h
247
u64 timestamp,
drivers/staging/media/sunxi/cedrus/cedrus.h
252
struct vb2_buffer *buf = vb2_find_buffer(q, timestamp);
drivers/staging/media/sunxi/cedrus/cedrus_h264.c
120
if (run->dst->vb2_buf.timestamp == dpb->reference_ts) {
drivers/staging/media/sunxi/cedrus/cedrus_h265.c
157
struct vb2_buffer *buf = vb2_find_buffer(vq, dpb[i].timestamp);
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_capture.c
236
vb2_buffer->timestamp = ktime_get_ns();
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_params.c
277
vb2_buffer->timestamp = ktime_get_ns();
drivers/staging/media/tegra-video/tegra20.c
348
vb->vb2_buf.timestamp = ktime_get_ns();
drivers/staging/media/tegra-video/tegra210.c
380
vb->vb2_buf.timestamp = ktime_get_ns();
drivers/thermal/cpufreq_cooling.c
177
delta_time = now - idle_time->timestamp;
drivers/thermal/cpufreq_cooling.c
185
idle_time->timestamp = now;
drivers/thermal/cpufreq_cooling.c
49
u64 timestamp;
drivers/thermal/intel/intel_hfi.c
121
u64 *timestamp;
drivers/thermal/intel/intel_hfi.c
300
if (*hfi_instance->timestamp == new_timestamp) {
drivers/thermal/intel/intel_hfi.c
348
sizeof(*hfi_instance->timestamp);
drivers/thermal/thermal_debugfs.c
101
ktime_t timestamp;
drivers/thermal/thermal_debugfs.c
127
ktime_t timestamp;
drivers/thermal/thermal_debugfs.c
365
cdev_dbg->timestamp);
drivers/thermal/thermal_debugfs.c
436
ktime_t delta = ktime_sub(now, cdev_dbg->timestamp);
drivers/thermal/thermal_debugfs.c
438
cdev_dbg->timestamp = now;
drivers/thermal/thermal_debugfs.c
495
cdev_dbg->timestamp = ktime_get();
drivers/thermal/thermal_debugfs.c
567
tze->timestamp = now;
drivers/thermal/thermal_debugfs.c
59
ktime_t timestamp;
drivers/thermal/thermal_debugfs.c
656
trip_stats->timestamp = now;
drivers/thermal/thermal_debugfs.c
665
ktime_t delta = ktime_sub(now, trip_stats->timestamp);
drivers/thermal/thermal_debugfs.c
669
trip_stats->timestamp = KTIME_MAX;
drivers/thermal/thermal_debugfs.c
721
tze->duration = ktime_sub(now, tze->timestamp);
drivers/thermal/thermal_debugfs.c
800
duration_ms = ktime_to_ms(ktime_sub(ktime_get(), tze->timestamp));
drivers/thermal/thermal_debugfs.c
808
ktime_to_ms(tze->timestamp), c, duration_ms, tze->max_temp);
drivers/thermal/thermal_debugfs.c
831
if (trip_stats->timestamp != KTIME_MAX) {
drivers/thermal/thermal_debugfs.c
834
trip_stats->timestamp);
drivers/thermal/thermal_debugfs.c
962
tze->duration = ktime_sub(now, tze->timestamp);
drivers/usb/gadget/function/uvc_queue.c
352
buf->buf.vb2_buf.timestamp = ktime_get_ns();
drivers/usb/gadget/function/uvc_video.c
34
struct timespec64 ts = ns_to_timespec64(buf->buf.vb2_buf.timestamp);
drivers/usb/host/xhci-tegra.c
1010
time64_t timestamp;
drivers/usb/host/xhci-tegra.c
1091
timestamp = le32_to_cpu(header->fwimg_created_time);
drivers/usb/host/xhci-tegra.c
1093
dev_info(dev, "Firmware timestamp: %ptTs UTC\n", ×tamp);
drivers/usb/host/xhci-tegra.c
1114
time64_t timestamp;
drivers/usb/host/xhci-tegra.c
1120
timestamp = tegra_xusb_read_firmware_header(tegra, offsetof_32(struct tegra_xusb_fw_header,
drivers/usb/host/xhci-tegra.c
1123
dev_info(tegra->dev, "Firmware timestamp: %ptTs UTC\n", ×tamp);
drivers/usb/isp1760/isp1760-hcd.c
1036
slots[slot].timestamp = jiffies;
drivers/usb/isp1760/isp1760-hcd.c
1566
priv->atl_slots[slot].timestamp +
drivers/usb/isp1760/isp1760-hcd.h
18
unsigned long timestamp;
fs/ext4/inode-test.c
243
struct timespec64 timestamp;
fs/ext4/inode-test.c
248
timestamp = ext4_decode_extra_time(
fs/ext4/inode-test.c
254
timestamp.tv_sec,
fs/ext4/inode-test.c
262
timestamp.tv_nsec,
fs/nfs/dir.c
169
unsigned long timestamp;
fs/nfs/dir.c
3119
if ((s64)(login_time - cache->timestamp) > 0)
fs/nfs/dir.c
3154
if ((s64)(login_time - cache->timestamp) > 0)
fs/nfs/dir.c
3227
cache->timestamp = ktime_get_ns();
fs/nfs/dir.c
600
unsigned long timestamp, gencount;
fs/nfs/dir.c
604
timestamp = jiffies;
fs/nfs/dir.c
617
desc->timestamp = timestamp;
fs/nfs/dir.c
632
entry->fattr->time_start = desc->timestamp;
fs/nfs/nfs40proc.c
104
do_renew_lease(clp, timestamp);
fs/nfs/nfs40proc.c
131
data->timestamp = jiffies;
fs/nfs/nfs40proc.c
262
unsigned long timestamp;
fs/nfs/nfs40proc.c
272
data->timestamp = jiffies;
fs/nfs/nfs40proc.c
284
renew_lease(server, data->timestamp);
fs/nfs/nfs40proc.c
63
unsigned long timestamp;
fs/nfs/nfs40proc.c
85
unsigned long timestamp = data->timestamp;
fs/nfs/nfs42proc.c
1386
unsigned long timestamp = jiffies;
fs/nfs/nfs42proc.c
1392
nfs4_update_changeattr(inode, &res.cinfo, timestamp, 0);
fs/nfs/nfs42proc.c
1420
unsigned long timestamp = jiffies;
fs/nfs/nfs42proc.c
1449
nfs4_update_changeattr(inode, &res.cinfo, timestamp, 0);
fs/nfs/nfs4_fs.h
251
unsigned long timestamp;
fs/nfs/nfs4_fs.h
327
extern void renew_lease(const struct nfs_server *server, unsigned long timestamp);
fs/nfs/nfs4_fs.h
367
unsigned long timestamp,
fs/nfs/nfs4_fs.h
379
extern void do_renew_lease(struct nfs_client *clp, unsigned long timestamp);
fs/nfs/nfs4proc.c
1210
unsigned long timestamp, unsigned long cache_validity)
fs/nfs/nfs4proc.c
1245
nfsi->read_cache_jiffies = timestamp;
fs/nfs/nfs4proc.c
1254
unsigned long timestamp, unsigned long cache_validity)
fs/nfs/nfs4proc.c
1257
nfs4_update_changeattr_locked(dir, cinfo, timestamp, cache_validity);
fs/nfs/nfs4proc.c
2399
renew_lease(data->o_res.server, data->timestamp);
fs/nfs/nfs4proc.c
2456
data->timestamp = jiffies;
fs/nfs/nfs4proc.c
2506
data->timestamp = jiffies;
fs/nfs/nfs4proc.c
2558
renew_lease(data->o_res.server, data->timestamp);
fs/nfs/nfs4proc.c
3322
unsigned long timestamp = jiffies;
fs/nfs/nfs4proc.c
3362
renew_lease(server, timestamp);
fs/nfs/nfs4proc.c
3548
unsigned long timestamp;
fs/nfs/nfs4proc.c
3596
renew_lease(server, calldata->timestamp);
fs/nfs/nfs4proc.c
3720
calldata->timestamp = jiffies;
fs/nfs/nfs4proc.c
4899
unsigned long timestamp = jiffies;
fs/nfs/nfs4proc.c
4908
nfs4_update_changeattr_locked(dir, &res.cinfo, timestamp,
fs/nfs/nfs4proc.c
5614
renew_lease(server, hdr->timestamp);
fs/nfs/nfs4proc.c
5684
hdr->timestamp = jiffies;
fs/nfs/nfs4proc.c
5733
renew_lease(NFS_SERVER(inode), hdr->timestamp);
fs/nfs/nfs4proc.c
5829
hdr->timestamp = jiffies;
fs/nfs/nfs4proc.c
6649
unsigned long timestamp;
fs/nfs/nfs4proc.c
6710
renew_lease(data->res.server, data->timestamp);
fs/nfs/nfs4proc.c
6845
data->timestamp = jiffies;
fs/nfs/nfs4proc.c
7015
unsigned long timestamp;
fs/nfs/nfs4proc.c
7078
renew_lease(calldata->server, calldata->timestamp);
fs/nfs/nfs4proc.c
7126
calldata->timestamp = jiffies;
fs/nfs/nfs4proc.c
7248
unsigned long timestamp;
fs/nfs/nfs4proc.c
7319
data->timestamp = jiffies;
fs/nfs/nfs4proc.c
7346
data->timestamp);
fs/nfs/nfs4proc.c
753
void do_renew_lease(struct nfs_client *clp, unsigned long timestamp)
fs/nfs/nfs4proc.c
756
if (time_before(clp->cl_last_renewal,timestamp))
fs/nfs/nfs4proc.c
757
clp->cl_last_renewal = timestamp;
fs/nfs/nfs4proc.c
761
void renew_lease(const struct nfs_server *server, unsigned long timestamp)
fs/nfs/nfs4proc.c
766
do_renew_lease(clp, timestamp);
fs/udf/ecma_167.h
149
struct timestamp descCreationDateAndTime;
fs/udf/ecma_167.h
226
struct timestamp recordingDateAndTime;
fs/udf/ecma_167.h
357
struct timestamp recordingDateAndTime;
fs/udf/ecma_167.h
436
struct timestamp recordingDateAndTime;
fs/udf/ecma_167.h
572
struct timestamp accessTime;
fs/udf/ecma_167.h
573
struct timestamp modificationTime;
fs/udf/ecma_167.h
574
struct timestamp attrTime;
fs/udf/ecma_167.h
751
struct timestamp recordingDateAndTime;
fs/udf/ecma_167.h
800
struct timestamp accessTime;
fs/udf/ecma_167.h
801
struct timestamp modificationTime;
fs/udf/ecma_167.h
802
struct timestamp createTime;
fs/udf/ecma_167.h
803
struct timestamp attrTime;
fs/udf/super.c
2285
struct timestamp ts;
fs/udf/super.c
897
struct timestamp *ts;
fs/udf/udfdecl.h
257
struct timestamp src);
fs/udf/udfdecl.h
258
extern void udf_time_to_disk_stamp(struct timestamp *dest, struct timespec64 src);
fs/udf/udftime.c
30
udf_disk_stamp_to_time(struct timespec64 *dest, struct timestamp src)
fs/udf/udftime.c
64
udf_time_to_disk_stamp(struct timestamp *dest, struct timespec64 ts)
include/cxl/event.h
19
__le64 timestamp;
include/drm/drm_file.h
494
ktime_t timestamp);
include/linux/bnge/hsi.h
11085
__le64 timestamp;
include/linux/bnge/hsi.h
11133
__le64 timestamp;
include/linux/bnge/hsi.h
2669
__le32 timestamp;
include/linux/bnxt/hsi.h
2660
__le32 timestamp;
include/linux/can/rx-offload.h
19
unsigned int mb, u32 *timestamp,
include/linux/can/rx-offload.h
46
struct sk_buff *skb, u32 timestamp);
include/linux/can/rx-offload.h
48
unsigned int idx, u32 timestamp,
include/linux/cper.h
359
u64 timestamp;
include/linux/digsig.h
29
uint32_t timestamp; /* key made, always 0 for now */
include/linux/digsig.h
37
uint32_t timestamp; /* signature made */
include/linux/dma-fence.h
371
void dma_fence_signal_timestamp(struct dma_fence *fence, ktime_t timestamp);
include/linux/dma-fence.h
372
void dma_fence_signal_timestamp_locked(struct dma_fence *fence, ktime_t timestamp);
include/linux/dma-fence.h
628
return fence->timestamp;
include/linux/dma-fence.h
669
struct dma_fence *dma_fence_allocate_private_stub(ktime_t timestamp);
include/linux/dma-fence.h
89
ktime_t timestamp;
include/linux/dma/ti-cppi5.h
126
u32 timestamp; /* w0: application specific timestamp */
include/linux/filter.h
679
u64 timestamp;
include/linux/firewire.h
330
u32 timestamp;
include/linux/firmware/cirrus/wmfw.h
43
__le64 timestamp;
include/linux/greybus/greybus_protocols.h
2006
__le64 timestamp; /* XXX needed? */
include/linux/greybus/greybus_protocols.h
2155
__le64 timestamp;
include/linux/ieee80211.h
1028
__le64 timestamp;
include/linux/ieee80211.h
1040
__le64 timestamp;
include/linux/ieee80211.h
956
__le32 timestamp;
include/linux/iio/buffer.h
34
void *data, int64_t timestamp)
include/linux/iio/buffer.h
38
((int64_t *)data)[ts_offset] = timestamp;
include/linux/iio/buffer.h
62
s64 timestamp)
include/linux/iio/buffer.h
69
return iio_push_to_buffers_with_timestamp(indio_dev, data, timestamp);
include/linux/iio/buffer.h
74
int64_t timestamp);
include/linux/iio/common/cros_ec_sensors_core.h
105
s64 timestamp);
include/linux/iio/common/inv_sensors_timestamp.h
60
int64_t timestamp;
include/linux/iio/common/inv_sensors_timestamp.h
74
size_t sample_nb, int64_t timestamp);
include/linux/iio/common/inv_sensors_timestamp.h
78
ts->timestamp += ts->period;
include/linux/iio/common/inv_sensors_timestamp.h
79
return ts->timestamp;
include/linux/iio/common/inv_sensors_timestamp.h
91
ts->timestamp = 0;
include/linux/iio/common/ssp_sensors.h
55
int64_t timestamp);
include/linux/iio/iio.h
664
int iio_push_event(struct iio_dev *indio_dev, u64 ev_code, s64 timestamp);
include/linux/iio/trigger_consumer.h
37
s64 timestamp;
include/linux/input.h
209
ktime_t timestamp[INPUT_CLK_MAX];
include/linux/input.h
431
void input_set_timestamp(struct input_dev *dev, ktime_t timestamp);
include/linux/intel_rapl.h
86
unsigned long timestamp;
include/linux/libata.h
684
u64 timestamp;
include/linux/nfs_fs.h
66
u64 timestamp;
include/linux/nfs_xdr.h
1679
unsigned long timestamp; /* For lease renewal */
include/linux/pe.h
277
uint32_t timestamp; /* time_t */
include/linux/platform_data/cros_ec_commands.h
2505
uint32_t timestamp;
include/linux/platform_data/cros_ec_commands.h
2523
uint32_t timestamp;
include/linux/platform_data/cros_ec_commands.h
5361
uint32_t timestamp; /* relative timestamp in milliseconds */
include/linux/platform_data/cros_ec_sensorhub.h
37
s64 timestamp);
include/linux/platform_data/cros_ec_sensorhub.h
54
s64 timestamp;
include/linux/ptp_clock_kernel.h
252
u64 timestamp;
include/linux/scmi_imx_protocol.h
44
ktime_t timestamp;
include/linux/scmi_imx_protocol.h
50
ktime_t timestamp;
include/linux/scmi_protocol.h
1030
ktime_t timestamp;
include/linux/scmi_protocol.h
1037
ktime_t timestamp;
include/linux/scmi_protocol.h
1044
ktime_t timestamp;
include/linux/scmi_protocol.h
1053
ktime_t timestamp;
include/linux/scmi_protocol.h
1063
ktime_t timestamp;
include/linux/scmi_protocol.h
1071
ktime_t timestamp;
include/linux/scmi_protocol.h
1078
ktime_t timestamp;
include/linux/scmi_protocol.h
1086
ktime_t timestamp;
include/linux/scmi_protocol.h
1093
ktime_t timestamp;
include/linux/scmi_protocol.h
1101
ktime_t timestamp;
include/linux/scmi_protocol.h
1109
ktime_t timestamp;
include/linux/scmi_protocol.h
227
unsigned long long timestamp;
include/linux/soc/ti/ti_sci_protocol.h
220
u32 *source, u64 *timestamp, u8 *pin, u8 *mode);
include/linux/surface_aggregator/serial_hub.h
503
ktime_t timestamp;
include/linux/surface_aggregator/serial_hub.h
622
ktime_t timestamp;
include/linux/unwind_deferred.h
69
unwind_deferred_request(struct unwind_work *work, u64 *timestamp)
include/media/v4l2-common.h
715
return buf->timestamp.tv_sec * NSEC_PER_SEC +
include/media/v4l2-common.h
716
(u32)buf->timestamp.tv_usec * NSEC_PER_USEC;
include/media/v4l2-common.h
720
u64 timestamp)
include/media/v4l2-common.h
722
struct timespec64 ts = ns_to_timespec64(timestamp);
include/media/v4l2-common.h
724
buf->timestamp.tv_sec = ts.tv_sec;
include/media/v4l2-common.h
725
buf->timestamp.tv_usec = ts.tv_nsec / NSEC_PER_USEC;
include/media/v4l2-ioctl.h
763
struct old_timespec32 timestamp;
include/media/v4l2-ioctl.h
776
struct old_timeval32 timestamp;
include/media/videobuf2-core.h
258
u64 timestamp;
include/media/videobuf2-v4l2.h
73
struct vb2_buffer *vb2_find_buffer(struct vb2_queue *q, u64 timestamp);
include/net/bluetooth/hci_core.h
68
__u32 timestamp;
include/net/bluetooth/hci_core.h
84
__u32 timestamp;
include/net/bluetooth/hci_core.h
943
return jiffies - c->timestamp;
include/net/bluetooth/hci_core.h
948
return jiffies - e->timestamp;
include/net/erspan.h
311
md2->timestamp = erspan_get_timestamp();
include/net/mac80211.h
1856
u64 timestamp;
include/net/mac80211.h
3191
u32 timestamp;
include/net/netfilter/nf_conntrack_ecache.h
119
if (local64_read(&e->timestamp) && READ_ONCE(e->cache) == 0)
include/net/netfilter/nf_conntrack_ecache.h
120
local64_set(&e->timestamp, ktime_get_real_ns());
include/net/netfilter/nf_conntrack_ecache.h
25
local64_t timestamp; /* event timestamp, in nanoseconds */
include/net/xdp.h
647
int (*xmo_rx_timestamp)(const struct xdp_md *ctx, u64 *timestamp);
include/rdma/ib_verbs.h
1649
ktime_t timestamp;
include/rdma/ib_verbs.h
625
unsigned long timestamp;
include/soc/mscc/ocelot.h
993
u64 timestamp);
include/sound/sof/stream.h
146
uint64_t timestamp; /**< system time stamp */
include/trace/events/firewire.h
103
__entry->timestamp
include/trace/events/firewire.h
109
TP_PROTO(u64 transaction, unsigned int card_index, unsigned int generation, unsigned int scode, unsigned int status, unsigned int timestamp, const u32 *header, const u32 *data, unsigned int data_count),
include/trace/events/firewire.h
110
TP_ARGS(transaction, card_index, generation, scode, status, timestamp, header, data, data_count),
include/trace/events/firewire.h
117
__field(u16, timestamp)
include/trace/events/firewire.h
127
__entry->timestamp = timestamp;
include/trace/events/firewire.h
139
__entry->timestamp,
include/trace/events/firewire.h
157
TP_PROTO(u64 transaction, unsigned int card_index, unsigned int generation, unsigned int scode, unsigned int status, unsigned int timestamp),
include/trace/events/firewire.h
158
TP_ARGS(transaction, card_index, generation, scode, status, timestamp)
include/trace/events/firewire.h
162
TP_PROTO(u64 transaction, unsigned int card_index, unsigned int generation, unsigned int scode, unsigned int status, unsigned int timestamp, const u32 *header, const u32 *data, unsigned int data_count),
include/trace/events/firewire.h
163
TP_ARGS(transaction, card_index, generation, scode, status, timestamp, header, data, data_count)
include/trace/events/firewire.h
167
TP_PROTO(u64 transaction, unsigned int card_index, unsigned int generation, unsigned int scode, unsigned int status, unsigned int timestamp, const u32 *header, const u32 *data, unsigned int data_count),
include/trace/events/firewire.h
168
TP_ARGS(transaction, card_index, generation, scode, status, timestamp, header, data, data_count),
include/trace/events/firewire.h
176
__entry->timestamp,
include/trace/events/firewire.h
209
TP_PROTO(u64 transaction, unsigned int card_index, unsigned int generation, unsigned int scode, unsigned int status, unsigned int timestamp),
include/trace/events/firewire.h
210
TP_ARGS(transaction, card_index, generation, scode, status, timestamp)
include/trace/events/firewire.h
248
TP_PROTO(u64 packet, unsigned int card_index, unsigned int generation, unsigned int status, unsigned int timestamp),
include/trace/events/firewire.h
249
TP_ARGS(packet, card_index, generation, status, timestamp),
include/trace/events/firewire.h
255
__field(u16, timestamp)
include/trace/events/firewire.h
262
__entry->timestamp = timestamp;
include/trace/events/firewire.h
270
__entry->timestamp
include/trace/events/firewire.h
275
TP_PROTO(u64 packet, unsigned int card_index, unsigned int generation, unsigned int status, unsigned int timestamp, u32 first_quadlet, u32 second_quadlet),
include/trace/events/firewire.h
276
TP_ARGS(packet, card_index, generation, status, timestamp, first_quadlet, second_quadlet),
include/trace/events/firewire.h
282
__field(u16, timestamp)
include/trace/events/firewire.h
290
__entry->timestamp = timestamp;
include/trace/events/firewire.h
300
__entry->timestamp,
include/trace/events/firewire.h
78
TP_PROTO(u64 transaction, unsigned int card_index, unsigned int generation, unsigned int scode, unsigned int status, unsigned int timestamp),
include/trace/events/firewire.h
79
TP_ARGS(transaction, card_index, generation, scode, status, timestamp),
include/trace/events/firewire.h
845
TP_PROTO(const struct fw_iso_context *ctx, u16 timestamp, enum fw_iso_context_completions_cause cause, const u32 *header, unsigned int header_length),
include/trace/events/firewire.h
846
TP_ARGS(ctx, timestamp, cause, header, header_length),
include/trace/events/firewire.h
850
__field(u16, timestamp)
include/trace/events/firewire.h
857
__entry->timestamp = timestamp;
include/trace/events/firewire.h
86
__field(u16, timestamp)
include/trace/events/firewire.h
865
__entry->timestamp,
include/trace/events/firewire.h
873
TP_PROTO(const struct fw_iso_context *ctx, u16 timestamp, enum fw_iso_context_completions_cause cause, const u32 *header, unsigned int header_length),
include/trace/events/firewire.h
874
TP_ARGS(ctx, timestamp, cause, header, header_length),
include/trace/events/firewire.h
879
TP_PROTO(const struct fw_iso_context *ctx, u16 timestamp, enum fw_iso_context_completions_cause cause, const u32 *header, unsigned int header_length),
include/trace/events/firewire.h
880
TP_ARGS(ctx, timestamp, cause, header, header_length),
include/trace/events/firewire.h
94
__entry->timestamp = timestamp;
include/trace/events/power_cpu_migrate.h
11
TP_PROTO(u64 timestamp, \
include/trace/events/power_cpu_migrate.h
14
TP_ARGS(timestamp, \
include/trace/events/power_cpu_migrate.h
23
__field(u64, timestamp )
include/trace/events/power_cpu_migrate.h
28
__entry->timestamp = timestamp;
include/trace/events/power_cpu_migrate.h
33
(unsigned long long)__entry->timestamp,
include/trace/events/rdma_core.h
105
ktime_t latency = ktime_sub(ktime_get(), cq->timestamp);
include/trace/events/rdma_core.h
61
cq->timestamp = ktime_get();
include/trace/events/rdma_core.h
82
cq->timestamp = ktime_get();
include/trace/events/timestamp.h
3
#define TRACE_SYSTEM timestamp
include/trace/events/v4l2.h
112
__field(s64, timestamp)
include/trace/events/v4l2.h
133
__entry->timestamp = v4l2_buffer_get_timestamp(buf);
include/trace/events/v4l2.h
156
__entry->timestamp,
include/trace/events/v4l2.h
189
__field(u64, timestamp)
include/trace/events/v4l2.h
210
__entry->timestamp = vb->timestamp;
include/trace/events/v4l2.h
230
__entry->timestamp,
include/trace/events/vb2.h
22
__field(u64, timestamp)
include/trace/events/vb2.h
33
__entry->timestamp = vb->timestamp;
include/trace/events/vb2.h
42
__entry->timestamp
include/uapi/drm/habanalabs_accel.h
1118
__s64 timestamp;
include/uapi/drm/habanalabs_accel.h
1127
__s64 timestamp;
include/uapi/drm/habanalabs_accel.h
1163
__s64 timestamp;
include/uapi/drm/habanalabs_accel.h
1190
__s64 timestamp;
include/uapi/drm/habanalabs_accel.h
1206
__s64 timestamp;
include/uapi/drm/habanalabs_accel.h
1226
__s64 timestamp;
include/uapi/drm/habanalabs_accel.h
1240
__s64 timestamp;
include/uapi/drm/habanalabs_accel.h
1328
__s64 timestamp;
include/uapi/linux/batadv_packet.h
352
__be32 timestamp;
include/uapi/linux/counter.h
114
__aligned_u64 timestamp;
include/uapi/linux/dvb/video.h
114
long timestamp;
include/uapi/linux/erspan.h
21
__be32 timestamp;
include/uapi/linux/gpio.h
375
__u64 timestamp;
include/uapi/linux/gpio.h
501
__u64 timestamp;
include/uapi/linux/iio/events.h
24
__s64 timestamp;
include/uapi/linux/lirc.h
160
__u64 timestamp;
include/uapi/linux/v4l2-controls.h
2330
__u64 timestamp;
include/uapi/linux/videodev2.h
1185
struct __kernel_v4l2_timeval timestamp;
include/uapi/linux/videodev2.h
1187
struct timeval timestamp;
include/uapi/linux/videodev2.h
2623
struct __kernel_timespec timestamp;
include/uapi/linux/videodev2.h
2625
struct timespec timestamp;
kernel/bpf/core.c
3269
if (!p->timestamp) {
kernel/bpf/core.c
3270
p->timestamp = time;
kernel/bpf/core.c
3274
if (unlikely(time - p->timestamp >= (NSEC_PER_SEC / 4))) {
kernel/trace/fgraph.c
1092
unsigned long long timestamp;
kernel/trace/fgraph.c
1101
timestamp = trace_clock_local();
kernel/trace/fgraph.c
1103
prev->ftrace_timestamp = timestamp;
kernel/trace/fgraph.c
1109
next->ftrace_sleeptime += timestamp - next->ftrace_timestamp;
kernel/trace/ring_buffer.c
1847
unsigned long long *timestamp, u64 *delta_ptr)
kernel/trace/ring_buffer.c
1856
*timestamp = 0;
kernel/trace/ring_buffer.c
1879
*timestamp = ts;
kernel/trace/ring_buffer.c
1898
*timestamp = ts;
kernel/trace/trace_entries.h
379
__field_struct( struct timespec64, timestamp )
kernel/trace/trace_entries.h
380
__field_desc( s64, timestamp, tv_sec )
kernel/trace/trace_entries.h
381
__field_desc( long, timestamp, tv_nsec )
kernel/trace/trace_hwlat.c
145
entry->timestamp = sample->timestamp;
kernel/trace/trace_hwlat.c
257
ktime_get_real_ts64(&s.timestamp);
kernel/trace/trace_hwlat.c
97
struct timespec64 timestamp; /* wall time */
kernel/trace/trace_output.c
1521
&field->timestamp,
kernel/trace/trace_output.c
1553
(long long)field->timestamp.tv_sec,
kernel/trace/trace_output.c
1554
field->timestamp.tv_nsec,
kernel/vmcore_info.c
138
WRITE_ONCE(hwerr_data[src].timestamp, ktime_get_real_seconds());
kernel/vmcore_info.c
36
time64_t timestamp;
mm/kasan/common.c
68
track->timestamp = ts_nsec >> 9;
mm/kasan/kasan.h
198
u64 timestamp:44;
mm/kasan/report.c
268
u64 ts_nsec = track->timestamp;
net/atm/lec.c
1410
rulla->timestamp, rulla->no_tries);
net/atm/lec.c
1434
rulla->timestamp, rulla->no_tries);
net/atm/lec.c
1456
rulla->timestamp, rulla->no_tries);
net/atm/lec.c
1478
rulla->timestamp, rulla->no_tries);
net/atm/lec.c
1652
time_after_eq(now, entry->timestamp +
net/atm/lec.c
1654
entry->timestamp = jiffies;
net/atm/lec.c
1663
time_after_eq(now, entry->timestamp +
net/atm/lec.c
1807
entry->last_used = entry->timestamp = jiffies;
net/atm/lec.c
2035
entry->timestamp = jiffies;
net/atm/lec_arpc.h
29
unsigned long timestamp; /* Used for various timestamping things:
net/batman-adv/fragmentation.c
175
chain->timestamp = jiffies;
net/batman-adv/fragmentation.c
192
chain->timestamp = jiffies;
net/batman-adv/fragmentation.c
205
chain->timestamp = jiffies;
net/batman-adv/fragmentation.h
39
batadv_has_timed_out(frags_entry->timestamp, BATADV_FRAG_TIMEOUT))
net/batman-adv/main.h
274
static inline bool batadv_has_timed_out(unsigned long timestamp,
net/batman-adv/main.h
277
return time_is_before_jiffies(timestamp + msecs_to_jiffies(timeout));
net/batman-adv/tp_meter.c
1155
u32 seq, __be32 timestamp, const u8 *session,
net/batman-adv/tp_meter.c
1195
icmp->timestamp = timestamp;
net/batman-adv/tp_meter.c
1453
icmp->timestamp, icmp->session, icmp->uid);
net/batman-adv/tp_meter.c
580
int uid, u32 timestamp)
net/batman-adv/tp_meter.c
607
icmp->timestamp = htonl(timestamp);
net/batman-adv/tp_meter.c
667
rtt = jiffies_to_msecs(jiffies) - ntohl(icmp->timestamp);
net/batman-adv/tp_meter.c
668
if (icmp->timestamp && rtt)
net/batman-adv/types.h
297
unsigned long timestamp;
net/bluetooth/hci_core.c
288
ie->timestamp = jiffies;
net/bluetooth/hci_core.c
289
cache->timestamp = jiffies;
net/bluetooth/hci_debugfs.c
376
data->rssi, data->ssp_mode, e->timestamp);
net/bluetooth/hci_event.c
4815
ie->timestamp = jiffies;
net/bluetooth/hci_event.c
4852
ie->timestamp = jiffies;
net/bridge/br_mrp.c
204
hdr->timestamp = cpu_to_be32(jiffies_to_msecs(jiffies));
net/bridge/br_mrp.c
261
hdr->timestamp = cpu_to_be32(jiffies_to_msecs(jiffies));
net/bridge/br_private_mrp.h
127
__be32 timestamp;
net/bridge/br_private_mrp.h
136
__be32 timestamp;
net/core/pktgen.c
2823
struct timespec64 timestamp;
net/core/pktgen.c
2894
ktime_get_real_ts64(×tamp);
net/core/pktgen.c
2895
pgh->tv_sec = htonl(timestamp.tv_sec);
net/core/pktgen.c
2896
pgh->tv_usec = htonl(timestamp.tv_nsec / NSEC_PER_USEC);
net/core/xdp.c
903
__bpf_kfunc int bpf_xdp_metadata_rx_timestamp(const struct xdp_md *ctx, u64 *timestamp)
net/hsr/hsr_framereg.c
693
unsigned long timestamp;
net/hsr/hsr_framereg.c
720
timestamp = time_a;
net/hsr/hsr_framereg.c
724
timestamp = time_b;
net/hsr/hsr_framereg.c
727
if (time_is_after_jiffies(timestamp +
net/hsr/hsr_framereg.c
737
if (time_is_before_jiffies(timestamp +
net/hsr/hsr_framereg.c
758
unsigned long timestamp;
net/hsr/hsr_framereg.c
768
timestamp = node->time_in[HSR_PT_INTERLINK];
net/hsr/hsr_framereg.c
771
if (time_is_before_jiffies(timestamp +
net/mac80211/cfg.c
4416
ch_switch.timestamp = 0;
net/mac80211/ibss.c
1101
beacon_timestamp = le64_to_cpu(mgmt->u.beacon.timestamp);
net/mac80211/ibss.c
82
mgmt->u.beacon.timestamp = cpu_to_le64(tsf);
net/mac80211/mesh.h
188
unsigned long timestamp;
net/mac80211/mesh_pathtbl.c
458
entry->timestamp = jiffies;
net/mac80211/mesh_pathtbl.c
558
build.timestamp = jiffies;
net/mac80211/mesh_pathtbl.c
619
if (!time_is_after_jiffies(entry->timestamp + timeout))
net/mac80211/mesh_sync.c
129
t_t = le64_to_cpu(mgmt->u.beacon.timestamp);
net/mac80211/mlme.c
2838
u64 timestamp, u32 device_timestamp,
net/mac80211/mlme.c
2851
.timestamp = timestamp,
net/mac80211/mlme.c
7562
le64_to_cpu(mgmt->u.beacon.timestamp);
net/mac80211/mlme.c
7699
le64_to_cpu(mgmt->u.beacon.timestamp);
net/mac80211/mlme.c
7802
le64_to_cpu(mgmt->u.beacon.timestamp));
net/mac80211/tdls.c
1762
params.timestamp = rx_status->device_timestamp;
net/mac80211/tdls.c
1863
params.timestamp = rx_status->device_timestamp;
net/mac80211/trace.h
1302
__field(u64, timestamp)
net/mac80211/trace.h
1313
__entry->timestamp = ch_switch->timestamp;
net/mac80211/trace.h
1323
__entry->block_tx, __entry->timestamp,
net/mac80211/trace.h
2346
__field(u32, timestamp)
net/mac80211/trace.h
2359
__entry->timestamp = params->timestamp;
net/mac80211/trace.h
2369
__entry->timestamp, __entry->switch_time,
net/netfilter/nf_conntrack_ecache.c
168
if (local64_read(&e->timestamp))
net/netfilter/nf_conntrack_ecache.c
169
local64_set(&e->timestamp, ktime_get_real_ns());
net/netfilter/nf_conntrack_ecache.c
320
local64_set(&e->timestamp, ts);
net/netfilter/nf_conntrack_netlink.c
394
u64 ts = local64_read(&e->timestamp);
net/wireless/scan.c
3308
tsf = le64_to_cpu(mgmt->u.probe_resp.timestamp);
net/wireless/trace.h
2824
__field(u64, timestamp)
samples/bpf/xdp_sample_user.c
1031
beg.timestamp = r->timestamp - prev_time;
samples/bpf/xdp_sample_user.c
333
e->val.timestamp = gettime();
samples/bpf/xdp_sample_user.c
353
rec->timestamp = gettime();
samples/bpf/xdp_sample_user.c
575
period = r->timestamp - p->timestamp;
samples/bpf/xdp_sample_user.c
91
__u64 timestamp;
samples/v4l/v4l2-pci-skeleton.c
131
new_buf->vb.vb2_buf.timestamp = ktime_get_ns();
sound/core/seq/seq_prioq.c
294
int timestamp;
sound/core/seq/seq_prioq.c
304
if (!v->timestamp)
sound/core/seq/seq_prioq.c
321
void snd_seq_prioq_leave(struct snd_seq_prioq *f, int client, int timestamp)
sound/core/seq/seq_prioq.c
323
struct prioq_match_arg arg = { client, timestamp };
sound/core/seq/seq_prioq.h
39
void snd_seq_prioq_leave(struct snd_seq_prioq *f, int client, int timestamp);
sound/soc/codecs/pcm6240.h
178
unsigned int timestamp;
sound/soc/codecs/tas2783-sdw.c
62
u32 timestamp;
sound/soc/codecs/tas2783-sdw.c
711
hdr->timestamp = get_unaligned_le32(&data[80]);
tools/accounting/delaytop.c
873
char timestamp[32];
tools/counter/counter_example.c
85
event_data[0].timestamp, event_data[0].value,
tools/counter/counter_example.c
87
event_data[1].timestamp, event_data[1].value,
tools/counter/counter_watch_events.c
394
event_data.timestamp, event_data.value,
tools/firewire/nosy-dump.h
15
uint32_t timestamp;
tools/firewire/nosy-dump.h
78
uint32_t timestamp;
tools/iio/iio_event_monitor.c
298
event->timestamp, event->id);
tools/iio/iio_event_monitor.c
303
printf("Event: time: %lld, type: %s", event->timestamp,
tools/include/uapi/linux/erspan.h
21
__be32 timestamp;
tools/lib/perf/include/perf/event.h
519
__u64 timestamp;
tools/lib/perf/include/perf/event.h
553
__u64 timestamp;
tools/perf/bench/inject-buildid.c
173
static ssize_t synthesize_mmap(struct bench_data *data, struct bench_dso *dso, u64 timestamp)
tools/perf/bench/inject-buildid.c
207
id_hdr_ptr[ts_idx] = timestamp;
tools/perf/bench/inject-buildid.c
215
id_hdr_ptr[ts_idx] = timestamp;
tools/perf/bench/inject-buildid.c
219
static ssize_t synthesize_sample(struct bench_data *data, struct bench_dso *dso, u64 timestamp)
tools/perf/bench/inject-buildid.c
226
.time = timestamp,
tools/perf/bench/inject-buildid.c
368
u64 timestamp = rand() % 1000000;
tools/perf/bench/inject-buildid.c
371
if (synthesize_mmap(data, dso, timestamp) < 0)
tools/perf/bench/inject-buildid.c
375
if (synthesize_sample(data, dso, timestamp + k * 1000) < 0)
tools/perf/builtin-inject.c
1729
static int guest_session__inject_events(struct guest_session *gs, u64 timestamp)
tools/perf/builtin-inject.c
1758
if (sample->time > timestamp)
tools/perf/builtin-inject.c
1922
u64 timestamp = ordered_events__last_flush_time(oe);
tools/perf/builtin-inject.c
1927
ret = guest_session__inject_events(&inject->guest_session, timestamp);
tools/perf/builtin-kvm.c
1220
u64 timestamp;
tools/perf/builtin-kvm.c
1231
err = evlist__parse_sample_timestamp(evlist, event, ×tamp);
tools/perf/builtin-kvm.c
1238
err = perf_session__queue_event(kvm->session, event, timestamp, 0, NULL);
tools/perf/builtin-kvm.c
1252
*mmap_time = timestamp;
tools/perf/builtin-record.c
1905
char timestamp[] = "InvalidTimestamp";
tools/perf/builtin-record.c
1917
err = fetch_current_timestamp(timestamp, sizeof(timestamp));
tools/perf/builtin-record.c
1923
fd = perf_data__switch(data, timestamp,
tools/perf/builtin-record.c
1933
data->path, timestamp);
tools/perf/builtin-sched.c
1056
u64 timestamp)
tools/perf/builtin-sched.c
1064
atom->sched_out_time = timestamp;
tools/perf/builtin-sched.c
1077
u64 timestamp __maybe_unused)
tools/perf/builtin-sched.c
1090
add_sched_in_event(struct work_atoms *atoms, u64 timestamp)
tools/perf/builtin-sched.c
1103
if (timestamp < atom->wake_up_time) {
tools/perf/builtin-sched.c
1109
atom->sched_in_time = timestamp;
tools/perf/builtin-sched.c
1116
atoms->max_lat_end = timestamp;
tools/perf/builtin-sched.c
1146
u64 timestamp0, timestamp = sample->time;
tools/perf/builtin-sched.c
1153
sched->cpu_last_switched[cpu] = timestamp;
tools/perf/builtin-sched.c
1155
delta = timestamp - timestamp0;
tools/perf/builtin-sched.c
1179
if (add_sched_out_event(out_events, prev_state, timestamp))
tools/perf/builtin-sched.c
1195
if (add_sched_out_event(in_events, 'R', timestamp))
tools/perf/builtin-sched.c
1198
add_sched_in_event(in_events, timestamp);
tools/perf/builtin-sched.c
1215
u64 timestamp = sample->time;
tools/perf/builtin-sched.c
1230
if (add_sched_out_event(atoms, 'R', timestamp))
tools/perf/builtin-sched.c
1234
add_runtime_event(atoms, runtime, timestamp);
tools/perf/builtin-sched.c
1250
u64 timestamp = sample->time;
tools/perf/builtin-sched.c
1265
if (add_sched_out_event(atoms, 'S', timestamp))
tools/perf/builtin-sched.c
1288
if (atom->sched_out_time > timestamp) {
tools/perf/builtin-sched.c
1294
atom->wake_up_time = timestamp;
tools/perf/builtin-sched.c
1308
u64 timestamp = sample->time;
tools/perf/builtin-sched.c
1333
if (add_sched_out_event(atoms, 'R', timestamp))
tools/perf/builtin-sched.c
1340
atom->sched_in_time = atom->sched_out_time = atom->wake_up_time = timestamp;
tools/perf/builtin-sched.c
1344
if (atom->sched_out_time > timestamp)
tools/perf/builtin-sched.c
1637
u64 timestamp0, timestamp = sample->time;
tools/perf/builtin-sched.c
1665
sched->cpu_last_switched[this_cpu.cpu] = timestamp;
tools/perf/builtin-sched.c
1667
delta = timestamp - timestamp0;
tools/perf/builtin-sched.c
1748
timestamp__scnprintf_usec(timestamp, stimestamp, sizeof(stimestamp));
tools/perf/builtin-sched.c
1780
timestamp__scnprintf_usec(timestamp, stimestamp, sizeof(stimestamp));
tools/perf/builtin-sched.c
1998
static void evsel__save_time(struct evsel *evsel, u64 timestamp, u32 cpu)
tools/perf/builtin-sched.c
2020
r->last_time[cpu] = timestamp;
tools/perf/builtin-sched.c
362
get_new_event(struct task_desc *task, u64 timestamp)
tools/perf/builtin-sched.c
368
event->timestamp = timestamp;
tools/perf/builtin-sched.c
390
u64 timestamp, u64 duration)
tools/perf/builtin-sched.c
404
event = get_new_event(task, timestamp);
tools/perf/builtin-sched.c
413
u64 timestamp, struct task_desc *wakee)
tools/perf/builtin-sched.c
417
event = get_new_event(task, timestamp);
tools/perf/builtin-sched.c
4253
jiffies1 = cptr1->cpu_data->timestamp;
tools/perf/builtin-sched.c
4257
jiffies2 = cptr2->cpu_data->timestamp;
tools/perf/builtin-sched.c
439
u64 timestamp)
tools/perf/builtin-sched.c
441
struct sched_atom *event = get_new_event(task, timestamp);
tools/perf/builtin-sched.c
4434
cpu_second_pass->cpu_data->timestamp =
tools/perf/builtin-sched.c
4435
temp->cpu_data->timestamp - cpu_second_pass->cpu_data->timestamp;
tools/perf/builtin-sched.c
859
u64 timestamp0, timestamp = sample->time;
tools/perf/builtin-sched.c
871
delta = timestamp - timestamp0;
tools/perf/builtin-sched.c
886
sched->cpu_last_switched[cpu] = timestamp;
tools/perf/builtin-sched.c
888
add_sched_event_run(sched, prev, timestamp, delta);
tools/perf/builtin-sched.c
889
add_sched_event_sleep(sched, prev, timestamp);
tools/perf/builtin-sched.c
91
u64 timestamp;
tools/perf/builtin-script.c
2887
pid_t pid, pid_t tid, u64 timestamp)
tools/perf/builtin-script.c
2896
sample->time = timestamp;
tools/perf/builtin-script.c
744
u64 timestamp)
tools/perf/builtin-script.c
766
if (timestamp > clockid_ns)
tools/perf/builtin-script.c
767
tod_ns += timestamp - clockid_ns;
tools/perf/builtin-script.c
769
tod_ns -= clockid_ns - timestamp;
tools/perf/builtin-timechart.c
133
u64 timestamp;
tools/perf/builtin-timechart.c
255
static void pid_fork(struct timechart *tchart, int pid, int ppid, u64 timestamp)
tools/perf/builtin-timechart.c
264
p->start_time = timestamp;
tools/perf/builtin-timechart.c
266
p->current->start_time = timestamp;
tools/perf/builtin-timechart.c
267
p->current->state_since = timestamp;
tools/perf/builtin-timechart.c
271
static void pid_exit(struct timechart *tchart, int pid, u64 timestamp)
tools/perf/builtin-timechart.c
275
p->end_time = timestamp;
tools/perf/builtin-timechart.c
277
p->current->end_time = timestamp;
tools/perf/builtin-timechart.c
357
static void c_state_start(int cpu, u64 timestamp, int state)
tools/perf/builtin-timechart.c
359
cpus_cstate_start_times[cpu] = timestamp;
tools/perf/builtin-timechart.c
363
static void c_state_end(struct timechart *tchart, int cpu, u64 timestamp)
tools/perf/builtin-timechart.c
372
pwr->end_time = timestamp;
tools/perf/builtin-timechart.c
381
u64 timestamp)
tools/perf/builtin-timechart.c
390
pwr->end_time = timestamp;
tools/perf/builtin-timechart.c
401
static void p_state_change(struct timechart *tchart, int cpu, u64 timestamp, u64 new_freq)
tools/perf/builtin-timechart.c
408
pwr = p_state_end(tchart, cpu, timestamp);
tools/perf/builtin-timechart.c
413
cpus_pstate_start_times[cpu] = timestamp;
tools/perf/builtin-timechart.c
425
static void sched_wakeup(struct timechart *tchart, int cpu, u64 timestamp,
tools/perf/builtin-timechart.c
434
we->time = timestamp;
tools/perf/builtin-timechart.c
447
p->current->state_since = timestamp;
tools/perf/builtin-timechart.c
452
p->current->state_since, timestamp, NULL);
tools/perf/builtin-timechart.c
453
p->current->state_since = timestamp;
tools/perf/builtin-timechart.c
458
static void sched_switch(struct timechart *tchart, int cpu, u64 timestamp,
tools/perf/builtin-timechart.c
470
prev_p->current->state_since, timestamp,
tools/perf/builtin-timechart.c
475
p->current->state_since, timestamp,
tools/perf/builtin-timechart.c
478
p->current->state_since = timestamp;
tools/perf/builtin-timechart.c
484
prev_p->current->state_since = timestamp;
tools/perf/builtin-top.c
1140
delay_timestamp = qevent->timestamp + top->delay_secs * NSEC_PER_SEC;
tools/perf/jvmti/jvmti_agent.c
315
header.timestamp = perf_get_timestamp();
tools/perf/jvmti/jvmti_agent.c
344
rec.p.timestamp = perf_get_timestamp();
tools/perf/jvmti/jvmti_agent.c
381
rec.p.timestamp = perf_get_timestamp();
tools/perf/jvmti/jvmti_agent.c
444
rec.p.timestamp = perf_get_timestamp();
tools/perf/util/arm-spe-decoder/arm-spe-decoder.c
171
decoder->record.timestamp = payload;
tools/perf/util/arm-spe-decoder/arm-spe-decoder.h
122
u64 timestamp;
tools/perf/util/arm-spe.c
1124
static int arm_spe_run_decoder(struct arm_spe_queue *speq, u64 *timestamp)
tools/perf/util/arm-spe.c
118
u64 timestamp;
tools/perf/util/arm-spe.c
1186
if (record->timestamp > speq->timestamp)
tools/perf/util/arm-spe.c
1187
speq->timestamp = record->timestamp;
tools/perf/util/arm-spe.c
1194
if (!spe->timeless_decoding && speq->timestamp >= *timestamp) {
tools/perf/util/arm-spe.c
1195
*timestamp = speq->timestamp;
tools/perf/util/arm-spe.c
1240
speq->timestamp = record->timestamp;
tools/perf/util/arm-spe.c
1241
ret = auxtrace_heap__add(&spe->heap, queue_nr, speq->timestamp);
tools/perf/util/arm-spe.c
1292
static int arm_spe_process_queues(struct arm_spe *spe, u64 timestamp)
tools/perf/util/arm-spe.c
1305
if (spe->heap.heap_array[0].ordinal >= timestamp)
tools/perf/util/arm-spe.c
1316
if (ts > timestamp)
tools/perf/util/arm-spe.c
1317
ts = timestamp;
tools/perf/util/arm-spe.c
1319
ts = timestamp;
tools/perf/util/arm-spe.c
1392
u64 timestamp;
tools/perf/util/arm-spe.c
1405
timestamp = perf_time_to_tsc(sample->time, &spe->tc);
tools/perf/util/arm-spe.c
1407
timestamp = 0;
tools/perf/util/arm-spe.c
1409
if (timestamp || spe->timeless_decoding) {
tools/perf/util/arm-spe.c
1421
} else if (timestamp) {
tools/perf/util/arm-spe.c
1422
err = arm_spe_process_queues(spe, timestamp);
tools/perf/util/arm-spe.c
374
sample->time = tsc_to_perf_time(record->timestamp, &spe->tc);
tools/perf/util/auxtrace.c
1279
const char *msg, u64 timestamp,
tools/perf/util/auxtrace.c
1294
auxtrace_error->time = timestamp;
tools/perf/util/auxtrace.c
1310
const char *msg, u64 timestamp)
tools/perf/util/auxtrace.c
1313
ip, msg, timestamp, 0, -1);
tools/perf/util/auxtrace.h
605
const char *msg, u64 timestamp,
tools/perf/util/auxtrace.h
609
const char *msg, u64 timestamp);
tools/perf/util/bpf_kwork_top.c
31
__u64 timestamp;
tools/perf/util/bpf_lock_contention.c
450
if (ts_data->timestamp >= end_ts)
tools/perf/util/bpf_lock_contention.c
453
delta = end_ts - ts_data->timestamp;
tools/perf/util/bpf_skel/kwork_top.bpf.c
146
delta = ts - pelem->timestamp;
tools/perf/util/bpf_skel/kwork_top.bpf.c
167
pelem->timestamp = ts;
tools/perf/util/bpf_skel/kwork_top.bpf.c
220
.timestamp = ts,
tools/perf/util/bpf_skel/kwork_top.bpf.c
256
if (pelem && pelem->timestamp != 0)
tools/perf/util/bpf_skel/kwork_top.bpf.c
257
delta = ts - pelem->timestamp;
tools/perf/util/bpf_skel/kwork_top.bpf.c
26
__u64 timestamp;
tools/perf/util/bpf_skel/kwork_top.bpf.c
292
.timestamp = ts,
tools/perf/util/bpf_skel/kwork_top.bpf.c
329
delta = ts - pelem->timestamp;
tools/perf/util/bpf_skel/lock_contention.bpf.c
536
pelem->timestamp = bpf_ktime_get_ns();
tools/perf/util/bpf_skel/lock_contention.bpf.c
584
.timestamp = pelem->timestamp,
tools/perf/util/bpf_skel/lock_contention.bpf.c
599
update_owner_stat(id, pelem->timestamp - otdata->timestamp,
tools/perf/util/bpf_skel/lock_contention.bpf.c
602
otdata->timestamp = pelem->timestamp;
tools/perf/util/bpf_skel/lock_contention.bpf.c
643
__u64 timestamp;
tools/perf/util/bpf_skel/lock_contention.bpf.c
671
timestamp = bpf_ktime_get_ns();
tools/perf/util/bpf_skel/lock_contention.bpf.c
672
duration = timestamp - pelem->timestamp;
tools/perf/util/bpf_skel/lock_contention.bpf.c
685
update_owner_stat(otdata->stack_id, timestamp - otdata->timestamp, pelem->flags);
tools/perf/util/bpf_skel/lock_contention.bpf.c
699
otdata->timestamp = timestamp;
tools/perf/util/bpf_skel/lock_data.h
14
u64 timestamp;
tools/perf/util/bpf_skel/lock_data.h
9
u64 timestamp; // The time while the owner acquires lock and contention is going on.
tools/perf/util/bpf_skel/off_cpu.bpf.c
276
pelem->timestamp = ts;
tools/perf/util/bpf_skel/off_cpu.bpf.c
293
if (pelem && pelem->timestamp) {
tools/perf/util/bpf_skel/off_cpu.bpf.c
301
__u64 delta = ts - pelem->timestamp;
tools/perf/util/bpf_skel/off_cpu.bpf.c
319
pelem->timestamp = 0;
tools/perf/util/bpf_skel/off_cpu.bpf.c
32
__u64 timestamp;
tools/perf/util/bpf_skel/syscall_summary.bpf.c
113
st.timestamp = bpf_ktime_get_ns();
tools/perf/util/bpf_skel/syscall_summary.bpf.c
146
delta = bpf_ktime_get_ns() - st->timestamp;
tools/perf/util/bpf_skel/syscall_summary.bpf.c
17
u64 timestamp;
tools/perf/util/comm.c
192
struct comm *comm__new(const char *str, u64 timestamp, bool exec)
tools/perf/util/comm.c
199
comm->start = timestamp;
tools/perf/util/comm.c
211
int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec)
tools/perf/util/comm.c
221
comm->start = timestamp;
tools/perf/util/comm.h
23
struct comm *comm__new(const char *str, u64 timestamp, bool exec);
tools/perf/util/comm.h
25
int comm__override(struct comm *comm, const char *str, u64 timestamp,
tools/perf/util/cs-etm-decoder/cs-etm-decoder.c
323
converted_timestamp = elem->timestamp ?
tools/perf/util/cs-etm-decoder/cs-etm-decoder.c
324
cs_etm__convert_sample_time(etmq, elem->timestamp) : 0;
tools/perf/util/evlist.c
1641
int evlist__parse_sample_timestamp(struct evlist *evlist, union perf_event *event, u64 *timestamp)
tools/perf/util/evlist.c
1647
return evsel__parse_sample_timestamp(evsel, event, timestamp);
tools/perf/util/evlist.h
228
int evlist__parse_sample_timestamp(struct evlist *evlist, union perf_event *event, u64 *timestamp);
tools/perf/util/evsel.c
3592
u64 *timestamp)
tools/perf/util/evsel.c
3610
*timestamp = data.time;
tools/perf/util/evsel.c
3629
*timestamp = *array;
tools/perf/util/evsel.h
426
u64 *timestamp);
tools/perf/util/intel-bts.c
447
static int intel_bts_process_queue(struct intel_bts_queue *btsq, u64 *timestamp)
tools/perf/util/intel-bts.c
513
if (timestamp)
tools/perf/util/intel-bts.c
514
*timestamp = btsq->buffer->reference;
tools/perf/util/intel-bts.c
554
static int intel_bts_process_queues(struct intel_bts *bts, u64 timestamp)
tools/perf/util/intel-bts.c
566
if (bts->heap.heap_array[0].ordinal > timestamp)
tools/perf/util/intel-bts.c
600
u64 timestamp;
tools/perf/util/intel-bts.c
612
timestamp = perf_time_to_tsc(sample->time, &bts->tc);
tools/perf/util/intel-bts.c
614
timestamp = 0;
tools/perf/util/intel-bts.c
620
err = intel_bts_process_queues(bts, timestamp);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1051
uint64_t timestamp, masked_timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1053
timestamp = decoder->timestamp + decoder->timestamp_insn_cnt;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1054
masked_timestamp = timestamp & decoder->period_mask;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1059
timestamp += 1;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1060
masked_timestamp = timestamp & decoder->period_mask;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1070
return decoder->period_ticks - (timestamp - masked_timestamp);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1089
uint64_t timestamp, masked_timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1096
timestamp = decoder->timestamp + decoder->timestamp_insn_cnt;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1097
masked_timestamp = timestamp & decoder->period_mask;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
155
uint64_t timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1773
static uint64_t intel_pt_8b_tsc(uint64_t timestamp, uint64_t ref_timestamp)
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1775
timestamp |= (ref_timestamp & (0xffULL << 56));
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1777
if (timestamp < ref_timestamp) {
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1778
if (ref_timestamp - timestamp > (1ULL << 55))
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1779
timestamp += (1ULL << 56);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1781
if (timestamp - ref_timestamp > (1ULL << 55))
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1782
timestamp -= (1ULL << 56);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1785
return timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1790
uint64_t timestamp)
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1798
return timestamp >= decoder->last_reliable_timestamp &&
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1799
timestamp < decoder->buf_timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1804
uint64_t timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1810
timestamp = intel_pt_8b_tsc(decoder->packet.payload,
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1812
decoder->tsc_timestamp = timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1813
decoder->timestamp = timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1816
} else if (decoder->timestamp) {
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1817
timestamp = decoder->packet.payload |
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1818
(decoder->timestamp & (0xffULL << 56));
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1819
decoder->tsc_timestamp = timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1820
if (timestamp < decoder->timestamp &&
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1821
decoder->timestamp - timestamp < decoder->tsc_slip) {
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1823
timestamp);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1824
timestamp = decoder->timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1826
if (timestamp < decoder->timestamp) {
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1828
(timestamp + (1ULL << 56) < decoder->buf_timestamp)) {
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1829
intel_pt_log_to("Wraparound timestamp", timestamp);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1830
timestamp += (1ULL << 56);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1831
decoder->tsc_timestamp = timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1833
intel_pt_log_to("Suppressing bad timestamp", timestamp);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1834
timestamp = decoder->timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1839
(bad || !intel_pt_time_in_range(decoder, timestamp)) &&
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1842
decoder->timestamp = timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1847
decoder->cyc_ref_timestamp = decoder->timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1853
intel_pt_log_to("Setting timestamp", decoder->timestamp);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1876
decoder->cyc_cnt_timestamp = decoder->timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1897
if (!decoder->pge || decoder->timestamp <= decoder->cyc_cnt_timestamp)
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1900
tsc_delta = decoder->timestamp - decoder->cyc_cnt_timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1940
uint64_t timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1962
timestamp = decoder->ctc_timestamp +
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1965
timestamp = decoder->ctc_timestamp +
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1971
if (timestamp < decoder->timestamp)
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1973
timestamp, decoder->timestamp);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1975
decoder->timestamp = timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1983
decoder->cyc_ref_timestamp = decoder->timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1989
intel_pt_log_to("Setting timestamp", decoder->timestamp);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2003
decoder->cyc_ref_timestamp = decoder->timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2011
uint64_t timestamp = decoder->cyc_ref_timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2024
timestamp += decoder->cycle_cnt * decoder->calc_cyc_to_tsc;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2026
timestamp += decoder->cycle_cnt * decoder->cbr_cyc_to_tsc;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2030
if (timestamp < decoder->timestamp)
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2032
timestamp, decoder->timestamp);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2034
decoder->timestamp = timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2038
intel_pt_log_to("Setting timestamp", decoder->timestamp);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2635
ref_timestamp = decoder->timestamp ? decoder->timestamp : decoder->buf_timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2781
host_tsc = intel_pt_8b_tsc(host_tsc, decoder->timestamp);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2792
host_tsc = decoder->timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
3343
if (!decoder->timestamp)
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
3924
if (!decoder->timestamp)
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
3925
decoder->timestamp = 1;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
4070
decoder->state.timestamp = decoder->sample_timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
4396
uint64_t timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
4434
if (tsc < d->timestamp)
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
4451
int intel_pt_fast_forward(struct intel_pt_decoder *decoder, uint64_t timestamp)
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
4453
struct fast_forward_data d = { .timestamp = timestamp };
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
4458
intel_pt_log("Fast forward towards timestamp " x64_fmt "\n", timestamp);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
4503
if (tsc < timestamp) {
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
621
decoder->sample_timestamp = decoder->timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
630
decoder->timestamp = 0;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
780
uint64_t timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
811
uint64_t timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
858
timestamp = data->ctc_timestamp +
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
861
timestamp = data->ctc_timestamp +
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
867
if (timestamp < data->timestamp)
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
871
data->timestamp = timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
884
timestamp = pkt_info->packet.payload |
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
885
(data->timestamp & (0xffULL << 56));
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
886
if (data->from_mtc && timestamp < data->timestamp &&
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
887
data->timestamp - timestamp < decoder->tsc_slip)
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
889
if (timestamp < data->timestamp)
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
890
timestamp += (1ULL << 56);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
894
data->tsc_timestamp = timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
895
data->timestamp = timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
961
cyc_to_tsc = (double)(timestamp - decoder->timestamp) / data->cycle_cnt;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
994
.timestamp = decoder->timestamp,
tools/perf/util/intel-pt-decoder/intel-pt-decoder.h
189
uint64_t timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.h
240
uint64_t timestamp;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.h
306
int intel_pt_fast_forward(struct intel_pt_decoder *decoder, uint64_t timestamp);
tools/perf/util/intel-pt.c
1416
static void intel_pt_first_timestamp(struct intel_pt *pt, u64 timestamp)
tools/perf/util/intel-pt.c
1420
pt->first_timestamp = timestamp;
tools/perf/util/intel-pt.c
1427
intel_pt_set_first_timestamp(ptq->decoder, timestamp);
tools/perf/util/intel-pt.c
1635
if (state->timestamp)
tools/perf/util/intel-pt.c
1639
ptq->timestamp = state->timestamp;
tools/perf/util/intel-pt.c
1641
queue_nr, ptq->timestamp);
tools/perf/util/intel-pt.c
1645
ptq->timestamp < ptq->sel_timestamp)
tools/perf/util/intel-pt.c
1648
ret = auxtrace_heap__add(&pt->heap, queue_nr, ptq->timestamp);
tools/perf/util/intel-pt.c
1720
sample->time = tsc_to_perf_time(ptq->timestamp, &pt->tc);
tools/perf/util/intel-pt.c
213
u64 timestamp;
tools/perf/util/intel-pt.c
2454
u64 timestamp = 0;
tools/perf/util/intel-pt.c
2457
timestamp = items->timestamp;
tools/perf/util/intel-pt.c
2459
timestamp = ptq->timestamp;
tools/perf/util/intel-pt.c
2460
if (timestamp)
tools/perf/util/intel-pt.c
2461
sample.time = tsc_to_perf_time(timestamp, &pt->tc);
tools/perf/util/intel-pt.c
2685
pid_t pid, pid_t tid, u64 ip, u64 timestamp,
tools/perf/util/intel-pt.c
2706
code, cpu, pid, tid, ip, msg, timestamp,
tools/perf/util/intel-pt.c
2731
u64 tm = ptq->timestamp;
tools/perf/util/intel-pt.c
3079
if (ptq->timestamp >= ptq->sel_timestamp) {
tools/perf/util/intel-pt.c
3103
} else if (ptq->timestamp > ptq->sel_timestamp) {
tools/perf/util/intel-pt.c
3120
static int intel_pt_run_decoder(struct intel_pt_queue *ptq, u64 *timestamp)
tools/perf/util/intel-pt.c
3158
ptq->timestamp = state->est_timestamp;
tools/perf/util/intel-pt.c
3176
state->timestamp, state->est_timestamp);
tools/perf/util/intel-pt.c
3177
ptq->timestamp = state->est_timestamp;
tools/perf/util/intel-pt.c
3184
state->timestamp, state->est_timestamp);
tools/perf/util/intel-pt.c
3185
ptq->timestamp = state->est_timestamp;
tools/perf/util/intel-pt.c
3186
} else if (state->timestamp > ptq->timestamp) {
tools/perf/util/intel-pt.c
3187
ptq->timestamp = state->timestamp;
tools/perf/util/intel-pt.c
3196
if (!pt->timeless_decoding && ptq->timestamp >= *timestamp) {
tools/perf/util/intel-pt.c
3197
*timestamp = ptq->timestamp;
tools/perf/util/intel-pt.c
3213
static int intel_pt_process_queues(struct intel_pt *pt, u64 timestamp)
tools/perf/util/intel-pt.c
3226
if (pt->heap.heap_array[0].ordinal >= timestamp)
tools/perf/util/intel-pt.c
3235
timestamp);
tools/perf/util/intel-pt.c
3241
if (ts > timestamp)
tools/perf/util/intel-pt.c
3242
ts = timestamp;
tools/perf/util/intel-pt.c
3244
ts = timestamp;
tools/perf/util/intel-pt.c
3374
u64 timestamp)
tools/perf/util/intel-pt.c
3396
ptq->timestamp = perf_time_to_tsc(timestamp,
tools/perf/util/intel-pt.c
3399
ptq->timestamp);
tools/perf/util/intel-pt.c
3706
u64 timestamp;
tools/perf/util/intel-pt.c
3718
timestamp = perf_time_to_tsc(sample->time, &pt->tc);
tools/perf/util/intel-pt.c
3720
timestamp = 0;
tools/perf/util/intel-pt.c
3722
if (timestamp || pt->timeless_decoding) {
tools/perf/util/intel-pt.c
3738
} else if (timestamp) {
tools/perf/util/intel-pt.c
3740
intel_pt_first_timestamp(pt, timestamp);
tools/perf/util/intel-pt.c
3741
err = intel_pt_process_queues(pt, timestamp);
tools/perf/util/intel-pt.c
3779
event->header.type, sample->cpu, sample->time, timestamp);
tools/perf/util/intel-pt.c
3896
u64 timestamp;
tools/perf/util/intel-pt.c
3904
timestamp = perf_time_to_tsc(sample->time, &pt->tc);
tools/perf/util/intel-pt.c
3906
timestamp = 0;
tools/perf/util/intel-pt.c
3909
data_offset, timestamp);
tools/perf/util/jitdump.c
181
header.timestamp = bswap_64(header.timestamp);
tools/perf/util/jitdump.c
191
(unsigned long long)header.timestamp,
tools/perf/util/jitdump.c
286
prefix->timestamp = bswap_64(prefix->timestamp);
tools/perf/util/jitdump.c
394
static uint64_t convert_timestamp(struct jit_buf_desc *jd, uint64_t timestamp)
tools/perf/util/jitdump.c
400
return timestamp;
tools/perf/util/jitdump.c
422
return tsc_to_perf_time(timestamp, &tc);
tools/perf/util/jitdump.c
515
id->time = convert_timestamp(jd, jr->load.p.timestamp);
tools/perf/util/jitdump.c
626
id->time = convert_timestamp(jd, jr->load.p.timestamp);
tools/perf/util/jitdump.h
44
uint64_t timestamp; /* timestamp */
tools/perf/util/jitdump.h
62
uint64_t timestamp;
tools/perf/util/ordered-events.c
172
ordered_events__new_event(struct ordered_events *oe, u64 timestamp,
tools/perf/util/ordered-events.c
179
new->timestamp = timestamp;
tools/perf/util/ordered-events.c
195
u64 timestamp, u64 file_offset, const char *file_path)
tools/perf/util/ordered-events.c
199
if (!timestamp || timestamp == ~0ULL)
tools/perf/util/ordered-events.c
202
if (timestamp < oe->last_flush) {
tools/perf/util/ordered-events.c
203
pr_oe_time(timestamp, "out of order event\n");
tools/perf/util/ordered-events.c
21
u64 timestamp = new->timestamp;
tools/perf/util/ordered-events.c
210
oevent = ordered_events__new_event(oe, timestamp, event);
tools/perf/util/ordered-events.c
213
oevent = ordered_events__new_event(oe, timestamp, event);
tools/perf/util/ordered-events.c
229
u64 last_ts = oe->last ? oe->last->timestamp : 0ULL;
tools/perf/util/ordered-events.c
243
if (iter->timestamp > limit)
tools/perf/util/ordered-events.c
250
oe->last_flush = iter->timestamp;
tools/perf/util/ordered-events.c
268
u64 timestamp)
tools/perf/util/ordered-events.c
27
pr_oe_time2(timestamp, "queue_event nr_events %u\n", oe->nr_events);
tools/perf/util/ordered-events.c
304
oe->next_flush = first->timestamp;
tools/perf/util/ordered-events.c
305
oe->next_flush += (last->timestamp - first->timestamp) / 2;
tools/perf/util/ordered-events.c
31
oe->max_timestamp = timestamp;
tools/perf/util/ordered-events.c
310
oe->next_flush = timestamp;
tools/perf/util/ordered-events.c
345
int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp)
tools/perf/util/ordered-events.c
347
return __ordered_events__flush(oe, OE_FLUSH__TIME, timestamp);
tools/perf/util/ordered-events.c
358
return event->timestamp;
tools/perf/util/ordered-events.c
40
if (last->timestamp <= timestamp) {
tools/perf/util/ordered-events.c
41
while (last->timestamp <= timestamp) {
tools/perf/util/ordered-events.c
45
oe->max_timestamp = timestamp;
tools/perf/util/ordered-events.c
52
while (last->timestamp > timestamp) {
tools/perf/util/ordered-events.h
10
u64 timestamp;
tools/perf/util/ordered-events.h
57
u64 timestamp, u64 file_offset, const char *file_path);
tools/perf/util/ordered-events.h
60
int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp);
tools/perf/util/powerpc-vpadtl.c
136
unsigned long long timestamp = 0;
tools/perf/util/powerpc-vpadtl.c
153
timestamp = result;
tools/perf/util/powerpc-vpadtl.c
156
return timestamp;
tools/perf/util/powerpc-vpadtl.c
313
static int powerpc_vpadtl_run_decoder(struct powerpc_vpadtl_queue *vpaq, u64 *timestamp)
tools/perf/util/powerpc-vpadtl.c
339
if (vpaq_timestamp > vpaq->timestamp)
tools/perf/util/powerpc-vpadtl.c
340
vpaq->timestamp = vpaq_timestamp;
tools/perf/util/powerpc-vpadtl.c
347
if (vpaq->timestamp >= *timestamp) {
tools/perf/util/powerpc-vpadtl.c
348
*timestamp = vpaq->timestamp;
tools/perf/util/powerpc-vpadtl.c
370
static int powerpc_vpadtl_process_queues(struct powerpc_vpadtl *vpa, u64 timestamp)
tools/perf/util/powerpc-vpadtl.c
383
if (vpa->heap.heap_array[0].ordinal >= timestamp)
tools/perf/util/powerpc-vpadtl.c
394
if (ts > timestamp)
tools/perf/util/powerpc-vpadtl.c
395
ts = timestamp;
tools/perf/util/powerpc-vpadtl.c
397
ts = timestamp;
tools/perf/util/powerpc-vpadtl.c
475
vpaq->timestamp = powerpc_vpadtl_timestamp(vpaq);
tools/perf/util/powerpc-vpadtl.c
477
ret = auxtrace_heap__add(&vpa->heap, queue_nr, vpaq->timestamp);
tools/perf/util/powerpc-vpadtl.c
48
u64 timestamp;
tools/perf/util/s390-cpumcf-kernel.h
43
unsigned long timestamp; /* 128-191 Timestamp (TOD) */
tools/perf/util/s390-cpumsf-kernel.h
58
unsigned char timestamp[16]; /* 16 - 31 timestamp */
tools/perf/util/s390-cpumsf.c
318
memcpy(&ts, &te->timestamp[idx], sizeof(ts));
tools/perf/util/s390-cpumsf.c
336
memcpy(&local.timestamp, te->timestamp, sizeof(te->timestamp));
tools/perf/util/s390-cpumsf.c
845
static int s390_cpumsf_process_queues(struct s390_cpumsf *sf, u64 timestamp)
tools/perf/util/s390-cpumsf.c
858
if (sf->heap.heap_array[0].ordinal >= timestamp)
tools/perf/util/s390-cpumsf.c
868
if (ts > timestamp)
tools/perf/util/s390-cpumsf.c
869
ts = timestamp;
tools/perf/util/s390-cpumsf.c
871
ts = timestamp;
tools/perf/util/s390-cpumsf.c
889
pid_t pid, pid_t tid, u64 ip, u64 timestamp)
tools/perf/util/s390-cpumsf.c
897
code, cpu, pid, tid, ip, msg, timestamp);
tools/perf/util/s390-cpumsf.c
922
u64 timestamp = sample->time;
tools/perf/util/s390-cpumsf.c
949
if (timestamp) {
tools/perf/util/s390-cpumsf.c
950
err = s390_cpumsf_update_queues(sf, timestamp);
tools/perf/util/s390-cpumsf.c
952
err = s390_cpumsf_process_queues(sf, timestamp);
tools/perf/util/s390-sample-raw.c
107
te.cfvn, te.csvn, te.cpu_speed, te.timestamp);
tools/perf/util/s390-sample-raw.c
93
te.timestamp = be64_to_cpu(tep->timestamp);
tools/perf/util/session.c
1863
u64 timestamp = -1ULL;
tools/perf/util/session.c
1865
ret = evlist__parse_sample_timestamp(evlist, event, ×tamp);
tools/perf/util/session.c
1869
ret = perf_session__queue_event(session, event, timestamp, file_offset, file_path);
tools/perf/util/session.c
808
u64 timestamp, u64 file_offset, const char *file_path)
tools/perf/util/session.c
810
return ordered_events__queue(&s->ordered_events, event, timestamp, file_offset, file_path);
tools/perf/util/session.h
136
u64 timestamp, u64 file_offset, const char *file_path);
tools/perf/util/stat-display.c
1029
json_out(os, "%s", os->timestamp);
tools/perf/util/stat-display.c
1031
fprintf(config->output, "%s", os->timestamp);
tools/perf/util/stat-display.c
1256
scnprintf(os->timestamp, sizeof(os->timestamp), "\"interval\" : %lu.%09lu",
tools/perf/util/stat-display.c
1259
scnprintf(os->timestamp, sizeof(os->timestamp), "%lu.%09lu%s",
tools/perf/util/stat-display.c
1262
scnprintf(os->timestamp, sizeof(os->timestamp), "%6lu.%09lu ",
tools/perf/util/stat-display.c
133
char timestamp[64];
tools/perf/util/stat-display.c
1570
iostat_print_counters(evlist, config, ts, os.timestamp,
tools/perf/util/stat-display.c
438
fputs(os->timestamp, os->fh);
tools/perf/util/stat-display.c
542
json_out(os, "%s", os->timestamp);
tools/perf/util/stat-display.c
996
json_out(os, "%s", os->timestamp);
tools/perf/util/stat-display.c
998
fprintf(output, "%s", os->timestamp);
tools/perf/util/synthetic-events.c
2539
__u64 *cpu, __u64 timestamp)
tools/perf/util/synthetic-events.c
2556
cs->timestamp = timestamp;
tools/perf/util/synthetic-events.c
2592
__u64 cpu, __u64 timestamp)
tools/perf/util/synthetic-events.c
2623
ds->timestamp = timestamp;
tools/perf/util/synthetic-events.c
2662
__u64 timestamp;
tools/perf/util/synthetic-events.c
2693
timestamp = atol(line + 10);
tools/perf/util/synthetic-events.c
2704
&cpu, timestamp);
tools/perf/util/synthetic-events.c
2707
cpu, timestamp);
tools/perf/util/thread-stack.c
1011
timestamp, ref, false);
tools/perf/util/thread-stack.c
300
u64 timestamp, u64 ref, bool no_return)
tools/perf/util/thread-stack.c
313
cr.call_time = tse->timestamp;
tools/perf/util/thread-stack.c
314
cr.return_time = timestamp;
tools/perf/util/thread-stack.c
55
u64 timestamp;
tools/perf/util/thread-stack.c
783
u64 timestamp, u64 ref, struct call_path *cp,
tools/perf/util/thread-stack.c
800
tse->timestamp = timestamp;
tools/perf/util/thread-stack.c
815
u64 ret_addr, u64 timestamp, u64 ref,
tools/perf/util/thread-stack.c
828
timestamp, ref, false);
tools/perf/util/thread-stack.c
834
timestamp, ref, false);
tools/perf/util/thread-stack.c
846
timestamp, ref,
tools/perf/util/thread-stack.c
852
timestamp, ref, false);
tools/perf/util/thread-stack.c
998
struct thread_stack *ts, u64 timestamp,
tools/perf/util/thread.c
169
static int __thread__set_namespaces(struct thread *thread, u64 timestamp,
tools/perf/util/thread.c
180
if (timestamp && curr) {
tools/perf/util/thread.c
187
curr->end_time = timestamp;
tools/perf/util/thread.c
193
int thread__set_namespaces(struct thread *thread, u64 timestamp,
tools/perf/util/thread.c
199
ret = __thread__set_namespaces(thread, timestamp, event);
tools/perf/util/thread.c
251
u64 timestamp, bool exec)
tools/perf/util/thread.c
258
int err = comm__override(curr, str, timestamp, exec);
tools/perf/util/thread.c
262
new = comm__new(str, timestamp, exec);
tools/perf/util/thread.c
276
int __thread__set_comm(struct thread *thread, const char *str, u64 timestamp,
tools/perf/util/thread.c
282
ret = ____thread__set_comm(thread, str, timestamp, exec);
tools/perf/util/thread.c
414
int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone)
tools/perf/util/thread.c
421
err = thread__set_comm(thread, comm, timestamp);
tools/perf/util/thread.h
102
int __thread__set_comm(struct thread *thread, const char *comm, u64 timestamp,
tools/perf/util/thread.h
105
u64 timestamp)
tools/perf/util/thread.h
107
return __thread__set_comm(thread, comm, timestamp, false);
tools/perf/util/thread.h
117
int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone);
tools/perf/util/thread.h
99
int thread__set_namespaces(struct thread *thread, u64 timestamp,
tools/perf/util/time-utils.c
419
bool perf_time__skip_sample(struct perf_time_interval *ptime, u64 timestamp)
tools/perf/util/time-utils.c
422
if (timestamp == 0)
tools/perf/util/time-utils.c
426
if ((ptime->start && timestamp < ptime->start) ||
tools/perf/util/time-utils.c
427
(ptime->end && timestamp > ptime->end)) {
tools/perf/util/time-utils.c
435
int num, u64 timestamp)
tools/perf/util/time-utils.c
440
if ((!ptime_buf) || (timestamp == 0) || (num == 0))
tools/perf/util/time-utils.c
444
return perf_time__skip_sample(&ptime_buf[0], timestamp);
tools/perf/util/time-utils.c
452
if (timestamp >= ptime->start &&
tools/perf/util/time-utils.c
453
(timestamp <= ptime->end || !ptime->end)) {
tools/perf/util/time-utils.c
528
int timestamp__scnprintf_usec(u64 timestamp, char *buf, size_t sz)
tools/perf/util/time-utils.c
530
u64 sec = timestamp / NSEC_PER_SEC;
tools/perf/util/time-utils.c
531
u64 usec = (timestamp % NSEC_PER_SEC) / NSEC_PER_USEC;
tools/perf/util/time-utils.c
536
int timestamp__scnprintf_nsec(u64 timestamp, char *buf, size_t sz)
tools/perf/util/time-utils.c
538
u64 sec = timestamp / NSEC_PER_SEC,
tools/perf/util/time-utils.c
539
nsec = timestamp % NSEC_PER_SEC;
tools/perf/util/time-utils.h
22
bool perf_time__skip_sample(struct perf_time_interval *ptime, u64 timestamp);
tools/perf/util/time-utils.h
25
int num, u64 timestamp);
tools/perf/util/time-utils.h
38
int timestamp__scnprintf_usec(u64 timestamp, char *buf, size_t sz);
tools/perf/util/time-utils.h
39
int timestamp__scnprintf_nsec(u64 timestamp, char *buf, size_t sz);
tools/testing/cxl/test/mem.c
182
u64 timestamp;
tools/testing/cxl/test/mem.c
508
mdata->timestamp = le64_to_cpu(ts->timestamp);
tools/testing/selftests/bpf/progs/net_timestamping.c
120
u64 timestamp = bpf_ktime_get_ns();
tools/testing/selftests/bpf/progs/net_timestamping.c
163
val->sched_delay = timestamp - val->sendmsg_ns;
tools/testing/selftests/bpf/progs/net_timestamping.c
168
val->snd_sw_delay = timestamp - prior_ts;
tools/testing/selftests/bpf/progs/net_timestamping.c
173
val->ack_delay = timestamp - prior_ts;
tools/testing/selftests/bpf/progs/net_timestamping.c
193
u64 timestamp = bpf_ktime_get_ns();
tools/testing/selftests/bpf/progs/net_timestamping.c
205
stg->sendmsg_ns = timestamp;
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
232
bpf_ntohl(md.u.md2.timestamp));
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
313
bpf_ntohl(md.u.md2.timestamp));
tools/testing/selftests/bpf/progs/xdp_hw_metadata.c
20
__u64 *timestamp) __ksym;
tools/testing/selftests/bpf/progs/xdp_metadata.c
30
__u64 *timestamp) __ksym;
tools/testing/selftests/bpf/progs/xdp_metadata.c
46
u64 timestamp = -1;
tools/testing/selftests/bpf/progs/xdp_metadata.c
94
bpf_xdp_metadata_rx_timestamp(ctx, ×tamp);
tools/testing/selftests/bpf/progs/xdp_metadata.c
95
if (timestamp == 0)
tools/testing/selftests/net/nettest.c
169
timestamp(timebuf, sizeof(timebuf)),
tools/testing/selftests/net/nettest.c
187
timestamp(timebuf, sizeof(timebuf)),
tools/testing/selftests/net/nettest.c
205
timestamp(timebuf, sizeof(timebuf)),
tools/testing/selftests/net/tcp_ao/lib/aolib.h
671
int timestamp;
tools/testing/selftests/net/tcp_ao/lib/repair.c
109
len = sizeof(state->timestamp);
tools/testing/selftests/net/tcp_ao/lib/repair.c
110
ret = getsockopt(sk, SOL_TCP, TCP_TIMESTAMP, &state->timestamp, &len);
tools/testing/selftests/net/tcp_ao/lib/repair.c
111
if (ret || len != sizeof(state->timestamp))
tools/testing/selftests/net/tcp_ao/lib/repair.c
213
&state->timestamp, opt_nr * sizeof(opts[0])))
tools/tracing/latency/latency-collector.c
1073
const struct timespec *timestamp, char *buffer,
tools/tracing/latency/latency-collector.c
1082
sec = timestamp->tv_sec;
tools/tracing/latency/latency-collector.c
1083
us = timestamp->tv_nsec / 1000;
tools/tracing/latency/latency-collector.c
1112
const struct timespec *timestamp, char *buffer,
tools/tracing/latency/latency-collector.c
1116
__print_skipmessage(resize_msg, timestamp, buffer, bufspace, req,
tools/tracing/latency/latency-collector.c
1120
static void print_lostmessage(const struct timespec *timestamp, char *buffer,
tools/tracing/latency/latency-collector.c
1124
__print_skipmessage(NULL, timestamp, buffer, bufspace, req, true,
tools/tracing/latency/latency-collector.c
1129
const struct timespec *timestamp, char *buffer,
tools/tracing/latency/latency-collector.c
1159
sec = timestamp->tv_sec;
tools/tracing/latency/latency-collector.c
1160
us = timestamp->tv_nsec / 1000;
tools/tracing/latency/latency-collector.c
1462
struct timespec timestamp;
tools/tracing/latency/latency-collector.c
1527
×tamp);
tools/tracing/latency/latency-collector.c
1528
print_lostmessage(×tamp, buffer,
tools/tracing/latency/latency-collector.c
1558
struct timespec timestamp;
tools/tracing/latency/latency-collector.c
1572
clock_gettime_or_die(CLOCK_MONOTONIC, ×tamp);
tools/tracing/latency/latency-collector.c
1578
print_lostmessage(×tamp, buffer, bufspace,
tools/tracing/latency/latency-collector.c
1622
print_tracefile(&resize_msg, ×tamp, buffer,
tools/tracing/latency/latency-collector.c
1625
print_skipmessage(&resize_msg, ×tamp,
tools/tracing/latency/latency-collector.c
1628
print_skipmessage(&resize_msg, ×tamp, buffer,