timestamp 92 arch/alpha/include/asm/err_common.h union el_timestamp timestamp; timestamp 99 arch/alpha/include/asm/err_common.h union el_timestamp timestamp; timestamp 15 arch/alpha/include/asm/err_ev7.h union el_timestamp timestamp; timestamp 91 arch/alpha/kernel/err_common.c union el_timestamp timestamp; timestamp 109 arch/alpha/kernel/err_common.c timestamp.as_int = 0; timestamp 116 arch/alpha/kernel/err_common.c timestamp = header->by_type.sys_event.timestamp; timestamp 123 arch/alpha/kernel/err_common.c timestamp = header->by_type.err_halt.timestamp; timestamp 129 arch/alpha/kernel/err_common.c timestamp.as_int = 0; timestamp 143 arch/alpha/kernel/err_common.c el_print_timestamp(×tamp); timestamp 169 arch/alpha/kernel/err_common.c el_print_timestamp(union el_timestamp *timestamp) timestamp 171 arch/alpha/kernel/err_common.c if (timestamp->as_int) timestamp 174 arch/alpha/kernel/err_common.c timestamp->b.month, timestamp->b.day, timestamp 175 arch/alpha/kernel/err_common.c timestamp->b.year, timestamp->b.hour, timestamp 176 arch/alpha/kernel/err_common.c timestamp->b.minute, timestamp->b.second); timestamp 254 arch/alpha/kernel/err_ev7.c el_print_timestamp(&packet->by_type.logout.timestamp); timestamp 1136 arch/alpha/kernel/err_marvel.c el_print_timestamp(&lf_subpackets->logout->timestamp); timestamp 333 arch/ia64/include/asm/sal.h sal_log_timestamp_t timestamp; /* Timestamp */ timestamp 507 arch/ia64/include/asm/sal.h u8 timestamp[4]; timestamp 37 arch/powerpc/include/asm/nvram.h __be64 timestamp; timestamp 131 arch/powerpc/include/asm/spu.h unsigned long long timestamp; timestamp 365 arch/powerpc/kernel/nvram_64.c oops_hdr->timestamp = cpu_to_be64(ktime_get_real_seconds()); timestamp 400 arch/powerpc/kernel/nvram_64.c oops_hdr->timestamp = cpu_to_be64(ktime_get_real_seconds()); timestamp 514 arch/powerpc/kernel/nvram_64.c record->time.tv_sec = be64_to_cpu(oops_hdr->timestamp); timestamp 697 arch/powerpc/kernel/nvram_64.c oops_hdr->timestamp = cpu_to_be64(ktime_get_real_seconds()); timestamp 241 arch/powerpc/platforms/cell/spufs/sched.c spu->timestamp = jiffies; timestamp 449 arch/powerpc/platforms/cell/spufs/sched.c spu->timestamp = jiffies; timestamp 4086 arch/powerpc/xmon/xmon.c DUMP_FIELD(spu, "0x%llx", timestamp); timestamp 38 arch/s390/appldata/appldata_mem.c u64 timestamp; timestamp 113 arch/s390/appldata/appldata_mem.c mem_data->timestamp = get_tod_clock(); timestamp 34 arch/s390/appldata/appldata_net_sum.c u64 timestamp; timestamp 115 arch/s390/appldata/appldata_net_sum.c net_data->timestamp = get_tod_clock(); timestamp 57 arch/s390/appldata/appldata_os.c u64 timestamp; timestamp 158 arch/s390/appldata/appldata_os.c os_data->timestamp = get_tod_clock(); timestamp 144 arch/s390/include/asm/cpu_mf.h unsigned char timestamp[16]; /* 16 - 31 timestamp */ timestamp 298 arch/s390/include/asm/cpu_mf.h return *((unsigned long long *) &te->timestamp[1]); timestamp 301 arch/s390/include/asm/cpu_mf.h return *((unsigned long long *) &te->timestamp[0]); timestamp 89 arch/s390/kernel/perf_cpum_cf_diag.c unsigned long timestamp; /* 128-191 Timestamp (TOD) */ timestamp 122 arch/s390/kernel/perf_cpum_cf_diag.c store_tod_clock((__u64 *)&te->timestamp); timestamp 475 arch/s390/kernel/perf_cpum_cf_diag.c trailer_stop->progusage[0] = trailer_start->timestamp; timestamp 1254 arch/x86/kernel/fpu/xstate.c unsigned long timestamp = READ_ONCE(task->thread.fpu.avx512_timestamp); timestamp 1257 arch/x86/kernel/fpu/xstate.c if (!timestamp) { timestamp 1263 arch/x86/kernel/fpu/xstate.c delta = (long)(jiffies - timestamp); timestamp 35 block/partitions/sun.c __be32 timestamp[8]; /* Partition timestamp */ timestamp 1030 drivers/acpi/apei/erst.c record->time.tv_sec = rcd->hdr.timestamp; timestamp 1054 drivers/acpi/apei/erst.c rcd->hdr.timestamp = ktime_get_real_seconds(); timestamp 296 drivers/acpi/ec.c ec->timestamp = jiffies; timestamp 305 drivers/acpi/ec.c ec->timestamp = jiffies; timestamp 312 drivers/acpi/ec.c ec->timestamp = jiffies; timestamp 730 drivers/acpi/ec.c unsigned long timeout = ec->timestamp + guard; timestamp 1350 drivers/acpi/ec.c ec->timestamp = jiffies; timestamp 180 drivers/acpi/internal.h unsigned long timestamp; timestamp 374 drivers/ata/libata-eh.c ent->timestamp = get_jiffies_64(); timestamp 1862 drivers/ata/libata-eh.c if ((ent->eflags & ATA_EFLAG_OLD_ER) || (ent->timestamp < arg->since)) timestamp 3603 drivers/ata/libata-eh.c (ent->timestamp < now - min(now, interval))) timestamp 503 drivers/ata/libata-transport.c seconds = div_u64_rem(ent->timestamp, HZ, &rem); timestamp 541 drivers/atm/eni.c skb->tstamp = eni_vcc->timestamp; timestamp 706 drivers/atm/eni.c ENI_VCC(vcc)->timestamp = ktime_get_real(); timestamp 63 drivers/atm/eni.h ktime_t timestamp; /* for RX timing */ timestamp 151 drivers/atm/iphase.c else if (!dev->desc_tbl[desc1 -1].timestamp) { timestamp 155 drivers/atm/iphase.c else if (dev->desc_tbl[desc1 -1].timestamp) { timestamp 161 drivers/atm/iphase.c dev->desc_tbl[desc1 -1].timestamp = 0; timestamp 191 drivers/atm/iphase.c if (!dev->desc_tbl[i].timestamp) { timestamp 196 drivers/atm/iphase.c delta = jiffies - dev->desc_tbl[i].timestamp; timestamp 198 drivers/atm/iphase.c IF_ABR(printk("RECOVER run!! desc_tbl %d = %d delta = %ld, time = %ld\n", i,dev->desc_tbl[i].timestamp, delta, jiffies);) timestamp 209 drivers/atm/iphase.c dev->desc_tbl[i].timestamp = 0; timestamp 222 drivers/atm/iphase.c while (!desc_num || (dev->desc_tbl[desc_num -1]).timestamp) { timestamp 232 drivers/atm/iphase.c dev->desc_tbl[desc_num -1].timestamp = jiffies; timestamp 1047 drivers/atm/iphase.c printk("Desc_tbl[%d] = %d \n", i, iadev->desc_tbl[i].timestamp); timestamp 1611 drivers/atm/iphase.c iadev->desc_tbl[i].timestamp = 0; timestamp 881 drivers/atm/iphase.h u32 timestamp; timestamp 358 drivers/block/sx8.c __le32 timestamp; timestamp 597 drivers/block/sx8.c st->timestamp = cpu_to_le32(tv); timestamp 143 drivers/dma-buf/dma-fence.c fence->timestamp = ktime_get(); timestamp 80 drivers/dma-buf/sync_debug.c ktime_to_timespec64(fence->timestamp); timestamp 392 drivers/dma-buf/sync_file.c ktime_to_ns(fence->timestamp) : timestamp 1499 drivers/firewire/core-cdev.c e->phy_packet.data[0] = packet->timestamp; timestamp 732 drivers/firewire/core-transaction.c u32 timestamp; timestamp 737 drivers/firewire/core-transaction.c timestamp = request_timestamp & ~0x1fff; timestamp 738 drivers/firewire/core-transaction.c timestamp += (cycles / 8000) << 13; timestamp 739 drivers/firewire/core-transaction.c timestamp |= cycles % 8000; timestamp 741 drivers/firewire/core-transaction.c return timestamp; timestamp 785 drivers/firewire/core-transaction.c request->response.timestamp = timestamp 786 drivers/firewire/core-transaction.c compute_split_timeout_timestamp(card, p->timestamp); timestamp 404 drivers/firewire/nosy.c u32 tcode_mask, tcode, timestamp; timestamp 414 drivers/firewire/nosy.c timestamp = ts64.tv_nsec / NSEC_PER_USEC; timestamp 415 drivers/firewire/nosy.c lynx->rcv_buffer[0] = (__force __le32)timestamp; timestamp 437 drivers/firewire/nosy.c u32 timestamp; timestamp 440 drivers/firewire/nosy.c timestamp = ts64.tv_nsec / NSEC_PER_USEC; timestamp 445 drivers/firewire/nosy.c packet_buffer_put(&client->buffer, ×tamp, 4); timestamp 858 drivers/firewire/ohci.c p.timestamp = status & 0xffff; timestamp 1305 drivers/firewire/ohci.c d[0].res_count = cpu_to_le16(packet->timestamp); timestamp 1453 drivers/firewire/ohci.c packet->timestamp = le16_to_cpu(last->res_count); timestamp 413 drivers/firmware/efi/cper.c __u8 hour, min, sec, day, mon, year, century, *timestamp; timestamp 416 drivers/firmware/efi/cper.c timestamp = (__u8 *)&(gdata->time_stamp); timestamp 417 drivers/firmware/efi/cper.c sec = bcd2bin(timestamp[0]); timestamp 418 drivers/firmware/efi/cper.c min = bcd2bin(timestamp[1]); timestamp 419 drivers/firmware/efi/cper.c hour = bcd2bin(timestamp[2]); timestamp 420 drivers/firmware/efi/cper.c day = bcd2bin(timestamp[4]); timestamp 421 drivers/firmware/efi/cper.c mon = bcd2bin(timestamp[5]); timestamp 422 drivers/firmware/efi/cper.c year = bcd2bin(timestamp[6]); timestamp 423 drivers/firmware/efi/cper.c century = bcd2bin(timestamp[7]); timestamp 426 drivers/firmware/efi/cper.c (timestamp[3] & 0x1 ? "precise " : "imprecise "), timestamp 33 drivers/firmware/efi/efi-pstore.c static inline u64 generic_id(u64 timestamp, unsigned int part, int count) timestamp 35 drivers/firmware/efi/efi-pstore.c return (timestamp * 100 + part) * 1000 + count; timestamp 704 drivers/gpio/gpiolib.c u64 timestamp; timestamp 846 drivers/gpio/gpiolib.c if (!le->timestamp) timestamp 847 drivers/gpio/gpiolib.c ge.timestamp = ktime_get_real_ns(); timestamp 849 drivers/gpio/gpiolib.c ge.timestamp = le->timestamp; timestamp 885 drivers/gpio/gpiolib.c le->timestamp = ktime_get_real_ns(); timestamp 267 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c uint16_t pasid, uint64_t timestamp) timestamp 276 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c stamp = max(timestamp, AMDGPU_GMC_FAULT_TIMEOUT + 1) - timestamp 278 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c if (gmc->fault_ring[gmc->last_fault].timestamp >= stamp) timestamp 284 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c while (fault->timestamp >= stamp) { timestamp 290 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c tmp = fault->timestamp; timestamp 294 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c if (fault->timestamp >= tmp) timestamp 301 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c fault->timestamp = timestamp; timestamp 69 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h uint64_t timestamp; timestamp 234 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h uint16_t pasid, uint64_t timestamp); timestamp 52 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h uint64_t timestamp; timestamp 86 drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h __field(uint64_t, timestamp) timestamp 98 drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h __entry->timestamp = iv->timestamp; timestamp 110 drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h __entry->timestamp, __entry->pasid, timestamp 343 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c entry->timestamp)) timestamp 274 drivers/gpu/drm/amd/amdgpu/navi10_ih.c entry->timestamp = dw[1] | ((u64)(dw[2] & 0xffff) << 32); timestamp 457 drivers/gpu/drm/amd/amdgpu/vega10_ih.c entry->timestamp = dw[1] | ((u64)(dw[2] & 0xffff) << 32); timestamp 109 drivers/gpu/drm/i915/gt/intel_breadcrumbs.c __dma_fence_signal__timestamp(struct dma_fence *fence, ktime_t timestamp) timestamp 111 drivers/gpu/drm/i915/gt/intel_breadcrumbs.c fence->timestamp = timestamp; timestamp 134 drivers/gpu/drm/i915/gt/intel_breadcrumbs.c const ktime_t timestamp = ktime_get(); timestamp 194 drivers/gpu/drm/i915/gt/intel_breadcrumbs.c __dma_fence_signal__timestamp(&rq->fence, timestamp); timestamp 9 drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h u64 timestamp; timestamp 79 drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c if (alarm->timestamp > nvkm_timer_read(tmr)) { timestamp 81 drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c tmr->func->alarm_init(tmr, alarm->timestamp); timestamp 82 drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c if (alarm->timestamp > nvkm_timer_read(tmr)) timestamp 121 drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c alarm->timestamp = nvkm_timer_read(tmr) + nsec; timestamp 123 drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c if (list->timestamp > alarm->timestamp) timestamp 132 drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c tmr->func->alarm_init(tmr, alarm->timestamp); timestamp 138 drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c WARN_ON(alarm->timestamp <= nvkm_timer_read(tmr)); timestamp 1549 drivers/hid/hid-logitech-hidpp.c u16 timestamp; timestamp 2291 drivers/hid/hid-logitech-hidpp.c .timestamp = data[1], timestamp 133 drivers/hid/hid-multitouch.c int timestamp; /* the timestamp to be sent */ timestamp 932 drivers/hid/hid-multitouch.c input_event(input, EV_MSC, MSC_TIMESTAMP, app->timestamp); timestamp 964 drivers/hid/hid-multitouch.c return app->timestamp + delta; timestamp 1163 drivers/hid/hid-multitouch.c app->timestamp = mt_compute_timestamp(app, scantime); timestamp 58 drivers/hid/hid-sensor-custom.c u64 timestamp; timestamp 437 drivers/hid/hid-sensor-custom.c header.timestamp = ktime_get_real_ns(); timestamp 948 drivers/hid/hid-sony.c u16 timestamp; timestamp 1010 drivers/hid/hid-sony.c timestamp = get_unaligned_le16(&rd[offset]); timestamp 1012 drivers/hid/hid-sony.c sc->timestamp_us = ((unsigned int)timestamp * 16) / 3; timestamp 1017 drivers/hid/hid-sony.c if (sc->prev_timestamp > timestamp) timestamp 1018 drivers/hid/hid-sony.c delta = (U16_MAX - sc->prev_timestamp + timestamp + 1); timestamp 1020 drivers/hid/hid-sony.c delta = timestamp - sc->prev_timestamp; timestamp 1023 drivers/hid/hid-sony.c sc->prev_timestamp = timestamp; timestamp 33 drivers/hwtracing/coresight/coresight-etm-perf.c PMU_FORMAT_ATTR(timestamp, "config:" __stringify(ETM_OPT_TS)); timestamp 113 drivers/iio/accel/bma220_spi.c pf->timestamp); timestamp 197 drivers/iio/accel/bmc150-accel-core.c int64_t timestamp, old_timestamp; /* Only used in hw fifo mode. */ timestamp 889 drivers/iio/accel/bmc150-accel-core.c data->old_timestamp = data->timestamp; timestamp 890 drivers/iio/accel/bmc150-accel-core.c data->timestamp = iio_get_time_ns(indio_dev); timestamp 907 drivers/iio/accel/bmc150-accel-core.c sample_period = (data->timestamp - data->old_timestamp); timestamp 909 drivers/iio/accel/bmc150-accel-core.c tstamp = data->timestamp - (count - 1) * sample_period; timestamp 1121 drivers/iio/accel/bmc150-accel-core.c pf->timestamp); timestamp 1219 drivers/iio/accel/bmc150-accel-core.c data->timestamp); timestamp 1228 drivers/iio/accel/bmc150-accel-core.c data->timestamp); timestamp 1237 drivers/iio/accel/bmc150-accel-core.c data->timestamp); timestamp 1289 drivers/iio/accel/bmc150-accel-core.c data->old_timestamp = data->timestamp; timestamp 1290 drivers/iio/accel/bmc150-accel-core.c data->timestamp = iio_get_time_ns(indio_dev); timestamp 38 drivers/iio/accel/hid-sensor-accel-3d.c int64_t timestamp; timestamp 224 drivers/iio/accel/hid-sensor-accel-3d.c int len, int64_t timestamp) timestamp 227 drivers/iio/accel/hid-sensor-accel-3d.c iio_push_to_buffers_with_timestamp(indio_dev, data, timestamp); timestamp 240 drivers/iio/accel/hid-sensor-accel-3d.c if (!accel_state->timestamp) timestamp 241 drivers/iio/accel/hid-sensor-accel-3d.c accel_state->timestamp = iio_get_time_ns(indio_dev); timestamp 246 drivers/iio/accel/hid-sensor-accel-3d.c accel_state->timestamp); timestamp 248 drivers/iio/accel/hid-sensor-accel-3d.c accel_state->timestamp = 0; timestamp 275 drivers/iio/accel/hid-sensor-accel-3d.c accel_state->timestamp = timestamp 143 drivers/iio/accel/kxcjk-1013.c int64_t timestamp; timestamp 1048 drivers/iio/accel/kxcjk-1013.c data->timestamp); timestamp 1132 drivers/iio/accel/kxcjk-1013.c data->timestamp); timestamp 1141 drivers/iio/accel/kxcjk-1013.c data->timestamp); timestamp 1150 drivers/iio/accel/kxcjk-1013.c data->timestamp); timestamp 1159 drivers/iio/accel/kxcjk-1013.c data->timestamp); timestamp 1168 drivers/iio/accel/kxcjk-1013.c data->timestamp); timestamp 1177 drivers/iio/accel/kxcjk-1013.c data->timestamp); timestamp 1200 drivers/iio/accel/kxcjk-1013.c data->timestamp); timestamp 1221 drivers/iio/accel/kxcjk-1013.c data->timestamp = iio_get_time_ns(indio_dev); timestamp 191 drivers/iio/accel/mma9553.c s64 timestamp; timestamp 995 drivers/iio/accel/mma9553.c data->timestamp = iio_get_time_ns(indio_dev); timestamp 1036 drivers/iio/accel/mma9553.c data->timestamp); timestamp 1049 drivers/iio/accel/mma9553.c data->timestamp); timestamp 1058 drivers/iio/accel/mma9553.c data->timestamp); timestamp 305 drivers/iio/accel/mxc4005.c pf->timestamp); timestamp 83 drivers/iio/accel/ssp_accel_sensor.c int64_t timestamp) timestamp 86 drivers/iio/accel/ssp_accel_sensor.c timestamp); timestamp 461 drivers/iio/accel/stk8312.c pf->timestamp); timestamp 344 drivers/iio/accel/stk8ba50.c pf->timestamp); timestamp 47 drivers/iio/adc/ad7266.c s64 timestamp; timestamp 92 drivers/iio/adc/ad7266.c pf->timestamp); timestamp 117 drivers/iio/adc/ad7291.c s64 timestamp = iio_get_time_ns(indio_dev); timestamp 141 drivers/iio/adc/ad7291.c timestamp); timestamp 148 drivers/iio/adc/ad7291.c timestamp); timestamp 157 drivers/iio/adc/ad7291.c timestamp); timestamp 164 drivers/iio/adc/ad7291.c timestamp); timestamp 79 drivers/iio/adc/ad7766.c pf->timestamp); timestamp 436 drivers/iio/adc/ad_sigma_delta.c iio_push_to_buffers_with_timestamp(indio_dev, data, pf->timestamp); timestamp 1047 drivers/iio/adc/at91-sama5d2_adc.c pf->timestamp); timestamp 261 drivers/iio/adc/at91_adc.c iio_push_to_buffers_with_timestamp(idev, st->buffer, pf->timestamp); timestamp 469 drivers/iio/adc/at91_adc.c struct iio_chan_spec *chan_array, *timestamp; timestamp 507 drivers/iio/adc/at91_adc.c timestamp = chan_array + idx; timestamp 509 drivers/iio/adc/at91_adc.c timestamp->type = IIO_TIMESTAMP; timestamp 510 drivers/iio/adc/at91_adc.c timestamp->channel = -1; timestamp 511 drivers/iio/adc/at91_adc.c timestamp->scan_index = idx; timestamp 512 drivers/iio/adc/at91_adc.c timestamp->scan_type.sign = 's'; timestamp 513 drivers/iio/adc/at91_adc.c timestamp->scan_type.realbits = 64; timestamp 514 drivers/iio/adc/at91_adc.c timestamp->scan_type.storagebits = 64; timestamp 268 drivers/iio/adc/cc10001_adc.c struct iio_chan_spec *chan_array, *timestamp; timestamp 295 drivers/iio/adc/cc10001_adc.c timestamp = &chan_array[idx]; timestamp 296 drivers/iio/adc/cc10001_adc.c timestamp->type = IIO_TIMESTAMP; timestamp 297 drivers/iio/adc/cc10001_adc.c timestamp->channel = -1; timestamp 298 drivers/iio/adc/cc10001_adc.c timestamp->scan_index = idx; timestamp 299 drivers/iio/adc/cc10001_adc.c timestamp->scan_type.sign = 's'; timestamp 300 drivers/iio/adc/cc10001_adc.c timestamp->scan_type.realbits = 64; timestamp 301 drivers/iio/adc/cc10001_adc.c timestamp->scan_type.storagebits = 64; timestamp 389 drivers/iio/adc/hx711.c pf->timestamp); timestamp 790 drivers/iio/adc/max1363.c s64 timestamp = iio_get_time_ns(indio_dev); timestamp 799 drivers/iio/adc/max1363.c iio_push_event(indio_dev, max1363_event_codes[loc], timestamp); timestamp 429 drivers/iio/adc/mxs-lradc-adc.c iio_push_to_buffers_with_timestamp(iio, adc->buffer, pf->timestamp); timestamp 1541 drivers/iio/adc/stm32-adc.c pf->timestamp); timestamp 1549 drivers/iio/adc/stm32-adc.c pf->timestamp); timestamp 297 drivers/iio/adc/ti-ads124s08.c pf->timestamp); timestamp 452 drivers/iio/common/hid-sensors/hid-sensor-attributes.c struct hid_sensor_hub_attribute_info timestamp; timestamp 481 drivers/iio/common/hid-sensors/hid-sensor-attributes.c ×tamp); timestamp 482 drivers/iio/common/hid-sensors/hid-sensor-attributes.c if (timestamp.index >= 0 && timestamp.report_id) { timestamp 486 drivers/iio/common/hid-sensors/hid-sensor-attributes.c ×tamp, &val0, &val1); timestamp 498 drivers/iio/common/hid-sensors/hid-sensor-attributes.c timestamp.index, timestamp.report_id); timestamp 189 drivers/iio/common/ssp_sensors/ssp.h int64_t timestamp; timestamp 71 drivers/iio/common/ssp_sensors/ssp_iio.c unsigned int len, int64_t timestamp) timestamp 88 drivers/iio/common/ssp_sensors/ssp_iio.c timestamp + (int64_t)le32_to_cpu(time) * 1000000; timestamp 44 drivers/iio/common/ssp_sensors/ssp_iio_sensor.h unsigned int len, int64_t timestamp); timestamp 288 drivers/iio/common/ssp_sensors/ssp_spi.c data->timestamp); timestamp 319 drivers/iio/common/ssp_sensors/ssp_spi.c data->timestamp = ktime_get_real_ns(); timestamp 57 drivers/iio/common/st_sensors/st_sensors_buffer.c s64 timestamp; timestamp 66 drivers/iio/common/st_sensors/st_sensors_buffer.c timestamp = sdata->hw_timestamp; timestamp 68 drivers/iio/common/st_sensors/st_sensors_buffer.c timestamp = iio_get_time_ns(indio_dev); timestamp 75 drivers/iio/common/st_sensors/st_sensors_buffer.c timestamp); timestamp 889 drivers/iio/gyro/bmg160_core.c pf->timestamp); timestamp 80 drivers/iio/gyro/fxas21002c_core.c s64 timestamp; timestamp 678 drivers/iio/gyro/fxas21002c_core.c data->timestamp); timestamp 736 drivers/iio/gyro/fxas21002c_core.c data->timestamp = iio_get_time_ns(indio_dev); timestamp 55 drivers/iio/gyro/itg3200_buffer.c iio_push_to_buffers_with_timestamp(indio_dev, buf, pf->timestamp); timestamp 471 drivers/iio/gyro/mpu3050-core.c s64 timestamp; timestamp 481 drivers/iio/gyro/mpu3050-core.c timestamp = mpu3050->hw_timestamp; timestamp 483 drivers/iio/gyro/mpu3050-core.c timestamp = iio_get_time_ns(indio_dev); timestamp 565 drivers/iio/gyro/mpu3050-core.c timestamp); timestamp 597 drivers/iio/gyro/mpu3050-core.c timestamp = 0; timestamp 631 drivers/iio/gyro/mpu3050-core.c iio_push_to_buffers_with_timestamp(indio_dev, hw_values, timestamp); timestamp 83 drivers/iio/gyro/ssp_gyro_sensor.c int64_t timestamp) timestamp 86 drivers/iio/gyro/ssp_gyro_sensor.c timestamp); timestamp 340 drivers/iio/health/afe4403.c iio_push_to_buffers_with_timestamp(indio_dev, buffer, pf->timestamp); timestamp 341 drivers/iio/health/afe4404.c iio_push_to_buffers_with_timestamp(indio_dev, buffer, pf->timestamp); timestamp 184 drivers/iio/humidity/am2315.c pf->timestamp); timestamp 81 drivers/iio/humidity/dht11.c s64 timestamp; timestamp 151 drivers/iio/humidity/dht11.c dht11->timestamp = ktime_get_boottime_ns(); timestamp 198 drivers/iio/humidity/dht11.c if (dht11->timestamp + DHT11_DATA_VALID_TIME < ktime_get_boottime_ns()) { timestamp 317 drivers/iio/humidity/dht11.c dht11->timestamp = ktime_get_boottime_ns() - DHT11_DATA_VALID_TIME - 1; timestamp 679 drivers/iio/imu/adis16400.c pf->timestamp); timestamp 151 drivers/iio/imu/adis_buffer.c pf->timestamp); timestamp 428 drivers/iio/imu/bmi160/bmi160_core.c iio_push_to_buffers_with_timestamp(indio_dev, buf, pf->timestamp); timestamp 30 drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c s64 timestamp, size_t nb) timestamp 52 drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c delta = div_s64(timestamp - st->it_timestamp, divider); timestamp 67 drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c st->data_timestamp = timestamp - interval; timestamp 71 drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c st->it_timestamp = timestamp; timestamp 170 drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c s64 timestamp; timestamp 225 drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c inv_mpu6050_update_period(st, pf->timestamp, nb); timestamp 236 drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c timestamp = inv_mpu6050_get_timestamp(st); timestamp 237 drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c iio_push_to_buffers_with_timestamp(indio_dev, data, timestamp); timestamp 566 drivers/iio/industrialio-buffer.c const unsigned long *mask, bool timestamp) timestamp 580 drivers/iio/industrialio-buffer.c if (timestamp) { timestamp 63 drivers/iio/industrialio-event.c int iio_push_event(struct iio_dev *indio_dev, u64 ev_code, s64 timestamp) timestamp 76 drivers/iio/industrialio-event.c ev.timestamp = timestamp; timestamp 318 drivers/iio/industrialio-trigger.c pf->timestamp = iio_get_time_ns(pf->indio_dev); timestamp 990 drivers/iio/light/gp2ap020a00f.c pf->timestamp); timestamp 440 drivers/iio/light/rpr0521.c pf->timestamp = iio_get_time_ns(indio_dev); timestamp 456 drivers/iio/light/rpr0521.c pf->timestamp = data->irq_timestamp; timestamp 460 drivers/iio/light/rpr0521.c if (!pf->timestamp) timestamp 461 drivers/iio/light/rpr0521.c pf->timestamp = iio_get_time_ns(indio_dev); timestamp 468 drivers/iio/light/rpr0521.c buffer, pf->timestamp); timestamp 472 drivers/iio/light/rpr0521.c pf->timestamp = 0; timestamp 108 drivers/iio/light/stk3310.c u64 timestamp; timestamp 529 drivers/iio/light/stk3310.c data->timestamp = iio_get_time_ns(indio_dev); timestamp 555 drivers/iio/light/stk3310.c iio_push_event(indio_dev, event, data->timestamp); timestamp 1391 drivers/iio/light/tsl2772.c s64 timestamp = iio_get_time_ns(indio_dev); timestamp 1405 drivers/iio/light/tsl2772.c timestamp); timestamp 1414 drivers/iio/light/tsl2772.c timestamp); timestamp 681 drivers/iio/magnetometer/bmc150_magn.c pf->timestamp); timestamp 528 drivers/iio/magnetometer/rm3100-core.c pf->timestamp); timestamp 124 drivers/iio/pressure/zpa2326.c s64 timestamp; timestamp 584 drivers/iio/pressure/zpa2326.c u64 timestamp; timestamp 619 drivers/iio/pressure/zpa2326.c private->timestamp); timestamp 751 drivers/iio/pressure/zpa2326.c iio_priv(indio_dev))->timestamp = iio_get_time_ns(indio_dev); timestamp 1178 drivers/iio/pressure/zpa2326.c priv->timestamp = iio_get_time_ns(indio_dev); timestamp 946 drivers/iio/proximity/isl29501.c iio_push_to_buffers_with_timestamp(indio_dev, buffer, pf->timestamp); timestamp 126 drivers/iio/proximity/mb1232.c iio_push_to_buffers_with_timestamp(indio_dev, buffer, pf->timestamp); timestamp 195 drivers/iio/proximity/srf08.c data->buffer, pf->timestamp); timestamp 803 drivers/infiniband/core/sysfs.c if (time_is_after_eq_jiffies(stats->timestamp + stats->lifespan)) timestamp 809 drivers/infiniband/core/sysfs.c stats->timestamp = jiffies; timestamp 991 drivers/infiniband/core/sysfs.c stats->timestamp = jiffies; timestamp 3899 drivers/infiniband/hw/hfi1/mad.c if ((ts - cce->timestamp) / 2 > U32_MAX) timestamp 3909 drivers/infiniband/hw/hfi1/mad.c cpu_to_be32(cce->timestamp); timestamp 251 drivers/infiniband/hw/hfi1/mad.h u64 timestamp; /* wider than 32 bits to detect 32 bit rollover */ timestamp 2737 drivers/infiniband/hw/hfi1/rc.c cc_event->timestamp = ktime_get_ns() / 1024; timestamp 407 drivers/input/input.c dev->timestamp[INPUT_CLK_MONO] = ktime_set(0, 0); timestamp 1944 drivers/input/input.c void input_set_timestamp(struct input_dev *dev, ktime_t timestamp) timestamp 1946 drivers/input/input.c dev->timestamp[INPUT_CLK_MONO] = timestamp; timestamp 1947 drivers/input/input.c dev->timestamp[INPUT_CLK_REAL] = ktime_mono_to_real(timestamp); timestamp 1948 drivers/input/input.c dev->timestamp[INPUT_CLK_BOOT] = ktime_mono_to_any(timestamp, timestamp 1963 drivers/input/input.c if (!ktime_compare(dev->timestamp[INPUT_CLK_MONO], invalid_timestamp)) timestamp 1966 drivers/input/input.c return dev->timestamp; timestamp 49 drivers/input/touchscreen/sur40.c __le32 timestamp; /* milliseconds (inc. by 16 or 17 each frame) */ timestamp 100 drivers/input/touchscreen/sur40.c __le32 timestamp; /* milliseconds (increases by 16 or 17 each frame) */ timestamp 604 drivers/input/touchscreen/sur40.c new_buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 97 drivers/input/touchscreen/surface3_spi.c u16 timestamp; timestamp 99 drivers/input/touchscreen/surface3_spi.c timestamp = get_unaligned_le16(&data[15]); timestamp 134 drivers/isdn/mISDN/clock.c mISDN_clock_update(struct mISDNclock *iclock, int samples, ktime_t *timestamp) timestamp 153 drivers/isdn/mISDN/clock.c if (timestamp) { /* timestamp must be set, if function call is delayed */ timestamp 154 drivers/isdn/mISDN/clock.c iclock_timestamp = *timestamp; timestamp 160 drivers/isdn/mISDN/clock.c if (timestamp) { /* timestamp must be set, if function call is delayed */ timestamp 161 drivers/isdn/mISDN/clock.c timestamp_now = *timestamp; timestamp 2718 drivers/media/common/videobuf2/videobuf2-core.c b->timestamp = ktime_get_ns(); timestamp 2820 drivers/media/common/videobuf2/videobuf2-core.c vb->timestamp = ktime_get_ns(); timestamp 146 drivers/media/common/videobuf2/videobuf2-v4l2.c vb->timestamp = v4l2_timeval_to_ns(&b->timestamp); timestamp 479 drivers/media/common/videobuf2/videobuf2-v4l2.c b->timestamp = ns_to_timeval(vb->timestamp); timestamp 579 drivers/media/common/videobuf2/videobuf2-v4l2.c vb->timestamp = 0; timestamp 600 drivers/media/common/videobuf2/videobuf2-v4l2.c int vb2_find_timestamp(const struct vb2_queue *q, u64 timestamp, timestamp 607 drivers/media/common/videobuf2/videobuf2-v4l2.c q->bufs[i]->timestamp == timestamp) timestamp 258 drivers/media/dvb-frontends/rtl2832_sdr.c fbuf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 474 drivers/media/i2c/video-i2c.c vb2_buf->timestamp = ktime_get_ns(); timestamp 125 drivers/media/pci/cobalt/cobalt-irq.c cb->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 437 drivers/media/pci/cx23885/cx23885-core.c buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 99 drivers/media/pci/cx23885/cx23885-video.c buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 116 drivers/media/pci/cx25821/cx25821-video.c buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 525 drivers/media/pci/cx88/cx88-core.c buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 260 drivers/media/pci/dt3155/dt3155.c ipd->curr_buf->vb2_buf.timestamp = ktime_get_ns(); timestamp 574 drivers/media/pci/intel/ipu3/ipu3-cio2.c b->vbb.vb2_buf.timestamp = ns; timestamp 416 drivers/media/pci/intel/ipu3/ipu3-cio2.h u32 timestamp; timestamp 1618 drivers/media/pci/ivtv/ivtv-ioctl.c compat_long_t timestamp; timestamp 1269 drivers/media/pci/meye/meye.c buf->timestamp = ns_to_timeval(meye.grab_buffer[index].ts); timestamp 1335 drivers/media/pci/meye/meye.c buf->timestamp = ns_to_timeval(meye.grab_buffer[reqnr].ts); timestamp 607 drivers/media/pci/netup_unidvb/netup_unidvb_core.c buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 298 drivers/media/pci/saa7134/saa7134-core.c q->curr->vb2.vb2_buf.timestamp = ktime_get_ns(); timestamp 197 drivers/media/pci/saa7164/saa7164-types.h u64 timestamp; timestamp 525 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c vb->timestamp = ktime_get_ns(); timestamp 219 drivers/media/pci/solo6x10/solo6x10-v4l2.c vb->timestamp = ktime_get_ns(); timestamp 804 drivers/media/pci/sta2x11/sta2x11_vip.c vip->active->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 1093 drivers/media/pci/ttpci/av7110_av.c compat_long_t timestamp; timestamp 1112 drivers/media/pci/ttpci/av7110_av.c .timestamp = ev.timestamp, timestamp 142 drivers/media/pci/tw5864/tw5864-core.c cur_frame->timestamp = ktime_get_ns(); timestamp 1436 drivers/media/pci/tw5864/tw5864-video.c vb->vb.vb2_buf.timestamp = frame->timestamp; timestamp 138 drivers/media/pci/tw5864/tw5864.h u64 timestamp; timestamp 990 drivers/media/pci/tw68/tw68-video.c buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 67 drivers/media/pci/tw686x/tw686x-video.c vb2_buf->timestamp = ktime_get_ns(); timestamp 1273 drivers/media/platform/am437x/am437x-vpfe.c vpfe->cur_frm->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 586 drivers/media/platform/aspeed-video.c buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 1597 drivers/media/platform/atmel/atmel-isc-base.c vb->timestamp = ktime_get_ns(); timestamp 181 drivers/media/platform/atmel/atmel-isi.c vbuf->vb2_buf.timestamp = ktime_get_ns(); timestamp 402 drivers/media/platform/coda/coda-bit.c meta->timestamp = src_buf->vb2_buf.timestamp; timestamp 2487 drivers/media/platform/coda/coda-bit.c dst_buf->vb2_buf.timestamp = meta->timestamp; timestamp 152 drivers/media/platform/coda/coda.h u64 timestamp; timestamp 68 drivers/media/platform/davinci/vpbe_display.c layer->cur_frm->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 326 drivers/media/platform/davinci/vpif_capture.c common->cur_frm->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 334 drivers/media/platform/davinci/vpif_display.c common->cur_frm->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 390 drivers/media/platform/davinci/vpif_display.c common->cur_frm->vb.vb2_buf.timestamp = timestamp 102 drivers/media/platform/exynos-gsc/gsc-m2m.c dst_vb->vb2_buf.timestamp = src_vb->vb2_buf.timestamp; timestamp 141 drivers/media/platform/exynos-gsc/gsc-m2m.c dst_vb->vb2_buf.timestamp = src_vb->vb2_buf.timestamp; timestamp 194 drivers/media/platform/exynos4-is/fimc-capture.c v_buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 247 drivers/media/platform/exynos4-is/fimc-isp-video.c vbuf->vb2_buf.timestamp = ktime_get_ns(); timestamp 285 drivers/media/platform/exynos4-is/fimc-lite.c vbuf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 127 drivers/media/platform/exynos4-is/fimc-m2m.c dst_vb->vb2_buf.timestamp = src_vb->vb2_buf.timestamp; timestamp 758 drivers/media/platform/imx-pxp.c out_vb->vb2_buf.timestamp = in_vb->vb2_buf.timestamp; timestamp 188 drivers/media/platform/m2m-deinterlace.c dst_vb->vb2_buf.timestamp = src_vb->vb2_buf.timestamp; timestamp 215 drivers/media/platform/marvell-ccic/mcam-core.c vbuf->vb2_buf.timestamp = ktime_get_ns(); timestamp 479 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c dst_vbuf->vb2_buf.timestamp = src_vbuf->vb2_buf.timestamp; timestamp 495 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c dst_vbuf->vb2_buf.timestamp = src_vbuf->vb2_buf.timestamp; timestamp 420 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c dst_buf_info->vb.vb2_buf.timestamp timestamp 421 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c = src_buf_info->vb.vb2_buf.timestamp; timestamp 437 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c src_buf_info->vb.vb2_buf.timestamp, timestamp 971 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c dst_buf->vb2_buf.timestamp = src_buf->vb2_buf.timestamp; timestamp 1101 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c dst_buf->vb2_buf.timestamp = src_buf->vb2_buf.timestamp; timestamp 356 drivers/media/platform/mx2_emmaprp.c dst_vb->vb2_buf.timestamp = src_vb->vb2_buf.timestamp; timestamp 464 drivers/media/platform/omap/omap_vout.c vout->cur_frm->vbuf.vb2_buf.timestamp = ts; timestamp 532 drivers/media/platform/omap/omap_vout.c vout->cur_frm->vbuf.vb2_buf.timestamp = ts; timestamp 532 drivers/media/platform/omap3isp/ispvideo.c buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 989 drivers/media/platform/pxa_camera.c vb->timestamp = ktime_get_ns(); timestamp 1042 drivers/media/platform/qcom/camss/camss-vfe.c ready_buf->vb.vb2_buf.timestamp = ts; timestamp 472 drivers/media/platform/qcom/venus/helpers.c u64 ts_us = vb->timestamp; timestamp 492 drivers/media/platform/qcom/venus/helpers.c inst->tss[slot].ts_ns = vb->timestamp; timestamp 511 drivers/media/platform/qcom/venus/helpers.c vb->timestamp = inst->tss[i].ts_ns; timestamp 529 drivers/media/platform/qcom/venus/helpers.c fdata.timestamp = vb->timestamp; timestamp 530 drivers/media/platform/qcom/venus/helpers.c do_div(fdata.timestamp, NSEC_PER_USEC); timestamp 35 drivers/media/platform/qcom/venus/hfi.h u64 timestamp; timestamp 263 drivers/media/platform/qcom/venus/hfi_cmds.c pkt->time_stamp_hi = upper_32_bits(in_frame->timestamp); timestamp 264 drivers/media/platform/qcom/venus/hfi_cmds.c pkt->time_stamp_lo = lower_32_bits(in_frame->timestamp); timestamp 288 drivers/media/platform/qcom/venus/hfi_cmds.c pkt->time_stamp_hi = upper_32_bits(in_frame->timestamp); timestamp 289 drivers/media/platform/qcom/venus/hfi_cmds.c pkt->time_stamp_lo = lower_32_bits(in_frame->timestamp); timestamp 1134 drivers/media/platform/qcom/venus/vdec.c vb->timestamp = timestamp_us * NSEC_PER_USEC; timestamp 1160 drivers/media/platform/qcom/venus/vdec.c vb->timestamp = 0; timestamp 1055 drivers/media/platform/qcom/venus/venc.c vb->timestamp = timestamp_us * NSEC_PER_USEC; timestamp 953 drivers/media/platform/rcar-vin/rcar-dma.c vin->queue_buf[slot]->vb2_buf.timestamp = ktime_get_ns(); timestamp 586 drivers/media/platform/rcar_drif.c fbuf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 1238 drivers/media/platform/rcar_fdp1.c job->dst->vb->vb2_buf.timestamp = job->active->vb->vb2_buf.timestamp; timestamp 1544 drivers/media/platform/rcar_jpu.c dst_buf->vb2_buf.timestamp = src_buf->vb2_buf.timestamp; timestamp 525 drivers/media/platform/renesas-ceu.c vbuf->vb2_buf.timestamp = ktime_get_ns(); timestamp 80 drivers/media/platform/rockchip/rga/rga.c dst->vb2_buf.timestamp = src->vb2_buf.timestamp; timestamp 340 drivers/media/platform/s3c-camif/camif-capture.c vbuf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 557 drivers/media/platform/s5p-g2d/g2d.c dst->vb2_buf.timestamp = src->vb2_buf.timestamp; timestamp 2695 drivers/media/platform/s5p-jpeg/jpeg-core.c dst_buf->vb2_buf.timestamp = src_buf->vb2_buf.timestamp; timestamp 2838 drivers/media/platform/s5p-jpeg/jpeg-core.c dst_buf->vb2_buf.timestamp = src_buf->vb2_buf.timestamp; timestamp 271 drivers/media/platform/s5p-mfc/s5p_mfc.c dst_buf->b->vb2_buf.timestamp = timestamp 272 drivers/media/platform/s5p-mfc/s5p_mfc.c src_buf->b->vb2_buf.timestamp; timestamp 1087 drivers/media/platform/sh_veu.c dst->vb2_buf.timestamp = src->vb2_buf.timestamp; timestamp 1062 drivers/media/platform/sh_vou.c vb->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 194 drivers/media/platform/sti/bdisp/bdisp-v4l2.c dst_vb->vb2_buf.timestamp = src_vb->vb2_buf.timestamp; timestamp 300 drivers/media/platform/sti/bdisp/bdisp-v4l2.c dst_vb->vb2_buf.timestamp = src_vb->vb2_buf.timestamp; timestamp 949 drivers/media/platform/sti/delta/delta-v4l2.c au->dts = vbuf->vb2_buf.timestamp; timestamp 1347 drivers/media/platform/sti/delta/delta-v4l2.c au->dts = vbuf->vb2_buf.timestamp; timestamp 1502 drivers/media/platform/sti/delta/delta-v4l2.c vb->timestamp = frame->dts; timestamp 181 drivers/media/platform/sti/hva/hva-debugfs.c u32 timestamp; timestamp 187 drivers/media/platform/sti/hva/hva-debugfs.c div = stream->vbuf.vb2_buf.timestamp; timestamp 189 drivers/media/platform/sti/hva/hva-debugfs.c timestamp = (u32)div; timestamp 198 drivers/media/platform/sti/hva/hva-debugfs.c timestamp, timestamp 836 drivers/media/platform/sti/hva/hva-v4l2.c dst_buf->vb2_buf.timestamp = src_buf->vb2_buf.timestamp; timestamp 221 drivers/media/platform/stm32/stm32-dcmi.c vbuf->vb2_buf.timestamp = ktime_get_ns(); timestamp 172 drivers/media/platform/sunxi/sun4i-csi/sun4i_dma.c v_buf->vb2_buf.timestamp = ktime_get_ns(); timestamp 286 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c vbuf->vb2_buf.timestamp = ktime_get_ns(); timestamp 826 drivers/media/platform/ti-vpe/cal.c ctx->cur_frm->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 1411 drivers/media/platform/ti-vpe/vpe.c d_vb->vb2_buf.timestamp = s_vb->vb2_buf.timestamp; timestamp 368 drivers/media/platform/via-camera.c vb->vbuf.vb2_buf.timestamp = ktime_get_ns(); timestamp 379 drivers/media/platform/vimc/vimc-capture.c vimc_buf->vb2.vb2_buf.timestamp = ktime_get_ns(); timestamp 737 drivers/media/platform/vivid/vivid-kthread-cap.c vid_cap_buf->vb.vb2_buf.timestamp = f_time; timestamp 759 drivers/media/platform/vivid/vivid-kthread-cap.c vbi_cap_buf->vb.vb2_buf.timestamp = f_time + vbi_period; timestamp 90 drivers/media/platform/vivid/vivid-kthread-out.c vid_out_buf->vb.vb2_buf.timestamp = timestamp 107 drivers/media/platform/vivid/vivid-kthread-out.c vbi_out_buf->vb.vb2_buf.timestamp = timestamp 31 drivers/media/platform/vivid/vivid-radio-rx.c ktime_t timestamp; timestamp 55 drivers/media/platform/vivid/vivid-radio-rx.c timestamp = ktime_sub(ktime_get(), dev->radio_rds_init_time); timestamp 56 drivers/media/platform/vivid/vivid-radio-rx.c blk = ktime_divns(timestamp, VIVID_RDS_NSEC_PER_BLK); timestamp 28 drivers/media/platform/vivid/vivid-radio-tx.c ktime_t timestamp; timestamp 49 drivers/media/platform/vivid/vivid-radio-tx.c timestamp = ktime_sub(ktime_get(), dev->radio_rds_init_time); timestamp 50 drivers/media/platform/vivid/vivid-radio-tx.c blk = ktime_divns(timestamp, VIVID_RDS_NSEC_PER_BLK); timestamp 110 drivers/media/platform/vivid/vivid-sdr-cap.c sdr_cap_buf->vb.vb2_buf.timestamp = timestamp 69 drivers/media/platform/vsp1/vsp1_histo.c buf->buf.vb2_buf.timestamp = ktime_get_ns(); timestamp 340 drivers/media/platform/vsp1/vsp1_video.c done->buf.vb2_buf.timestamp = ktime_get_ns(); timestamp 310 drivers/media/platform/xilinx/xilinx-dma.c buf->buf.vb2_buf.timestamp = ktime_get_ns(); timestamp 125 drivers/media/rc/lirc_dev.c lsc->timestamp = ktime_get_ns(); timestamp 267 drivers/media/rc/lirc_dev.c if (scan.flags || scan.keycode || scan.timestamp) { timestamp 307 drivers/media/usb/airspy/airspy.c fbuf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 302 drivers/media/usb/au0828/au0828-video.c vb->vb2_buf.timestamp = ktime_get_ns(); timestamp 803 drivers/media/usb/cpia2/cpia2_v4l.c buf->timestamp = ns_to_timeval(cam->buffers[buf->index].ts); timestamp 910 drivers/media/usb/cpia2/cpia2_v4l.c buf->timestamp = ns_to_timeval(cam->buffers[buf->index].ts); timestamp 475 drivers/media/usb/dvb-usb/cxusb-analog.c cxdev->vbuf->vb2.vb2_buf.timestamp = ktime_get_ns(); timestamp 447 drivers/media/usb/em28xx/em28xx-video.c buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 462 drivers/media/usb/go7007/go7007-driver.c vb->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 450 drivers/media/usb/gspca/gspca.c buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 36 drivers/media/usb/gspca/kinect.c uint32_t timestamp; timestamp 520 drivers/media/usb/hackrf/hackrf.c buffer->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 565 drivers/media/usb/hackrf/hackrf.c buffer->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 345 drivers/media/usb/pwc/pwc-if.c fbuf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 558 drivers/media/usb/s2255/s2255drv.c buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 91 drivers/media/usb/stk1160/stk1160-video.c buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 1128 drivers/media/usb/stkwebcam/stk-webcam.c sbuf->v4lbuf.timestamp = ns_to_timeval(ktime_get_ns()); timestamp 443 drivers/media/usb/usbtv/usbtv-video.c buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 699 drivers/media/usb/usbvision/usbvision-video.c vb->timestamp = ns_to_timeval(usbvision->frame[vb->index].ts); timestamp 768 drivers/media/usb/usbvision/usbvision-video.c vb->timestamp = ns_to_timeval(f->ts); timestamp 663 drivers/media/usb/uvc/uvc_video.c u64 timestamp; timestamp 741 drivers/media/usb/uvc/uvc_video.c timestamp = ktime_to_ns(first->host_time) + y - y1; timestamp 747 drivers/media/usb/uvc/uvc_video.c y, timestamp, vbuf->vb2_buf.timestamp, timestamp 752 drivers/media/usb/uvc/uvc_video.c vbuf->vb2_buf.timestamp = timestamp; timestamp 1067 drivers/media/usb/uvc/uvc_video.c buf->buf.vb2_buf.timestamp = ktime_to_ns(uvc_video_get_time()); timestamp 1321 drivers/media/usb/uvc/uvc_video.c vb2_meta->vb2_buf.timestamp = vb2_video->vb2_buf.timestamp; timestamp 477 drivers/media/v4l2-core/v4l2-compat-ioctl32.c struct compat_timeval timestamp; timestamp 613 drivers/media/v4l2-core/v4l2-compat-ioctl32.c assign_in_user(&p64->timestamp.tv_sec, timestamp 614 drivers/media/v4l2-core/v4l2-compat-ioctl32.c &p32->timestamp.tv_sec) || timestamp 615 drivers/media/v4l2-core/v4l2-compat-ioctl32.c assign_in_user(&p64->timestamp.tv_usec, timestamp 616 drivers/media/v4l2-core/v4l2-compat-ioctl32.c &p32->timestamp.tv_usec)) timestamp 706 drivers/media/v4l2-core/v4l2-compat-ioctl32.c assign_in_user(&p32->timestamp.tv_sec, &p64->timestamp.tv_sec) || timestamp 707 drivers/media/v4l2-core/v4l2-compat-ioctl32.c assign_in_user(&p32->timestamp.tv_usec, &p64->timestamp.tv_usec) || timestamp 1039 drivers/media/v4l2-core/v4l2-compat-ioctl32.c struct compat_timespec timestamp; timestamp 1052 drivers/media/v4l2-core/v4l2-compat-ioctl32.c assign_in_user(&p32->timestamp.tv_sec, &p64->timestamp.tv_sec) || timestamp 1053 drivers/media/v4l2-core/v4l2-compat-ioctl32.c assign_in_user(&p32->timestamp.tv_nsec, &p64->timestamp.tv_nsec) || timestamp 47 drivers/media/v4l2-core/v4l2-event.c event->timestamp = ns_to_timespec(kev->ts); timestamp 478 drivers/media/v4l2-core/v4l2-ioctl.c p->timestamp.tv_sec / 3600, timestamp 479 drivers/media/v4l2-core/v4l2-ioctl.c (int)(p->timestamp.tv_sec / 60) % 60, timestamp 480 drivers/media/v4l2-core/v4l2-ioctl.c (int)(p->timestamp.tv_sec % 60), timestamp 481 drivers/media/v4l2-core/v4l2-ioctl.c (long)p->timestamp.tv_usec, timestamp 826 drivers/media/v4l2-core/v4l2-ioctl.c p->timestamp.tv_sec, p->timestamp.tv_nsec); timestamp 988 drivers/media/v4l2-core/v4l2-mem2mem.c cap_vb->vb2_buf.timestamp = out_vb->vb2_buf.timestamp; timestamp 367 drivers/media/v4l2-core/videobuf-core.c b->timestamp = ns_to_timeval(vb->ts); timestamp 581 drivers/media/v4l2-core/videobuf-core.c buf->ts = v4l2_timeval_to_ns(&b->timestamp); timestamp 680 drivers/net/can/flexcan.c u32 timestamp; timestamp 683 drivers/net/can/flexcan.c timestamp = priv->read(®s->timer) << 16; timestamp 730 drivers/net/can/flexcan.c err = can_rx_offload_queue_sorted(&priv->offload, skb, timestamp); timestamp 744 drivers/net/can/flexcan.c u32 timestamp; timestamp 747 drivers/net/can/flexcan.c timestamp = priv->read(®s->timer) << 16; timestamp 777 drivers/net/can/flexcan.c err = can_rx_offload_queue_sorted(&priv->offload, skb, timestamp); timestamp 789 drivers/net/can/flexcan.c u32 *timestamp, unsigned int n) timestamp 826 drivers/net/can/flexcan.c *timestamp = reg_ctrl << 16; timestamp 279 drivers/net/can/kvaser_pciefd.c u64 timestamp; timestamp 1187 drivers/net/can/kvaser_pciefd.c ns_to_ktime(div_u64(p->timestamp * 1000, timestamp 1294 drivers/net/can/kvaser_pciefd.c ns_to_ktime(div_u64(p->timestamp * 1000, timestamp 1368 drivers/net/can/kvaser_pciefd.c ns_to_ktime(div_u64(p->timestamp * 1000, timestamp 1574 drivers/net/can/kvaser_pciefd.c __le64 timestamp; timestamp 1592 drivers/net/can/kvaser_pciefd.c memcpy(×tamp, &buffer[pos], sizeof(__le64)); timestamp 1594 drivers/net/can/kvaser_pciefd.c p->timestamp = le64_to_cpu(timestamp); timestamp 11 drivers/net/can/rx-offload.c u32 timestamp; timestamp 82 drivers/net/can/rx-offload.c cb_pos->timestamp, cb_new->timestamp, timestamp 83 drivers/net/can/rx-offload.c cb_new->timestamp - cb_pos->timestamp, timestamp 107 drivers/net/can/rx-offload.c return cb_b->timestamp - cb_a->timestamp; timestamp 153 drivers/net/can/rx-offload.c u32 timestamp; timestamp 156 drivers/net/can/rx-offload.c ×tamp, n); timestamp 180 drivers/net/can/rx-offload.c ret = offload->mailbox_read(offload, cf, &cb->timestamp, n); timestamp 268 drivers/net/can/rx-offload.c struct sk_buff *skb, u32 timestamp) timestamp 280 drivers/net/can/rx-offload.c cb->timestamp = timestamp; timestamp 293 drivers/net/can/rx-offload.c unsigned int idx, u32 timestamp) timestamp 305 drivers/net/can/rx-offload.c err = can_rx_offload_queue_sorted(offload, skb, timestamp); timestamp 540 drivers/net/can/ti_hecc.c u32 *timestamp, unsigned int mbxno) timestamp 565 drivers/net/can/ti_hecc.c *timestamp = hecc_read_stamp(priv, mbxno); timestamp 594 drivers/net/can/ti_hecc.c u32 timestamp; timestamp 621 drivers/net/can/ti_hecc.c timestamp = hecc_read(priv, HECC_CANLNT); timestamp 623 drivers/net/can/ti_hecc.c timestamp); timestamp 640 drivers/net/can/ti_hecc.c u32 timestamp; timestamp 656 drivers/net/can/ti_hecc.c timestamp = hecc_read(priv, HECC_CANLNT); timestamp 657 drivers/net/can/ti_hecc.c err = can_rx_offload_queue_sorted(&priv->offload, skb, timestamp); timestamp 172 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c __le16 timestamp[3]; timestamp 184 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c __le16 timestamp[3]; timestamp 232 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c __le16 timestamp[3]; timestamp 323 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c __le64 timestamp; timestamp 344 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c __le64 timestamp; timestamp 493 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c ticks = le64_to_cpu(cmd_ext->rx_can.timestamp); timestamp 495 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c ticks = le16_to_cpu(cmd->rx_can.timestamp[0]); timestamp 496 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c ticks += (u64)(le16_to_cpu(cmd->rx_can.timestamp[1])) << 16; timestamp 497 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c ticks += (u64)(le16_to_cpu(cmd->rx_can.timestamp[2])) << 32; timestamp 94 drivers/net/can/usb/mcba_usb.c u8 timestamp[4]; timestamp 161 drivers/net/can/usb/usb_8dev.c __be32 timestamp; /* 32-bit timestamp */ timestamp 289 drivers/net/dsa/microchip/ksz8795.c u8 *timestamp, u16 *entries) timestamp 327 drivers/net/dsa/microchip/ksz8795.c *timestamp = (data_hi & DYNAMIC_MAC_TABLE_TIMESTAMP) >> timestamp 253 drivers/net/dsa/microchip/ksz_common.c u8 timestamp = 0; timestamp 261 drivers/net/dsa/microchip/ksz_common.c &member, ×tamp, timestamp 130 drivers/net/dsa/microchip/ksz_common.h u8 *fid, u8 *src_port, u8 *timestamp, timestamp 191 drivers/net/dsa/mv88e6xxx/ptp.c ev.timestamp = timecounter_cyc2time(&chip->tstamp_tc, raw_ts); timestamp 471 drivers/net/ethernet/adaptec/starfire.c __le32 timestamp; timestamp 2016 drivers/net/ethernet/amazon/ena/ena_com.c unsigned long long timestamp; timestamp 2034 drivers/net/ethernet/amazon/ena/ena_com.c timestamp = timestamp 2038 drivers/net/ethernet/amazon/ena/ena_com.c aenq_common->group, aenq_common->syndrom, timestamp); timestamp 606 drivers/net/ethernet/atheros/ag71xx.c unsigned long timestamp; timestamp 609 drivers/net/ethernet/atheros/ag71xx.c timestamp = netdev_get_tx_queue(ag->ndev, 0)->trans_start; timestamp 610 drivers/net/ethernet/atheros/ag71xx.c if (likely(time_before(jiffies, timestamp + HZ / 10))) timestamp 15230 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c u64 timestamp, ns; timestamp 15251 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c timestamp = REG_RD(bp, port ? NIG_REG_P1_TLLH_PTP_BUF_TS_MSB : timestamp 15253 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c timestamp <<= 32; timestamp 15254 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c timestamp |= REG_RD(bp, port ? NIG_REG_P1_TLLH_PTP_BUF_TS_LSB : timestamp 15259 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c ns = timecounter_cyc2time(&bp->timecounter, timestamp); timestamp 15266 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c timestamp, ns); timestamp 15281 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c u64 timestamp, ns; timestamp 15283 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c timestamp = REG_RD(bp, port ? NIG_REG_P1_LLH_PTP_HOST_BUF_TS_MSB : timestamp 15285 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c timestamp <<= 32; timestamp 15286 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c timestamp |= REG_RD(bp, port ? NIG_REG_P1_LLH_PTP_HOST_BUF_TS_LSB : timestamp 15293 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c ns = timecounter_cyc2time(&bp->timecounter, timestamp); timestamp 15298 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c timestamp, ns); timestamp 1526 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h __le32 timestamp; timestamp 2005 drivers/net/ethernet/broadcom/cnic.c if (!time_after(jiffies, ctx->timestamp + (2 * HZ))) { timestamp 2006 drivers/net/ethernet/broadcom/cnic.c unsigned long delta = ctx->timestamp + (2 * HZ) - jiffies; timestamp 3981 drivers/net/ethernet/broadcom/cnic.c ctx->timestamp = jiffies; timestamp 4209 drivers/net/ethernet/broadcom/cnic.c ctx->timestamp = jiffies; timestamp 4295 drivers/net/ethernet/broadcom/cnic.c if (!time_after(jiffies, ctx->timestamp + (2 * HZ))) { timestamp 166 drivers/net/ethernet/broadcom/cnic.h unsigned long timestamp; timestamp 6354 drivers/net/ethernet/broadcom/tg3.c struct skb_shared_hwtstamps *timestamp) timestamp 6356 drivers/net/ethernet/broadcom/tg3.c memset(timestamp, 0, sizeof(struct skb_shared_hwtstamps)); timestamp 6357 drivers/net/ethernet/broadcom/tg3.c timestamp->hwtstamp = ns_to_ktime((hwclock & TG3_TSTAMP_MASK) + timestamp 6570 drivers/net/ethernet/broadcom/tg3.c struct skb_shared_hwtstamps timestamp; timestamp 6574 drivers/net/ethernet/broadcom/tg3.c tg3_hwclock_to_timestamp(tp, hwclock, ×tamp); timestamp 6576 drivers/net/ethernet/broadcom/tg3.c skb_tstamp_tx(skb, ×tamp); timestamp 109 drivers/net/ethernet/cavium/liquidio/lio_main.c u64 timestamp; timestamp 2235 drivers/net/ethernet/cavium/liquidio/lio_main.c resp->timestamp = 0; timestamp 2238 drivers/net/ethernet/cavium/liquidio/lio_main.c octeon_swap_8B_data(&resp->timestamp, 1); timestamp 2242 drivers/net/ethernet/cavium/liquidio/lio_main.c u64 ns = resp->timestamp; timestamp 2399 drivers/net/ethernet/cavium/liquidio/lio_main.c cmdsetup.s.timestamp = 1; timestamp 2526 drivers/net/ethernet/cavium/liquidio/lio_main.c if (unlikely(cmdsetup.s.timestamp)) timestamp 45 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c u64 timestamp; timestamp 1324 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c resp->timestamp = 0; timestamp 1327 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c octeon_swap_8B_data(&resp->timestamp, 1); timestamp 1331 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c u64 ns = resp->timestamp; timestamp 1478 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c cmdsetup.s.timestamp = 1; timestamp 1589 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c if (unlikely(cmdsetup.s.timestamp)) timestamp 96 drivers/net/ethernet/cavium/liquidio/octeon_nic.h u32 timestamp:1; timestamp 167 drivers/net/ethernet/cavium/liquidio/octeon_nic.h packet_params.s.tsflag = setup->s.timestamp; timestamp 230 drivers/net/ethernet/cavium/liquidio/octeon_nic.h packet_params.s.tsflag = setup->s.timestamp; timestamp 2857 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c if (entry->timestamp == 0) timestamp 435 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h u64 timestamp; /* OS-dependent timestamp */ timestamp 1010 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c if (e->timestamp == 0) timestamp 1019 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c be64_to_cpu(e->timestamp), timestamp 1123 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c if (e->timestamp == 0) timestamp 1174 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c if (entry->timestamp == 0) timestamp 1178 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c entry->seqno, entry->timestamp, timestamp 253 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c entry->timestamp = jiffies; timestamp 3813 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h __be64 timestamp; timestamp 1981 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c if (entry->timestamp == 0) timestamp 1985 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c entry->seqno, entry->timestamp, timestamp 278 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_common.h u64 timestamp; /* OS-dependent timestamp */ timestamp 102 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c entry->timestamp = jiffies; timestamp 83 drivers/net/ethernet/ec_bhf.c u8 timestamp[8]; timestamp 100 drivers/net/ethernet/ec_bhf.c u8 timestamp[8]; timestamp 163 drivers/net/ethernet/ibm/ehea/ehea_qmr.h u32 timestamp; timestamp 93 drivers/net/ethernet/intel/fm10k/fm10k_debugfs.c rxd->w.sglort, rxd->q.timestamp); timestamp 462 drivers/net/ethernet/intel/fm10k/fm10k_main.c FM10K_CB(skb)->tstamp = rx_desc->q.timestamp; timestamp 700 drivers/net/ethernet/intel/fm10k/fm10k_type.h __le64 timestamp; timestamp 86 drivers/net/ethernet/intel/i40e/i40e_ptp.c u64 timestamp) timestamp 90 drivers/net/ethernet/intel/i40e/i40e_ptp.c hwtstamps->hwtstamp = ns_to_ktime(timestamp); timestamp 6502 drivers/net/ethernet/intel/igb/igb_main.c event.timestamp = sec * 1000000000ULL + nsec; timestamp 6512 drivers/net/ethernet/intel/igb/igb_main.c event.timestamp = sec * 1000000000ULL + nsec; timestamp 395 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c u64 timestamp) timestamp 420 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c systime.tv_sec = timestamp >> 32; timestamp 421 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c systime.tv_nsec = timestamp & 0xFFFFFFFF; timestamp 423 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c timestamp = timespec64_to_ns(&systime); timestamp 430 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c ns = timecounter_cyc2time(&adapter->hw_tc, timestamp); timestamp 3718 drivers/net/ethernet/marvell/skge.c r->timestamp, r->csum1, r->csum1_start); timestamp 2375 drivers/net/ethernet/marvell/skge.h u32 timestamp; timestamp 63 drivers/net/ethernet/mellanox/mlx4/en_clock.c u64 timestamp) timestamp 70 drivers/net/ethernet/mellanox/mlx4/en_clock.c nsec = timecounter_cyc2time(&mdev->clock, timestamp); timestamp 827 drivers/net/ethernet/mellanox/mlx4/en_rx.c u64 timestamp = mlx4_en_get_cqe_ts(cqe); timestamp 830 drivers/net/ethernet/mellanox/mlx4/en_rx.c timestamp); timestamp 267 drivers/net/ethernet/mellanox/mlx4/en_tx.c int index, u64 timestamp, timestamp 272 drivers/net/ethernet/mellanox/mlx4/en_tx.c int index, u64 timestamp, timestamp 288 drivers/net/ethernet/mellanox/mlx4/en_tx.c if (unlikely(timestamp)) { timestamp 291 drivers/net/ethernet/mellanox/mlx4/en_tx.c mlx4_en_fill_hwtstamps(priv->mdev, &hwts, timestamp); timestamp 339 drivers/net/ethernet/mellanox/mlx4/en_tx.c int index, u64 timestamp, timestamp 344 drivers/net/ethernet/mellanox/mlx4/en_tx.c int index, u64 timestamp, timestamp 453 drivers/net/ethernet/mellanox/mlx4/en_tx.c u64 timestamp = 0; timestamp 459 drivers/net/ethernet/mellanox/mlx4/en_tx.c timestamp = mlx4_en_get_cqe_ts(cqe); timestamp 466 drivers/net/ethernet/mellanox/mlx4/en_tx.c timestamp, napi_budget); timestamp 287 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h u64 timestamp, int napi_mode); timestamp 744 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h int index, u64 timestamp, timestamp 748 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h int index, u64 timestamp, timestamp 806 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h u64 timestamp); timestamp 477 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c tracer_event->timestamp_event.timestamp = timestamp 487 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c tracer_event->string_event.timestamp = timestamp 488 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c MLX5_GET(tracer_string_event, trace, timestamp); timestamp 512 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c tracer_event.timestamp_event.timestamp = 0; timestamp 514 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c return tracer_event.timestamp_event.timestamp; timestamp 539 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c u64 timestamp, bool lost, timestamp 546 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c trace_data->timestamp = timestamp; timestamp 596 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c cur_string->timestamp = tracer_event->string_event.timestamp; timestamp 635 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c if (str_frmt->timestamp < (timestamp_event.timestamp & MASK_6_0)) timestamp 636 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c trace_timestamp = (timestamp_event.timestamp & MASK_52_7) | timestamp 637 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c (str_frmt->timestamp & MASK_6_0); timestamp 639 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c trace_timestamp = ((timestamp_event.timestamp & MASK_52_7) - 1) | timestamp 640 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c (str_frmt->timestamp & MASK_6_0); timestamp 868 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c err = devlink_fmsg_u64_pair_put(fmsg, "timestamp", trace_data->timestamp); timestamp 898 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c if (!straces[0].timestamp) timestamp 903 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c if (straces[saved_traces_index].timestamp) timestamp 60 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.h u64 timestamp; timestamp 118 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.h u32 timestamp; timestamp 142 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.h u64 timestamp; timestamp 147 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.h u32 timestamp; timestamp 165 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.h u8 timestamp[0x7]; timestamp 172 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.h u8 timestamp[0x7]; timestamp 480 drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c ptp_event.timestamp = timecounter_cyc2time(&clock->tc, timestamp 485 drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c ns_to_timespec64(ptp_event.timestamp); timestamp 46 drivers/net/ethernet/mellanox/mlx5/core/lib/clock.h u64 timestamp) timestamp 53 drivers/net/ethernet/mellanox/mlx5/core/lib/clock.h nsec = timecounter_cyc2time(&clock->tc, timestamp); timestamp 68 drivers/net/ethernet/mellanox/mlx5/core/lib/clock.h u64 timestamp) timestamp 4233 drivers/net/ethernet/mellanox/mlxsw/spectrum.c u64 timestamp; timestamp 4237 drivers/net/ethernet/mellanox/mlxsw/spectrum.c ×tamp); timestamp 4240 drivers/net/ethernet/mellanox/mlxsw/spectrum.c sequence_id, timestamp); timestamp 51 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c u64 timestamp; timestamp 366 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c u64 timestamp) timestamp 379 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c unmatched->timestamp = timestamp; timestamp 457 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c u64 timestamp) timestamp 463 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c nsec = timecounter_cyc2time(&mlxsw_sp->clock->tc, timestamp); timestamp 475 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c if (unmatched->skb && unmatched->timestamp) timestamp 478 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c unmatched->timestamp); timestamp 500 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c struct sk_buff *skb, u64 timestamp) timestamp 511 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c if (skb && unmatched && unmatched->timestamp) { timestamp 513 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c } else if (timestamp && unmatched && unmatched->skb) { timestamp 514 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c unmatched->timestamp = timestamp; timestamp 521 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c skb, timestamp); timestamp 587 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c u64 timestamp) timestamp 613 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c mlxsw_sp1_ptp_got_piece(mlxsw_sp, key, NULL, timestamp); timestamp 49 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.h u64 timestamp); timestamp 105 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.h u16 sequence_id, u64 timestamp) timestamp 54 drivers/net/ethernet/mscc/ocelot.h u32 timestamp; /* rew_val */ timestamp 34 drivers/net/ethernet/mscc/ocelot_board.c info->timestamp = IFH_EXTRACT_BITFIELD64(ifh[0], 21, 32); timestamp 163 drivers/net/ethernet/mscc/ocelot_board.c if ((tod_in_ns & 0xffffffff) < info.timestamp) timestamp 165 drivers/net/ethernet/mscc/ocelot_board.c info.timestamp; timestamp 168 drivers/net/ethernet/mscc/ocelot_board.c info.timestamp; timestamp 1580 drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c bool push, timestamp; timestamp 1598 drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c timestamp = netxen_get_lro_sts_timestamp(sts_data0); timestamp 1609 drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c if (timestamp) timestamp 2030 drivers/net/ethernet/qlogic/qed/qed_debug.c "fw-timestamp", fw_info.ver.timestamp); timestamp 2701 drivers/net/ethernet/qlogic/qed/qed_hsi.h __le32 timestamp; timestamp 127 drivers/net/ethernet/qlogic/qed/qed_ptp.c static int qed_ptp_hw_read_rx_ts(struct qed_dev *cdev, u64 *timestamp) timestamp 133 drivers/net/ethernet/qlogic/qed/qed_ptp.c *timestamp = 0; timestamp 141 drivers/net/ethernet/qlogic/qed/qed_ptp.c *timestamp = qed_rd(p_hwfn, p_ptt, NIG_REG_LLH_PTP_HOST_BUF_TS_MSB); timestamp 142 drivers/net/ethernet/qlogic/qed/qed_ptp.c *timestamp <<= 32; timestamp 143 drivers/net/ethernet/qlogic/qed/qed_ptp.c *timestamp |= val; timestamp 153 drivers/net/ethernet/qlogic/qed/qed_ptp.c static int qed_ptp_hw_read_tx_ts(struct qed_dev *cdev, u64 *timestamp) timestamp 159 drivers/net/ethernet/qlogic/qed/qed_ptp.c *timestamp = 0; timestamp 168 drivers/net/ethernet/qlogic/qed/qed_ptp.c *timestamp = qed_rd(p_hwfn, p_ptt, NIG_REG_TX_LLH_PTP_BUF_TS_MSB); timestamp 169 drivers/net/ethernet/qlogic/qed/qed_ptp.c *timestamp <<= 32; timestamp 170 drivers/net/ethernet/qlogic/qed/qed_ptp.c *timestamp |= val; timestamp 164 drivers/net/ethernet/qlogic/qede/qede_ptp.c u64 timestamp, ns; timestamp 175 drivers/net/ethernet/qlogic/qede/qede_ptp.c rc = ptp->ops->read_tx_ts(edev->cdev, ×tamp); timestamp 192 drivers/net/ethernet/qlogic/qede/qede_ptp.c ns = timecounter_cyc2time(&ptp->tc, timestamp); timestamp 202 drivers/net/ethernet/qlogic/qede/qede_ptp.c timestamp, ns); timestamp 560 drivers/net/ethernet/qlogic/qede/qede_ptp.c u64 timestamp, ns; timestamp 568 drivers/net/ethernet/qlogic/qede/qede_ptp.c rc = ptp->ops->read_rx_ts(edev->cdev, ×tamp); timestamp 575 drivers/net/ethernet/qlogic/qede/qede_ptp.c ns = timecounter_cyc2time(&ptp->tc, timestamp); timestamp 580 drivers/net/ethernet/qlogic/qede/qede_ptp.c timestamp, ns); timestamp 414 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h u32 timestamp; timestamp 431 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h u32 timestamp; timestamp 1273 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c bool push, timestamp; timestamp 1289 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c timestamp = qlcnic_get_lro_sts_timestamp(sts_data0); timestamp 1306 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c if (timestamp) timestamp 315 drivers/net/ethernet/renesas/ravb_ptp.c event.timestamp = ravb_read(ndev, GCPT); timestamp 30 drivers/net/fddi/skfp/h/fddimib.h TimeStamp timestamp ; timestamp 714 drivers/net/fddi/skfp/h/smt.h u_char timestamp[8] ; timestamp 487 drivers/net/fddi/skfp/pmf.c smt_set_timestamp(smc,smc->mib.fddiSMTSetCount.timestamp) ; timestamp 539 drivers/net/fddi/skfp/pmf.c memcmp((char *) smc->mib.fddiSMTSetCount.timestamp, timestamp 540 drivers/net/fddi/skfp/pmf.c (char *)sc->timestamp,8)) timestamp 1519 drivers/net/fddi/skfp/smt.c memcpy((char *)setcount->timestamp, timestamp 1520 drivers/net/fddi/skfp/smt.c (char *)smc->mib.fddiSMTSetCount.timestamp,8) ; timestamp 367 drivers/net/hippi/rrunner.h u32 timestamp; timestamp 785 drivers/net/phy/dp83640.c event.timestamp = phy2txts(&dp83640->edata); timestamp 788 drivers/net/phy/dp83640.c event.timestamp -= 35; timestamp 1770 drivers/net/wireless/ath/ath10k/core.c __le32 *timestamp, *version; timestamp 1836 drivers/net/wireless/ath/ath10k/core.c timestamp = (__le32 *)data; timestamp 1839 drivers/net/wireless/ath/ath10k/core.c le32_to_cpup(timestamp)); timestamp 614 drivers/net/wireless/ath/ath10k/core.h struct timespec64 timestamp; timestamp 1112 drivers/net/wireless/ath/ath10k/coredump.c ktime_get_real_ts64(&crash_data->timestamp); timestamp 1180 drivers/net/wireless/ath/ath10k/coredump.c dump_data->tv_sec = cpu_to_le64(crash_data->timestamp.tv_sec); timestamp 1181 drivers/net/wireless/ath/ath10k/coredump.c dump_data->tv_nsec = cpu_to_le64(crash_data->timestamp.tv_nsec); timestamp 67 drivers/net/wireless/ath/ath10k/debug.h __le32 timestamp; timestamp 463 drivers/net/wireless/ath/ath10k/trace.h u32 timestamp, timestamp 468 drivers/net/wireless/ath/ath10k/trace.h TP_ARGS(ar, type, timestamp, code, len, data), timestamp 474 drivers/net/wireless/ath/ath10k/trace.h __field(u32, timestamp) timestamp 484 drivers/net/wireless/ath/ath10k/trace.h __entry->timestamp = timestamp; timestamp 495 drivers/net/wireless/ath/ath10k/trace.h __entry->timestamp, timestamp 265 drivers/net/wireless/ath/ath10k/wmi-tlv.c __le32_to_cpu(item->timestamp), timestamp 2012 drivers/net/wireless/ath/ath10k/wmi-tlv.h __le32 timestamp; timestamp 1254 drivers/net/wireless/ath/ath5k/base.c bc_tstamp = le64_to_cpu(mgmt->u.beacon.timestamp); timestamp 29 drivers/net/wireless/ath/ath6kl/debug.c __le32 timestamp; timestamp 352 drivers/net/wireless/ath/ath6kl/debug.c slot->timestamp = cpu_to_le32(jiffies); timestamp 145 drivers/net/wireless/ath/ath9k/beacon.c mgmt_hdr->u.beacon.timestamp = avp->tsf_adjust; timestamp 315 drivers/net/wireless/ath/ath9k/htc.h unsigned long timestamp; timestamp 229 drivers/net/wireless/ath/ath9k/htc_drv_beacon.c mgmt->u.beacon.timestamp = avp->tsfadjust; timestamp 749 drivers/net/wireless/ath/ath9k/htc_drv_main.c unsigned long timestamp = jiffies_to_msecs(jiffies); timestamp 751 drivers/net/wireless/ath/ath9k/htc_drv_main.c common->ani.longcal_timer = timestamp; timestamp 752 drivers/net/wireless/ath/ath9k/htc_drv_main.c common->ani.shortcal_timer = timestamp; timestamp 753 drivers/net/wireless/ath/ath9k/htc_drv_main.c common->ani.checkani_timer = timestamp; timestamp 777 drivers/net/wireless/ath/ath9k/htc_drv_main.c unsigned int timestamp = jiffies_to_msecs(jiffies); timestamp 788 drivers/net/wireless/ath/ath9k/htc_drv_main.c if ((timestamp - common->ani.longcal_timer) >= ATH_LONG_CALINTERVAL) { timestamp 791 drivers/net/wireless/ath/ath9k/htc_drv_main.c common->ani.longcal_timer = timestamp; timestamp 799 drivers/net/wireless/ath/ath9k/htc_drv_main.c if ((timestamp - common->ani.shortcal_timer) >= timestamp 803 drivers/net/wireless/ath/ath9k/htc_drv_main.c common->ani.shortcal_timer = timestamp; timestamp 804 drivers/net/wireless/ath/ath9k/htc_drv_main.c common->ani.resetcal_timer = timestamp; timestamp 807 drivers/net/wireless/ath/ath9k/htc_drv_main.c if ((timestamp - common->ani.resetcal_timer) >= timestamp 811 drivers/net/wireless/ath/ath9k/htc_drv_main.c common->ani.resetcal_timer = timestamp; timestamp 816 drivers/net/wireless/ath/ath9k/htc_drv_main.c if ((timestamp - common->ani.checkani_timer) >= ATH_ANI_POLLINTERVAL) { timestamp 818 drivers/net/wireless/ath/ath9k/htc_drv_main.c common->ani.checkani_timer = timestamp; timestamp 238 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c mgmt->u.probe_resp.timestamp = avp->tsfadjust; timestamp 693 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c tx_ctl->timestamp = jiffies; timestamp 718 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c tx_ctl->timestamp + timestamp 312 drivers/net/wireless/ath/ath9k/link.c unsigned int timestamp = jiffies_to_msecs(jiffies); timestamp 341 drivers/net/wireless/ath/ath9k/link.c if ((timestamp - common->ani.longcal_timer) >= long_cal_interval) { timestamp 343 drivers/net/wireless/ath/ath9k/link.c common->ani.longcal_timer = timestamp; timestamp 348 drivers/net/wireless/ath/ath9k/link.c if ((timestamp - common->ani.shortcal_timer) >= short_cal_interval) { timestamp 350 drivers/net/wireless/ath/ath9k/link.c common->ani.shortcal_timer = timestamp; timestamp 351 drivers/net/wireless/ath/ath9k/link.c common->ani.resetcal_timer = timestamp; timestamp 354 drivers/net/wireless/ath/ath9k/link.c if ((timestamp - common->ani.resetcal_timer) >= timestamp 358 drivers/net/wireless/ath/ath9k/link.c common->ani.resetcal_timer = timestamp; timestamp 363 drivers/net/wireless/ath/ath9k/link.c if ((timestamp - common->ani.checkani_timer) >= ah->config.ani_poll_interval) { timestamp 365 drivers/net/wireless/ath/ath9k/link.c common->ani.checkani_timer = timestamp; timestamp 425 drivers/net/wireless/ath/ath9k/link.c unsigned long timestamp = jiffies_to_msecs(jiffies); timestamp 432 drivers/net/wireless/ath/ath9k/link.c common->ani.longcal_timer = timestamp; timestamp 433 drivers/net/wireless/ath/ath9k/link.c common->ani.shortcal_timer = timestamp; timestamp 434 drivers/net/wireless/ath/ath9k/link.c common->ani.checkani_timer = timestamp; timestamp 241 drivers/net/wireless/ath/wil6210/txrx_edma.h u32 timestamp; timestamp 302 drivers/net/wireless/ath/wil6210/txrx_edma.h u32 timestamp; timestamp 887 drivers/net/wireless/ath/wil6210/wmi.c u64 tsf = le64_to_cpu(rx_mgmt_frame->u.beacon.timestamp); timestamp 3322 drivers/net/wireless/atmel/atmel.c __le64 timestamp; timestamp 3337 drivers/net/wireless/atmel/atmel.c u64 timestamp = le64_to_cpu(beacon->timestamp); timestamp 3359 drivers/net/wireless/atmel/atmel.c u32 beacon_delay = timestamp - priv->last_beacon_timestamp; timestamp 3364 drivers/net/wireless/atmel/atmel.c priv->last_beacon_timestamp = timestamp; timestamp 856 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil_types.h __le16 timestamp; timestamp 1598 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c __le32 timestamp; timestamp 1600 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c memcpy(×tamp, &data[2], sizeof(timestamp)); timestamp 1602 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c le32_to_cpu(timestamp)); timestamp 539 drivers/net/wireless/intel/iwlegacy/3945.c rx_status.mactime = le64_to_cpu(rx_end->timestamp); timestamp 589 drivers/net/wireless/intel/iwlegacy/3945.c il->_3945.last_tsf = le64_to_cpu(rx_end->timestamp); timestamp 672 drivers/net/wireless/intel/iwlegacy/4965-mac.c rx_status.mactime = le64_to_cpu(phy_res->timestamp); timestamp 1486 drivers/net/wireless/intel/iwlegacy/4965.c tsf_low = ch_switch->timestamp & 0x0ffffffff; timestamp 418 drivers/net/wireless/intel/iwlegacy/commands.h __le32 timestamp; timestamp 518 drivers/net/wireless/intel/iwlegacy/commands.h __le32 timestamp; timestamp 531 drivers/net/wireless/intel/iwlegacy/commands.h __le64 timestamp; timestamp 746 drivers/net/wireless/intel/iwlegacy/commands.h __le64 timestamp; timestamp 1183 drivers/net/wireless/intel/iwlegacy/commands.h __le64 timestamp; timestamp 1226 drivers/net/wireless/intel/iwlegacy/commands.h __le64 timestamp; /* TSF at on air rise */ timestamp 3646 drivers/net/wireless/intel/iwlegacy/common.c il->timing.timestamp = cpu_to_le64(il->timestamp); timestamp 3663 drivers/net/wireless/intel/iwlegacy/common.c tsf = il->timestamp; /* tsf is modifed by do_div: copy it */ timestamp 5188 drivers/net/wireless/intel/iwlegacy/common.c il->timestamp = 0; timestamp 5288 drivers/net/wireless/intel/iwlegacy/common.c __le64 timestamp; timestamp 5311 drivers/net/wireless/intel/iwlegacy/common.c timestamp = ((struct ieee80211_mgmt *)skb->data)->u.beacon.timestamp; timestamp 5312 drivers/net/wireless/intel/iwlegacy/common.c il->timestamp = le64_to_cpu(timestamp); timestamp 5445 drivers/net/wireless/intel/iwlegacy/common.c il->timestamp = bss_conf->sync_tsf; timestamp 1306 drivers/net/wireless/intel/iwlegacy/common.h u64 timestamp; timestamp 472 drivers/net/wireless/intel/iwlwifi/dvm/commands.h __le32 timestamp; timestamp 485 drivers/net/wireless/intel/iwlwifi/dvm/commands.h __le64 timestamp; timestamp 657 drivers/net/wireless/intel/iwlwifi/dvm/commands.h __le64 timestamp; timestamp 1104 drivers/net/wireless/intel/iwlwifi/dvm/commands.h __le64 timestamp; /* TSF at on air rise */ timestamp 762 drivers/net/wireless/intel/iwlwifi/dvm/dev.h u64 timestamp; timestamp 417 drivers/net/wireless/intel/iwlwifi/dvm/devices.c tsf_low = ch_switch->timestamp & 0x0ffffffff; timestamp 585 drivers/net/wireless/intel/iwlwifi/dvm/devices.c tsf_low = ch_switch->timestamp & 0x0ffffffff; timestamp 822 drivers/net/wireless/intel/iwlwifi/dvm/rx.c rx_status.mactime = le64_to_cpu(phy_res->timestamp); timestamp 292 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c ctx->timing.timestamp = cpu_to_le64(priv->timestamp); timestamp 328 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c tsf = priv->timestamp; /* tsf is modifed by do_div: copy it */ timestamp 1436 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c priv->timestamp = bss_conf->sync_tsf; timestamp 117 drivers/net/wireless/intel/iwlwifi/fw/api/alive.h __le32 timestamp; timestamp 145 drivers/net/wireless/intel/iwlwifi/fw/api/debug.h __le64 timestamp; timestamp 304 drivers/net/wireless/intel/iwlwifi/fw/api/debug.h __le64 timestamp; timestamp 669 drivers/net/wireless/intel/iwlwifi/fw/api/location.h __le32 timestamp; timestamp 719 drivers/net/wireless/intel/iwlwifi/fw/api/location.h __le32 timestamp; timestamp 774 drivers/net/wireless/intel/iwlwifi/fw/api/location.h __le32 timestamp; timestamp 114 drivers/net/wireless/intel/iwlwifi/fw/api/rx.h __le64 timestamp; timestamp 314 drivers/net/wireless/intel/iwlwifi/fw/api/time-event.h __le32 timestamp; timestamp 327 drivers/net/wireless/intel/iwlwifi/fw/dbg.h fwrt->timestamp.delay = 0; timestamp 328 drivers/net/wireless/intel/iwlwifi/fw/dbg.h cancel_delayed_work_sync(&fwrt->timestamp.wk); timestamp 335 drivers/net/wireless/intel/iwlwifi/fw/dbg.h cancel_delayed_work_sync(&fwrt->timestamp.wk); timestamp 340 drivers/net/wireless/intel/iwlwifi/fw/dbg.h if (!fwrt->timestamp.delay) timestamp 343 drivers/net/wireless/intel/iwlwifi/fw/dbg.h schedule_delayed_work(&fwrt->timestamp.wk, timestamp 344 drivers/net/wireless/intel/iwlwifi/fw/dbg.h round_jiffies_relative(fwrt->timestamp.delay)); timestamp 191 drivers/net/wireless/intel/iwlwifi/fw/debugfs.c .timestamp = cpu_to_le64(fwrt->timestamp.seq++), timestamp 208 drivers/net/wireless/intel/iwlwifi/fw/debugfs.c container_of(work, struct iwl_fw_runtime, timestamp.wk.work); timestamp 209 drivers/net/wireless/intel/iwlwifi/fw/debugfs.c unsigned long delay = fwrt->timestamp.delay; timestamp 213 drivers/net/wireless/intel/iwlwifi/fw/debugfs.c schedule_delayed_work(&fwrt->timestamp.wk, timestamp 229 drivers/net/wireless/intel/iwlwifi/fw/debugfs.c fwrt->timestamp.delay = msecs_to_jiffies(delay * 1000); timestamp 231 drivers/net/wireless/intel/iwlwifi/fw/debugfs.c schedule_delayed_work(&fwrt->timestamp.wk, timestamp 232 drivers/net/wireless/intel/iwlwifi/fw/debugfs.c round_jiffies_relative(fwrt->timestamp.delay)); timestamp 253 drivers/net/wireless/intel/iwlwifi/fw/debugfs.c u32 delay_secs = jiffies_to_msecs(fwrt->timestamp.delay) / 1000; timestamp 326 drivers/net/wireless/intel/iwlwifi/fw/debugfs.c INIT_DELAYED_WORK(&fwrt->timestamp.wk, iwl_fw_timestamp_marker_wk); timestamp 181 drivers/net/wireless/intel/iwlwifi/fw/runtime.h } timestamp; timestamp 593 drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c fw_ap->timestamp); timestamp 4417 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c .tsf = cpu_to_le32(chsw->timestamp), timestamp 4574 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c .tsf = cpu_to_le32(chsw->timestamp), timestamp 400 drivers/net/wireless/intel/iwlwifi/mvm/rx.c rx_status->mactime = le64_to_cpu(phy_info->timestamp); timestamp 296 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c const u8 *peer, bool peer_initiator, u32 timestamp) timestamp 335 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c else if (timestamp <= mvm->tdls_cs.peer.sent_timestamp) timestamp 383 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c u32 timestamp, u16 switch_time, timestamp 400 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c timestamp); timestamp 410 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c tail->timing.frame_timestamp = cpu_to_le32(timestamp); timestamp 710 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c params->chandef, params->timestamp, timestamp 258 drivers/net/wireless/intel/iwlwifi/mvm/utils.c le64_to_cpu(err_resp->timestamp)); timestamp 53 drivers/net/wireless/intersil/hostap/hostap_80211.h u8 timestamp[8]; timestamp 341 drivers/net/wireless/intersil/orinoco/hermes.h __le64 timestamp; timestamp 82 drivers/net/wireless/intersil/orinoco/scan.c u64 timestamp; timestamp 121 drivers/net/wireless/intersil/orinoco/scan.c timestamp = 0; timestamp 127 drivers/net/wireless/intersil/orinoco/scan.c bss->a.bssid, timestamp, capability, timestamp 141 drivers/net/wireless/intersil/orinoco/scan.c u64 timestamp; timestamp 154 drivers/net/wireless/intersil/orinoco/scan.c timestamp = le64_to_cpu(bss->timestamp); timestamp 161 drivers/net/wireless/intersil/orinoco/scan.c bss->bssid, timestamp, capability, timestamp 206 drivers/net/wireless/intersil/p54/p54.h unsigned int timestamp; timestamp 544 drivers/net/wireless/intersil/p54/txrx.c dtime = tsf32 - priv->survey_raw.timestamp; timestamp 568 drivers/net/wireless/intersil/p54/txrx.c priv->survey_raw.timestamp = tsf32; timestamp 2103 drivers/net/wireless/intersil/prism54/isl_ioctl.c u8 timestamp[8]; timestamp 1416 drivers/net/wireless/mac80211_hwsim.c mgmt->u.probe_resp.timestamp = timestamp 1570 drivers/net/wireless/mac80211_hwsim.c mgmt->u.beacon.timestamp = cpu_to_le64(data->abs_bcn_ts + timestamp 771 drivers/net/wireless/marvell/libertas/host.h __le64 timestamp; timestamp 1468 drivers/net/wireless/marvell/mwifiex/fw.h __le64 timestamp; timestamp 126 drivers/net/wireless/marvell/mwifiex/join.c tsf_val = cpu_to_le64(bss_desc->timestamp); timestamp 130 drivers/net/wireless/marvell/mwifiex/join.c __func__, bss_desc->timestamp, bss_desc->fw_tsf); timestamp 414 drivers/net/wireless/marvell/mwifiex/main.h u64 timestamp; timestamp 1773 drivers/net/wireless/marvell/mwifiex/scan.c u64 timestamp; timestamp 1830 drivers/net/wireless/marvell/mwifiex/scan.c timestamp = le64_to_cpu(bcn_param->timestamp); timestamp 1892 drivers/net/wireless/marvell/mwifiex/scan.c bssid, timestamp, timestamp 154 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c bss_desc->timestamp = ies->tsf; timestamp 1442 drivers/net/wireless/marvell/mwl8k.c __le32 timestamp; timestamp 2103 drivers/net/wireless/marvell/mwl8k.c tx->timestamp = cpu_to_le32(ioread32(priv->regs + timestamp 2106 drivers/net/wireless/marvell/mwl8k.c tx->timestamp = 0; timestamp 1251 drivers/net/wireless/ralink/rt2x00/rt2400pci.c rxdesc->timestamp = ((u64)rx_high << 32) | rx_low; timestamp 138 drivers/net/wireless/ralink/rt2x00/rt2x00debug.c struct timespec64 timestamp; timestamp 144 drivers/net/wireless/ralink/rt2x00/rt2x00debug.c ktime_get_ts64(×tamp); timestamp 173 drivers/net/wireless/ralink/rt2x00/rt2x00debug.c dump_hdr->timestamp_sec = cpu_to_le32(timestamp.tv_sec); timestamp 174 drivers/net/wireless/ralink/rt2x00/rt2x00debug.c dump_hdr->timestamp_usec = cpu_to_le32(timestamp.tv_nsec / timestamp 848 drivers/net/wireless/ralink/rt2x00/rt2x00dev.c rx_status->mactime = rxdesc.timestamp; timestamp 169 drivers/net/wireless/ralink/rt2x00/rt2x00queue.h u64 timestamp; timestamp 12 drivers/net/wireless/ray_cs.h UCHAR timestamp[8]; timestamp 125 drivers/net/wireless/rayctl.h UCHAR timestamp[8]; timestamp 136 drivers/net/wireless/rayctl.h UCHAR timestamp[8]; timestamp 1304 drivers/net/wireless/realtek/rtl818x/rtl8180/dev.c mgmt->u.beacon.timestamp = cpu_to_le64(rtl8180_get_tsf(dev, vif)); timestamp 1087 drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c mgmt->u.beacon.timestamp = cpu_to_le64(rtl8187_get_tsf(dev, vif)); timestamp 258 drivers/net/wireless/rndis_wlan.c u8 timestamp[8]; timestamp 1974 drivers/net/wireless/rndis_wlan.c u64 timestamp; timestamp 2007 drivers/net/wireless/rndis_wlan.c timestamp = le64_to_cpu(*(__le64 *)fixed->timestamp); timestamp 2013 drivers/net/wireless/rndis_wlan.c timestamp, capability, beacon_interval, timestamp 2641 drivers/net/wireless/rndis_wlan.c u64 timestamp; timestamp 2695 drivers/net/wireless/rndis_wlan.c timestamp = 0; timestamp 2700 drivers/net/wireless/rndis_wlan.c bssid, (u32)timestamp, capability, beacon_period, ie_len, timestamp 2705 drivers/net/wireless/rndis_wlan.c timestamp, capability, beacon_period, timestamp 474 drivers/net/wireless/st/cw1200/bh.c unsigned long timestamp = jiffies; timestamp 490 drivers/net/wireless/st/cw1200/bh.c ×tamp, timestamp 497 drivers/net/wireless/st/cw1200/bh.c timeout = timestamp + timestamp 507 drivers/net/wireless/st/cw1200/bh.c timestamp, jiffies); timestamp 83 drivers/net/wireless/st/cw1200/cw1200.h unsigned long timestamp; timestamp 535 drivers/net/wireless/st/cw1200/queue.c unsigned long *timestamp, timestamp 547 drivers/net/wireless/st/cw1200/queue.c *timestamp)) timestamp 548 drivers/net/wireless/st/cw1200/queue.c *timestamp = item->xmit_timestamp; timestamp 97 drivers/net/wireless/st/cw1200/queue.h unsigned long *timestamp, timestamp 1584 drivers/net/wireless/st/cw1200/sta.c entry->timestamp = jiffies; timestamp 467 drivers/net/wireless/st/cw1200/txrx.c priv->link_id_db[t->txpriv.raw_link_id - 1].timestamp = timestamp 1030 drivers/net/wireless/st/cw1200/txrx.c entry->timestamp = jiffies; timestamp 1315 drivers/net/wireless/st/cw1200/txrx.c priv->link_id_db[i].timestamp = jiffies; timestamp 1338 drivers/net/wireless/st/cw1200/txrx.c now - priv->link_id_db[i].timestamp; timestamp 1421 drivers/net/wireless/st/cw1200/txrx.c ttl = priv->link_id_db[i].timestamp - now + timestamp 1443 drivers/net/wireless/st/cw1200/txrx.c priv->link_id_db[i].timestamp = now; timestamp 1180 drivers/net/wireless/st/cw1200/wsm.c unsigned long timestamp = jiffies; timestamp 1204 drivers/net/wireless/st/cw1200/wsm.c ×tamp, 0xffffffff); timestamp 1209 drivers/net/wireless/st/cw1200/wsm.c timeout = timestamp + WSM_CMD_LAST_CHANCE_TIMEOUT - jiffies; timestamp 43 drivers/net/wireless/ti/wl1251/rx.c status->mactime = desc->timestamp; timestamp 62 drivers/net/wireless/ti/wl1251/rx.h u32 timestamp; /* In microseconds */ timestamp 326 drivers/net/wireless/ti/wl12xx/main.c .timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED, timestamp 464 drivers/net/wireless/ti/wl18xx/main.c .timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED, timestamp 1787 drivers/net/wireless/ti/wlcore/cmd.c cmd->timestamp = wl->conf.fwlog.timestamp; timestamp 665 drivers/net/wireless/ti/wlcore/cmd.h u8 timestamp; timestamp 1064 drivers/net/wireless/ti/wlcore/conf.h u8 timestamp; timestamp 127 drivers/net/wireless/ti/wlcore/rx.h __le32 timestamp; timestamp 390 drivers/net/wireless/wl3501.h u8 timestamp[8]; timestamp 444 drivers/net/wireless/wl3501.h char timestamp[8]; timestamp 94 drivers/platform/chrome/cros_usbpd_logger.c tstamp = ktime_sub_us(tstamp, r->timestamp << PD_LOG_TIMESTAMP_SHIFT); timestamp 81 drivers/platform/x86/intel_telemetry_pltdrv.c u64 timestamp; timestamp 922 drivers/platform/x86/intel_telemetry_pltdrv.c ssram_region->timestamp = timestamp_next; timestamp 36 drivers/power/supply/s3c_adc_battery.c unsigned int timestamp; timestamp 84 drivers/power/supply/s3c_adc_battery.c jiffies_to_msecs(jiffies - bat->timestamp) > timestamp 90 drivers/power/supply/s3c_adc_battery.c bat->timestamp = jiffies; timestamp 160 drivers/power/supply/s3c_adc_battery.c jiffies_to_msecs(jiffies - bat->timestamp) > timestamp 168 drivers/power/supply/s3c_adc_battery.c bat->timestamp = jiffies; timestamp 49 drivers/ptp/ptp_clock.c seconds = div_u64_rem(src->timestamp, 1000000000, &remainder); timestamp 88 drivers/ptp/ptp_ixp46x.c event.timestamp = ((u64) hi) << 32; timestamp 89 drivers/ptp/ptp_ixp46x.c event.timestamp |= lo; timestamp 90 drivers/ptp/ptp_ixp46x.c event.timestamp <<= TICKS_NS_SHIFT; timestamp 102 drivers/ptp/ptp_ixp46x.c event.timestamp = ((u64) hi) << 32; timestamp 103 drivers/ptp/ptp_ixp46x.c event.timestamp |= lo; timestamp 104 drivers/ptp/ptp_ixp46x.c event.timestamp <<= TICKS_NS_SHIFT; timestamp 365 drivers/ptp/ptp_pch.c event.timestamp = ((u64) hi) << 32; timestamp 366 drivers/ptp/ptp_pch.c event.timestamp |= lo; timestamp 367 drivers/ptp/ptp_pch.c event.timestamp <<= TICKS_NS_SHIFT; timestamp 379 drivers/ptp/ptp_pch.c event.timestamp = ((u64) hi) << 32; timestamp 380 drivers/ptp/ptp_pch.c event.timestamp |= lo; timestamp 381 drivers/ptp/ptp_pch.c event.timestamp <<= TICKS_NS_SHIFT; timestamp 109 drivers/ptp/ptp_qoriq.c event.timestamp = ((u64) hi) << 32; timestamp 110 drivers/ptp/ptp_qoriq.c event.timestamp |= lo; timestamp 156 drivers/ptp/ptp_qoriq.c event.timestamp = ptp_qoriq->alarm_value; timestamp 6101 drivers/s390/block/dasd_eckd.c entry->timestamp); timestamp 503 drivers/s390/block/dasd_eckd.h __u32 timestamp; timestamp 191 drivers/s390/cio/qdio.h u64 timestamp; timestamp 239 drivers/s390/cio/qdio.h u64 timestamp; timestamp 123 drivers/s390/cio/qdio_debug.c q->timestamp, last_ai_time); timestamp 505 drivers/s390/cio/qdio_main.c q->timestamp = get_tod_clock_fast(); timestamp 559 drivers/s390/cio/qdio_main.c q->u.in.timestamp = get_tod_clock(); timestamp 590 drivers/s390/cio/qdio_main.c if (get_tod_clock_fast() > q->u.in.timestamp + QDIO_INPUT_THRESHOLD) { timestamp 713 drivers/s390/cio/qdio_main.c q->timestamp = get_tod_clock_fast(); timestamp 82 drivers/scsi/bfa/bfa_core.c trc->timestamp = BFA_TRC_TS(trcm); timestamp 48 drivers/scsi/bfa/bfa_cs.h u32 timestamp; timestamp 373 drivers/scsi/bnx2fc/bnx2fc.h unsigned long timestamp; timestamp 756 drivers/scsi/bnx2i/bnx2i.h unsigned long timestamp; timestamp 1895 drivers/scsi/bnx2i/bnx2i_iscsi.c bnx2i_ep->timestamp = jiffies; timestamp 2129 drivers/scsi/bnx2i/bnx2i_iscsi.c !time_after(jiffies, bnx2i_ep->timestamp + (12 * HZ))) timestamp 132 drivers/scsi/fnic/fnic_trace.c jiffies_to_timespec64(tbp->timestamp.low, &val); timestamp 135 drivers/scsi/fnic/fnic_trace.c jiffies_to_timespec64(tbp->timestamp.val, &val); timestamp 174 drivers/scsi/fnic/fnic_trace.c jiffies_to_timespec64(tbp->timestamp.low, &val); timestamp 177 drivers/scsi/fnic/fnic_trace.c jiffies_to_timespec64(tbp->timestamp.val, &val); timestamp 66 drivers/scsi/fnic/fnic_trace.h } timestamp, fnaddr; timestamp 92 drivers/scsi/fnic/fnic_trace.h trace_buf->timestamp.low = jiffies; \ timestamp 95 drivers/scsi/fnic/fnic_trace.h trace_buf->timestamp.val = jiffies; \ timestamp 1739 drivers/scsi/ipr.h __be32 timestamp[3]; timestamp 365 drivers/scsi/megaraid/megaraid_sas_base.c format_timestamp(uint32_t timestamp) timestamp 369 drivers/scsi/megaraid/megaraid_sas_base.c if ((timestamp & 0xff000000) == 0xff000000) timestamp 370 drivers/scsi/megaraid/megaraid_sas_base.c snprintf(buffer, sizeof(buffer), "boot + %us", timestamp & timestamp 373 drivers/scsi/megaraid/megaraid_sas_base.c snprintf(buffer, sizeof(buffer), "%us", timestamp); timestamp 5428 drivers/scsi/pmcraid.c u64 timestamp; timestamp 5430 drivers/scsi/pmcraid.c timestamp = ktime_get_real_seconds() * 1000; timestamp 5432 drivers/scsi/pmcraid.c pinstance->timestamp_data->timestamp[0] = (__u8)(timestamp); timestamp 5433 drivers/scsi/pmcraid.c pinstance->timestamp_data->timestamp[1] = (__u8)((timestamp) >> 8); timestamp 5434 drivers/scsi/pmcraid.c pinstance->timestamp_data->timestamp[2] = (__u8)((timestamp) >> 16); timestamp 5435 drivers/scsi/pmcraid.c pinstance->timestamp_data->timestamp[3] = (__u8)((timestamp) >> 24); timestamp 5436 drivers/scsi/pmcraid.c pinstance->timestamp_data->timestamp[4] = (__u8)((timestamp) >> 32); timestamp 5437 drivers/scsi/pmcraid.c pinstance->timestamp_data->timestamp[5] = (__u8)((timestamp) >> 40); timestamp 554 drivers/scsi/pmcraid.h __u8 timestamp[PMCRAID_REQ_TM_STR_LEN]; /* current time value */ timestamp 3235 drivers/scsi/qla2xxx/qla_nx2.c uint32_t timestamp, idc_control; timestamp 3310 drivers/scsi/qla2xxx/qla_nx2.c timestamp = (u32)(jiffies_to_msecs(now) / 1000); timestamp 3311 drivers/scsi/qla2xxx/qla_nx2.c tmplt_hdr->driver_timestamp = timestamp; timestamp 3014 drivers/scsi/qla4xxx/ql4_nx.c uint32_t timestamp; timestamp 3042 drivers/scsi/qla4xxx/ql4_nx.c timestamp = (u32)(jiffies_to_msecs(now) / 1000); timestamp 3043 drivers/scsi/qla4xxx/ql4_nx.c tmplt_hdr->driver_timestamp = timestamp; timestamp 84 drivers/spi/spi-mpc52xx.c int timestamp; timestamp 250 drivers/spi/spi-mpc52xx.c ms->timestamp = get_tbl(); timestamp 251 drivers/spi/spi-mpc52xx.c ms->timestamp += ms->transfer->delay_usecs * tb_ticks_per_usec; timestamp 279 drivers/spi/spi-mpc52xx.c if (((int)get_tbl()) - ms->timestamp < 0) timestamp 99 drivers/staging/greybus/audio_apbridgea.c __u16 i2s_port, __u64 timestamp) timestamp 105 drivers/staging/greybus/audio_apbridgea.c req.timestamp = cpu_to_le64(timestamp); timestamp 101 drivers/staging/greybus/audio_apbridgea.h __le64 timestamp; timestamp 220 drivers/staging/greybus/audio_codec.h __u16 i2s_port, __u64 timestamp); timestamp 490 drivers/staging/iio/cdc/ad7150.c s64 timestamp = iio_get_time_ns(indio_dev); timestamp 506 drivers/staging/iio/cdc/ad7150.c timestamp); timestamp 514 drivers/staging/iio/cdc/ad7150.c timestamp); timestamp 523 drivers/staging/iio/cdc/ad7150.c timestamp); timestamp 531 drivers/staging/iio/cdc/ad7150.c timestamp); timestamp 210 drivers/staging/media/imx/imx-ic-prpencvf.c vb->timestamp = ktime_get_ns(); timestamp 339 drivers/staging/media/imx/imx-ic-prpencvf.c vb->timestamp = ktime_get_ns(); timestamp 274 drivers/staging/media/imx/imx-media-csi.c vb->timestamp = ktime_get_ns(); timestamp 398 drivers/staging/media/imx/imx-media-csi.c vb->timestamp = ktime_get_ns(); timestamp 144 drivers/staging/media/imx/imx-media-fim.c ktime_t timestamp) timestamp 154 drivers/staging/media/imx/imx-media-fim.c interval = ktime_to_ns(ktime_sub(timestamp, fim->last_ts)); timestamp 185 drivers/staging/media/imx/imx-media-fim.c fim->last_ts = timestamp; timestamp 196 drivers/staging/media/imx/imx-media-fim.c ktime_t timestamp) timestamp 203 drivers/staging/media/imx/imx-media-fim.c frame_interval_monitor(fim, timestamp); timestamp 406 drivers/staging/media/imx/imx-media-fim.c void imx_media_fim_eof_monitor(struct imx_media_fim *fim, ktime_t timestamp) timestamp 413 drivers/staging/media/imx/imx-media-fim.c frame_interval_monitor(fim, timestamp); timestamp 230 drivers/staging/media/imx/imx-media.h void imx_media_fim_eof_monitor(struct imx_media_fim *fim, ktime_t timestamp); timestamp 619 drivers/staging/media/imx/imx7-media-csi.c vb->timestamp = ktime_get_ns(); timestamp 637 drivers/staging/media/imx/imx7-media-csi.c vb->timestamp = ktime_get_ns(); timestamp 548 drivers/staging/media/ipu3/ipu3.c buf->vid_buf.vbb.vb2_buf.timestamp = ns; timestamp 203 drivers/staging/media/meson/vdec/esparser.c amvdec_add_ts_reorder(sess, vb->timestamp, offset); timestamp 205 drivers/staging/media/meson/vdec/esparser.c vb->timestamp, payload_size, offset); timestamp 212 drivers/staging/media/meson/vdec/esparser.c amvdec_remove_ts(sess, vb->timestamp); timestamp 228 drivers/staging/media/meson/vdec/esparser.c amvdec_remove_ts(sess, vb->timestamp); timestamp 255 drivers/staging/media/meson/vdec/vdec_helpers.c u64 timestamp) timestamp 272 drivers/staging/media/meson/vdec/vdec_helpers.c vbuf->vb2_buf.timestamp = timestamp; timestamp 300 drivers/staging/media/meson/vdec/vdec_helpers.c u64 timestamp; timestamp 314 drivers/staging/media/meson/vdec/vdec_helpers.c timestamp = tmp->ts; timestamp 319 drivers/staging/media/meson/vdec/vdec_helpers.c dst_buf_done(sess, vbuf, field, timestamp); timestamp 331 drivers/staging/media/meson/vdec/vdec_helpers.c u64 timestamp = 0; timestamp 366 drivers/staging/media/meson/vdec/vdec_helpers.c timestamp = match->ts; timestamp 372 drivers/staging/media/meson/vdec/vdec_helpers.c dst_buf_done(sess, vbuf, field, timestamp); timestamp 446 drivers/staging/media/omap4iss/iss_video.c buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 368 drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c ktime_t timestamp; timestamp 371 drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c timestamp = ktime_add_us(dev->capture.kernel_start_ts, timestamp 377 drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c ktime_to_ns(timestamp)); timestamp 378 drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c buf->vb.vb2_buf.timestamp = ktime_to_ns(timestamp); timestamp 380 drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 1457 drivers/staging/vt6655/rxtx.c mgmt_hdr->u.beacon.timestamp = 0; timestamp 1049 drivers/staging/vt6656/rxtx.c mgmt_hdr->u.beacon.timestamp = 0; timestamp 365 drivers/staging/wlan-ng/cfg80211.c msg2.timestamp.data, msg2.capinfo.data, timestamp 101 drivers/staging/wlan-ng/p80211metastruct.h struct p80211item_uint32 timestamp; timestamp 482 drivers/staging/wlan-ng/prism2mgmt.c req->timestamp.status = P80211ENUM_msgitem_status_data_ok; timestamp 483 drivers/staging/wlan-ng/prism2mgmt.c req->timestamp.data = jiffies; timestamp 135 drivers/staging/wusbcore/include/wusb.h u8 timestamp[3]; timestamp 60 drivers/thermal/cpu_cooling.c u64 timestamp; timestamp 238 drivers/thermal/cpu_cooling.c delta_time = now - idle_time->timestamp; timestamp 246 drivers/thermal/cpu_cooling.c idle_time->timestamp = now; timestamp 328 drivers/usb/gadget/function/uvc_queue.c buf->buf.vb2_buf.timestamp = ktime_get_ns(); timestamp 795 drivers/usb/host/xhci-tegra.c time64_t timestamp; timestamp 900 drivers/usb/host/xhci-tegra.c timestamp = le32_to_cpu(header->fwimg_created_time); timestamp 901 drivers/usb/host/xhci-tegra.c time64_to_tm(timestamp, 0, &time); timestamp 746 drivers/usb/isp1760/isp1760-hcd.c slots[slot].timestamp = jiffies; timestamp 1276 drivers/usb/isp1760/isp1760-hcd.c priv->atl_slots[slot].timestamp + timestamp 33 drivers/usb/isp1760/isp1760-hcd.h unsigned long timestamp; timestamp 158 fs/nfs/dir.c unsigned long timestamp; timestamp 350 fs/nfs/dir.c unsigned long timestamp, gencount; timestamp 354 fs/nfs/dir.c timestamp = jiffies; timestamp 368 fs/nfs/dir.c desc->timestamp = timestamp; timestamp 382 fs/nfs/dir.c entry->fattr->time_start = desc->timestamp; timestamp 240 fs/nfs/nfs4_fs.h unsigned long timestamp; timestamp 662 fs/nfs/nfs4proc.c static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp) timestamp 665 fs/nfs/nfs4proc.c if (time_before(clp->cl_last_renewal,timestamp)) timestamp 666 fs/nfs/nfs4proc.c clp->cl_last_renewal = timestamp; timestamp 670 fs/nfs/nfs4proc.c static void renew_lease(const struct nfs_server *server, unsigned long timestamp) timestamp 675 fs/nfs/nfs4proc.c do_renew_lease(clp, timestamp); timestamp 1149 fs/nfs/nfs4proc.c unsigned long timestamp, unsigned long cache_validity) timestamp 1167 fs/nfs/nfs4proc.c nfsi->read_cache_jiffies = timestamp; timestamp 1175 fs/nfs/nfs4proc.c unsigned long timestamp, unsigned long cache_validity) timestamp 1178 fs/nfs/nfs4proc.c update_changeattr_locked(dir, cinfo, timestamp, cache_validity); timestamp 2289 fs/nfs/nfs4proc.c renew_lease(data->o_res.server, data->timestamp); timestamp 2346 fs/nfs/nfs4proc.c data->timestamp = jiffies; timestamp 2398 fs/nfs/nfs4proc.c data->timestamp = jiffies; timestamp 2448 fs/nfs/nfs4proc.c renew_lease(data->o_res.server, data->timestamp); timestamp 3236 fs/nfs/nfs4proc.c unsigned long timestamp = jiffies; timestamp 3272 fs/nfs/nfs4proc.c renew_lease(server, timestamp); timestamp 3423 fs/nfs/nfs4proc.c unsigned long timestamp; timestamp 3472 fs/nfs/nfs4proc.c renew_lease(server, calldata->timestamp); timestamp 3593 fs/nfs/nfs4proc.c calldata->timestamp = jiffies; timestamp 4495 fs/nfs/nfs4proc.c unsigned long timestamp = jiffies; timestamp 4501 fs/nfs/nfs4proc.c update_changeattr_locked(dir, &res.cinfo, timestamp, 0); timestamp 5169 fs/nfs/nfs4proc.c renew_lease(server, hdr->timestamp); timestamp 5205 fs/nfs/nfs4proc.c hdr->timestamp = jiffies; timestamp 5250 fs/nfs/nfs4proc.c renew_lease(NFS_SERVER(inode), hdr->timestamp); timestamp 5307 fs/nfs/nfs4proc.c hdr->timestamp = jiffies; timestamp 5391 fs/nfs/nfs4proc.c unsigned long timestamp; timestamp 5413 fs/nfs/nfs4proc.c unsigned long timestamp = data->timestamp; timestamp 5432 fs/nfs/nfs4proc.c do_renew_lease(clp, timestamp); timestamp 5459 fs/nfs/nfs4proc.c data->timestamp = jiffies; timestamp 6179 fs/nfs/nfs4proc.c unsigned long timestamp; timestamp 6214 fs/nfs/nfs4proc.c renew_lease(data->res.server, data->timestamp); timestamp 6334 fs/nfs/nfs4proc.c data->timestamp = jiffies; timestamp 6486 fs/nfs/nfs4proc.c unsigned long timestamp; timestamp 6540 fs/nfs/nfs4proc.c renew_lease(calldata->server, calldata->timestamp); timestamp 6587 fs/nfs/nfs4proc.c calldata->timestamp = jiffies; timestamp 6702 fs/nfs/nfs4proc.c unsigned long timestamp; timestamp 6774 fs/nfs/nfs4proc.c data->timestamp = jiffies; timestamp 6803 fs/nfs/nfs4proc.c data->timestamp); timestamp 7230 fs/nfs/nfs4proc.c unsigned long timestamp; timestamp 7240 fs/nfs/nfs4proc.c data->timestamp = jiffies; timestamp 7252 fs/nfs/nfs4proc.c renew_lease(server, data->timestamp); timestamp 153 fs/udf/ecma_167.h struct timestamp descCreationDateAndTime; timestamp 223 fs/udf/ecma_167.h struct timestamp recordingDateAndTime; timestamp 354 fs/udf/ecma_167.h struct timestamp recordingDateAndTime; timestamp 433 fs/udf/ecma_167.h struct timestamp recordingDateAndTime; timestamp 569 fs/udf/ecma_167.h struct timestamp accessTime; timestamp 570 fs/udf/ecma_167.h struct timestamp modificationTime; timestamp 571 fs/udf/ecma_167.h struct timestamp attrTime; timestamp 747 fs/udf/ecma_167.h struct timestamp recordingDateAndTime; timestamp 794 fs/udf/ecma_167.h struct timestamp accessTime; timestamp 795 fs/udf/ecma_167.h struct timestamp modificationTime; timestamp 796 fs/udf/ecma_167.h struct timestamp createTime; timestamp 797 fs/udf/ecma_167.h struct timestamp attrTime; timestamp 858 fs/udf/super.c struct timestamp *ts; timestamp 2268 fs/udf/super.c struct timestamp ts; timestamp 255 fs/udf/udfdecl.h struct timestamp src); timestamp 256 fs/udf/udfdecl.h extern void udf_time_to_disk_stamp(struct timestamp *dest, struct timespec64 src); timestamp 44 fs/udf/udftime.c udf_disk_stamp_to_time(struct timespec64 *dest, struct timestamp src) timestamp 73 fs/udf/udftime.c udf_time_to_disk_stamp(struct timestamp *dest, struct timespec64 ts) timestamp 20 include/linux/can/rx-offload.h u32 *timestamp, unsigned int mb); timestamp 42 include/linux/can/rx-offload.h struct sk_buff *skb, u32 timestamp); timestamp 44 include/linux/can/rx-offload.h unsigned int idx, u32 timestamp); timestamp 320 include/linux/cper.h u64 timestamp; timestamp 29 include/linux/digsig.h uint32_t timestamp; /* key made, always 0 for now */ timestamp 37 include/linux/digsig.h uint32_t timestamp; /* signature made */ timestamp 87 include/linux/dma-fence.h ktime_t timestamp; timestamp 300 include/linux/firewire.h u32 timestamp; timestamp 493 include/linux/genhd.h unsigned int timestamp[SOLARIS_X86_NUMSLICE]; /* timestamp (unsupported) */ timestamp 2010 include/linux/greybus/greybus_protocols.h __le64 timestamp; /* XXX needed? */ timestamp 2159 include/linux/greybus/greybus_protocols.h __le64 timestamp; timestamp 943 include/linux/ieee80211.h __le64 timestamp; timestamp 955 include/linux/ieee80211.h __le64 timestamp; timestamp 34 include/linux/iio/buffer.h void *data, int64_t timestamp) timestamp 38 include/linux/iio/buffer.h ((int64_t *)data)[ts_offset] = timestamp; timestamp 55 include/linux/iio/common/ssp_sensors.h int64_t timestamp); timestamp 603 include/linux/iio/iio.h int iio_push_event(struct iio_dev *indio_dev, u64 ev_code, s64 timestamp); timestamp 37 include/linux/iio/trigger_consumer.h s64 timestamp; timestamp 203 include/linux/input.h ktime_t timestamp[INPUT_CLK_MAX]; timestamp 408 include/linux/input.h void input_set_timestamp(struct input_dev *dev, ktime_t timestamp); timestamp 65 include/linux/intel_rapl.h unsigned long timestamp; timestamp 661 include/linux/libata.h u64 timestamp; timestamp 1535 include/linux/nfs_xdr.h unsigned long timestamp; /* For lease renewal */ timestamp 170 include/linux/pe.h uint32_t timestamp; /* time_t */ timestamp 779 include/linux/perf_event.h u64 timestamp; timestamp 854 include/linux/perf_event.h u64 timestamp; timestamp 2399 include/linux/platform_data/cros_ec_commands.h uint32_t timestamp; timestamp 2418 include/linux/platform_data/cros_ec_commands.h uint32_t timestamp; timestamp 4909 include/linux/platform_data/cros_ec_commands.h uint32_t timestamp; /* relative timestamp in milliseconds */ timestamp 167 include/linux/ptp_clock_kernel.h u64 timestamp; timestamp 235 include/linux/sdla.h short timestamp; timestamp 251 include/media/videobuf2-core.h u64 timestamp; timestamp 71 include/media/videobuf2-v4l2.h int vb2_find_timestamp(const struct vb2_queue *q, u64 timestamp, timestamp 58 include/net/bluetooth/hci_core.h __u32 timestamp; timestamp 74 include/net/bluetooth/hci_core.h __u32 timestamp; timestamp 648 include/net/bluetooth/hci_core.h return jiffies - c->timestamp; timestamp 653 include/net/bluetooth/hci_core.h return jiffies - e->timestamp; timestamp 293 include/net/erspan.h md2->timestamp = erspan_get_timestamp(); timestamp 1539 include/net/mac80211.h u64 timestamp; timestamp 2553 include/net/mac80211.h u32 timestamp; timestamp 554 include/rdma/ib_verbs.h unsigned long timestamp; timestamp 143 include/sound/sof/stream.h uint64_t timestamp; /**< system time stamp */ timestamp 11 include/trace/events/power_cpu_migrate.h TP_PROTO(u64 timestamp, \ timestamp 14 include/trace/events/power_cpu_migrate.h TP_ARGS(timestamp, \ timestamp 23 include/trace/events/power_cpu_migrate.h __field(u64, timestamp ) timestamp 28 include/trace/events/power_cpu_migrate.h __entry->timestamp = timestamp; timestamp 33 include/trace/events/power_cpu_migrate.h (unsigned long long)__entry->timestamp, timestamp 112 include/trace/events/v4l2.h __field(s64, timestamp) timestamp 133 include/trace/events/v4l2.h __entry->timestamp = timeval_to_ns(&buf->timestamp); timestamp 156 include/trace/events/v4l2.h __entry->timestamp, timestamp 189 include/trace/events/v4l2.h __field(u64, timestamp) timestamp 210 include/trace/events/v4l2.h __entry->timestamp = vb->timestamp; timestamp 230 include/trace/events/v4l2.h __entry->timestamp, timestamp 22 include/trace/events/vb2.h __field(u64, timestamp) timestamp 33 include/trace/events/vb2.h __entry->timestamp = vb->timestamp; timestamp 42 include/trace/events/vb2.h __entry->timestamp timestamp 343 include/uapi/linux/batadv_packet.h __be32 timestamp; timestamp 35 include/uapi/linux/dlm_netlink.h unsigned long timestamp; timestamp 129 include/uapi/linux/dvb/video.h long timestamp; timestamp 21 include/uapi/linux/erspan.h __be32 timestamp; timestamp 149 include/uapi/linux/gpio.h __u64 timestamp; timestamp 24 include/uapi/linux/iio/events.h __s64 timestamp; timestamp 156 include/uapi/linux/lirc.h __u64 timestamp; timestamp 993 include/uapi/linux/videodev2.h struct timeval timestamp; timestamp 2330 include/uapi/linux/videodev2.h struct timespec timestamp; timestamp 727 kernel/events/core.c info->time += now - info->timestamp; timestamp 728 kernel/events/core.c info->timestamp = now; timestamp 784 kernel/events/core.c info->timestamp = ctx->timestamp; timestamp 940 kernel/events/core.c event->shadow_ctx_time = now - t->timestamp; timestamp 1458 kernel/events/core.c ctx->time += now - ctx->timestamp; timestamp 1459 kernel/events/core.c ctx->timestamp = now; timestamp 2327 kernel/events/core.c event->shadow_ctx_time = event->tstamp - ctx->timestamp; timestamp 3492 kernel/events/core.c ctx->timestamp = now; timestamp 9785 kernel/events/core.c u64 delta = now - event->ctx->timestamp; timestamp 349 kernel/irq/internals.h static inline u64 irq_timing_encode(u64 timestamp, int irq) timestamp 351 kernel/irq/internals.h return (timestamp << 16) | irq; timestamp 354 kernel/irq/internals.h static inline int irq_timing_decode(u64 value, u64 *timestamp) timestamp 356 kernel/irq/internals.h *timestamp = value >> 16; timestamp 392 kernel/trace/fgraph.c unsigned long long timestamp; timestamp 402 kernel/trace/fgraph.c timestamp = trace_clock_local(); timestamp 404 kernel/trace/fgraph.c prev->ftrace_timestamp = timestamp; timestamp 414 kernel/trace/fgraph.c timestamp -= next->ftrace_timestamp; timestamp 417 kernel/trace/fgraph.c next->ret_stack[index].calltime += timestamp; timestamp 351 kernel/trace/trace_entries.h __field_struct( struct timespec64, timestamp ) timestamp 352 kernel/trace/trace_entries.h __field_desc( s64, timestamp, tv_sec ) timestamp 353 kernel/trace/trace_entries.h __field_desc( long, timestamp, tv_nsec ) timestamp 84 kernel/trace/trace_hwlat.c struct timespec64 timestamp; /* wall time */ timestamp 124 kernel/trace/trace_hwlat.c entry->timestamp = sample->timestamp; timestamp 251 kernel/trace/trace_hwlat.c ktime_get_real_ts64(&s.timestamp); timestamp 1150 kernel/trace/trace_output.c (long long)field->timestamp.tv_sec, timestamp 1151 kernel/trace/trace_output.c field->timestamp.tv_nsec); timestamp 1183 kernel/trace/trace_output.c (long long)field->timestamp.tv_sec, timestamp 1184 kernel/trace/trace_output.c field->timestamp.tv_nsec, timestamp 1381 net/atm/lec.c rulla->timestamp, rulla->no_tries); timestamp 1408 net/atm/lec.c rulla->timestamp, rulla->no_tries); timestamp 1433 net/atm/lec.c rulla->timestamp, rulla->no_tries); timestamp 1458 net/atm/lec.c rulla->timestamp, rulla->no_tries); timestamp 1633 net/atm/lec.c time_after_eq(now, entry->timestamp + timestamp 1635 net/atm/lec.c entry->timestamp = jiffies; timestamp 1644 net/atm/lec.c time_after_eq(now, entry->timestamp + timestamp 1788 net/atm/lec.c entry->last_used = entry->timestamp = jiffies; timestamp 2034 net/atm/lec.c entry->timestamp = jiffies; timestamp 29 net/atm/lec_arpc.h unsigned long timestamp; /* Used for various timestamping things: timestamp 177 net/batman-adv/fragmentation.c chain->timestamp = jiffies; timestamp 194 net/batman-adv/fragmentation.c chain->timestamp = jiffies; timestamp 207 net/batman-adv/fragmentation.c chain->timestamp = jiffies; timestamp 39 net/batman-adv/fragmentation.h batadv_has_timed_out(frags_entry->timestamp, BATADV_FRAG_TIMEOUT)) timestamp 282 net/batman-adv/main.h static inline bool batadv_has_timed_out(unsigned long timestamp, timestamp 285 net/batman-adv/main.h return time_is_before_jiffies(timestamp + msecs_to_jiffies(timeout)); timestamp 605 net/batman-adv/network-coding.c !batadv_has_timed_out(nc_packet->timestamp, timeout)) timestamp 643 net/batman-adv/network-coding.c !batadv_has_timed_out(nc_packet->timestamp, timeout)) timestamp 1478 net/batman-adv/network-coding.c nc_packet->timestamp = jiffies; timestamp 576 net/batman-adv/tp_meter.c int uid, u32 timestamp) timestamp 603 net/batman-adv/tp_meter.c icmp->timestamp = htonl(timestamp); timestamp 663 net/batman-adv/tp_meter.c rtt = jiffies_to_msecs(jiffies) - ntohl(icmp->timestamp); timestamp 664 net/batman-adv/tp_meter.c if (icmp->timestamp && rtt) timestamp 1156 net/batman-adv/tp_meter.c u32 seq, __be32 timestamp, const u8 *session, timestamp 1196 net/batman-adv/tp_meter.c icmp->timestamp = timestamp; timestamp 1456 net/batman-adv/tp_meter.c icmp->timestamp, icmp->session, icmp->uid); timestamp 298 net/batman-adv/types.h unsigned long timestamp; timestamp 2099 net/batman-adv/types.h unsigned long timestamp; timestamp 1206 net/bluetooth/hci_core.c ie->timestamp = jiffies; timestamp 1207 net/bluetooth/hci_core.c cache->timestamp = jiffies; timestamp 353 net/bluetooth/hci_debugfs.c data->rssi, data->ssp_mode, e->timestamp); timestamp 4006 net/bluetooth/hci_event.c ie->timestamp = jiffies; timestamp 4041 net/bluetooth/hci_event.c ie->timestamp = jiffies; timestamp 2616 net/core/pktgen.c struct timespec64 timestamp; timestamp 2686 net/core/pktgen.c ktime_get_real_ts64(×tamp); timestamp 2687 net/core/pktgen.c pgh->tv_sec = htonl(timestamp.tv_sec); timestamp 2688 net/core/pktgen.c pgh->tv_usec = htonl(timestamp.tv_nsec / NSEC_PER_USEC); timestamp 391 net/hsr/hsr_framereg.c unsigned long timestamp; timestamp 418 net/hsr/hsr_framereg.c timestamp = time_a; timestamp 422 net/hsr/hsr_framereg.c timestamp = time_b; timestamp 425 net/hsr/hsr_framereg.c if (time_is_after_jiffies(timestamp + timestamp 435 net/hsr/hsr_framereg.c if (time_is_before_jiffies(timestamp + timestamp 3360 net/mac80211/cfg.c ch_switch.timestamp = 0; timestamp 83 net/mac80211/ibss.c mgmt->u.beacon.timestamp = cpu_to_le64(tsf); timestamp 1132 net/mac80211/ibss.c beacon_timestamp = le64_to_cpu(mgmt->u.beacon.timestamp); timestamp 129 net/mac80211/mesh_sync.c t_t = le64_to_cpu(mgmt->u.beacon.timestamp); timestamp 1284 net/mac80211/mlme.c u64 timestamp, u32 device_timestamp, timestamp 1312 net/mac80211/mlme.c ch_switch.timestamp = timestamp; timestamp 3858 net/mac80211/mlme.c le64_to_cpu(mgmt->u.beacon.timestamp); timestamp 3973 net/mac80211/mlme.c le64_to_cpu(mgmt->u.beacon.timestamp); timestamp 1694 net/mac80211/tdls.c params.timestamp = rx_status->device_timestamp; timestamp 1787 net/mac80211/tdls.c params.timestamp = rx_status->device_timestamp; timestamp 1141 net/mac80211/trace.h __field(u64, timestamp) timestamp 1151 net/mac80211/trace.h __entry->timestamp = ch_switch->timestamp; timestamp 2456 net/mac80211/trace.h __field(u64, timestamp) timestamp 2466 net/mac80211/trace.h __entry->timestamp = ch_switch->timestamp; timestamp 2476 net/mac80211/trace.h __entry->block_tx, __entry->timestamp timestamp 2503 net/mac80211/trace.h __field(u64, timestamp) timestamp 2513 net/mac80211/trace.h __entry->timestamp = ch_switch->timestamp; timestamp 2524 net/mac80211/trace.h __entry->block_tx, __entry->timestamp timestamp 2628 net/mac80211/trace.h __field(u32, timestamp) timestamp 2641 net/mac80211/trace.h __entry->timestamp = params->timestamp; timestamp 2651 net/mac80211/trace.h __entry->timestamp, __entry->switch_time, timestamp 1698 net/wireless/scan.c le64_to_cpu(mgmt->u.probe_resp.timestamp), timestamp 1770 net/wireless/scan.c new_ies->tsf = le64_to_cpu(mgmt->u.probe_resp.timestamp); timestamp 1833 net/wireless/scan.c ies->tsf = le64_to_cpu(mgmt->u.probe_resp.timestamp); timestamp 2515 net/wireless/trace.h __field(u64, timestamp) timestamp 126 samples/bpf/xdp_monitor_user.c __u64 timestamp; timestamp 135 samples/bpf/xdp_monitor_user.c __u64 timestamp; timestamp 165 samples/bpf/xdp_monitor_user.c rec->timestamp = gettime(); timestamp 199 samples/bpf/xdp_monitor_user.c rec->timestamp = gettime(); timestamp 215 samples/bpf/xdp_monitor_user.c period = r->timestamp - p->timestamp; timestamp 227 samples/bpf/xdp_monitor_user.c period = r->timestamp - p->timestamp; timestamp 164 samples/bpf/xdp_redirect_cpu_user.c __u64 timestamp; timestamp 192 samples/bpf/xdp_redirect_cpu_user.c rec->timestamp = gettime(); timestamp 264 samples/bpf/xdp_redirect_cpu_user.c period = r->timestamp - p->timestamp; timestamp 188 samples/bpf/xdp_rxq_info_user.c __u64 timestamp; timestamp 277 samples/bpf/xdp_rxq_info_user.c rec->timestamp = gettime(); timestamp 309 samples/bpf/xdp_rxq_info_user.c period = r->timestamp - p->timestamp; timestamp 143 samples/v4l/v4l2-pci-skeleton.c new_buf->vb.vb2_buf.timestamp = ktime_get_ns(); timestamp 253 sound/core/seq/seq_prioq.c int client, int timestamp) timestamp 258 sound/core/seq/seq_prioq.c if (!timestamp) timestamp 275 sound/core/seq/seq_prioq.c void snd_seq_prioq_leave(struct snd_seq_prioq * f, int client, int timestamp) timestamp 287 sound/core/seq/seq_prioq.c if (prioq_match(cell, client, timestamp)) { timestamp 39 sound/core/seq/seq_prioq.h void snd_seq_prioq_leave(struct snd_seq_prioq *f, int client, int timestamp); timestamp 1872 sound/soc/codecs/wm_adsp.c le64_to_cpu(footer->timestamp)); timestamp 40 sound/soc/codecs/wmfw.h __le64 timestamp; timestamp 252 sound/soc/intel/haswell/sst-haswell-ipc.h u64 timestamp; timestamp 15 tools/firewire/nosy-dump.h uint32_t timestamp; timestamp 78 tools/firewire/nosy-dump.h uint32_t timestamp; timestamp 99 tools/gpio/gpio-event-mon.c fprintf(stdout, "GPIO EVENT %llu: ", event.timestamp); timestamp 256 tools/iio/iio_event_monitor.c event->timestamp, event->id); timestamp 261 tools/iio/iio_event_monitor.c printf("Event: time: %lld, type: %s", event->timestamp, timestamp 21 tools/include/uapi/linux/erspan.h __be32 timestamp; timestamp 156 tools/include/uapi/linux/lirc.h __u64 timestamp; timestamp 44 tools/lib/traceevent/kbuffer-parse.c unsigned long long timestamp; timestamp 323 tools/lib/traceevent/kbuffer-parse.c kbuf->timestamp += delta; timestamp 400 tools/lib/traceevent/kbuffer-parse.c kbuf->timestamp += delta; timestamp 491 tools/lib/traceevent/kbuffer-parse.c *ts = kbuf->timestamp; timestamp 517 tools/lib/traceevent/kbuffer-parse.c kbuf->timestamp = read_8(kbuf, ptr); timestamp 566 tools/lib/traceevent/kbuffer-parse.c *ts = kbuf->timestamp; timestamp 578 tools/lib/traceevent/kbuffer-parse.c return kbuf->timestamp; timestamp 249 tools/perf/builtin-kvm.c struct event_key *key, u64 timestamp) timestamp 257 tools/perf/builtin-kvm.c vcpu_record->start_time = timestamp; timestamp 756 tools/perf/builtin-kvm.c u64 timestamp; timestamp 767 tools/perf/builtin-kvm.c err = perf_evlist__parse_sample_timestamp(evlist, event, ×tamp); timestamp 774 tools/perf/builtin-kvm.c err = perf_session__queue_event(kvm->session, event, timestamp, 0); timestamp 788 tools/perf/builtin-kvm.c *mmap_time = timestamp; timestamp 1116 tools/perf/builtin-record.c char timestamp[] = "InvalidTimestamp"; timestamp 1126 tools/perf/builtin-record.c err = fetch_current_timestamp(timestamp, sizeof(timestamp)); timestamp 1132 tools/perf/builtin-record.c fd = perf_data__switch(data, timestamp, timestamp 1142 tools/perf/builtin-record.c data->path, timestamp); timestamp 84 tools/perf/builtin-sched.c u64 timestamp; timestamp 355 tools/perf/builtin-sched.c get_new_event(struct task_desc *task, u64 timestamp) timestamp 361 tools/perf/builtin-sched.c event->timestamp = timestamp; timestamp 383 tools/perf/builtin-sched.c u64 timestamp, u64 duration) timestamp 397 tools/perf/builtin-sched.c event = get_new_event(task, timestamp); timestamp 406 tools/perf/builtin-sched.c u64 timestamp, struct task_desc *wakee) timestamp 410 tools/perf/builtin-sched.c event = get_new_event(task, timestamp); timestamp 433 tools/perf/builtin-sched.c u64 timestamp, u64 task_state __maybe_unused) timestamp 435 tools/perf/builtin-sched.c struct sched_atom *event = get_new_event(task, timestamp); timestamp 839 tools/perf/builtin-sched.c u64 timestamp0, timestamp = sample->time; timestamp 851 tools/perf/builtin-sched.c delta = timestamp - timestamp0; timestamp 866 tools/perf/builtin-sched.c sched->cpu_last_switched[cpu] = timestamp; timestamp 868 tools/perf/builtin-sched.c add_sched_event_run(sched, prev, timestamp, delta); timestamp 869 tools/perf/builtin-sched.c add_sched_event_sleep(sched, prev, timestamp, prev_state); timestamp 1037 tools/perf/builtin-sched.c u64 timestamp) timestamp 1045 tools/perf/builtin-sched.c atom->sched_out_time = timestamp; timestamp 1058 tools/perf/builtin-sched.c u64 timestamp __maybe_unused) timestamp 1071 tools/perf/builtin-sched.c add_sched_in_event(struct work_atoms *atoms, u64 timestamp) timestamp 1084 tools/perf/builtin-sched.c if (timestamp < atom->wake_up_time) { timestamp 1090 tools/perf/builtin-sched.c atom->sched_in_time = timestamp; timestamp 1096 tools/perf/builtin-sched.c atoms->max_lat_at = timestamp; timestamp 1111 tools/perf/builtin-sched.c u64 timestamp0, timestamp = sample->time; timestamp 1118 tools/perf/builtin-sched.c sched->cpu_last_switched[cpu] = timestamp; timestamp 1120 tools/perf/builtin-sched.c delta = timestamp - timestamp0; timestamp 1144 tools/perf/builtin-sched.c if (add_sched_out_event(out_events, sched_out_state(prev_state), timestamp)) timestamp 1160 tools/perf/builtin-sched.c if (add_sched_out_event(in_events, 'R', timestamp)) timestamp 1163 tools/perf/builtin-sched.c add_sched_in_event(in_events, timestamp); timestamp 1180 tools/perf/builtin-sched.c u64 timestamp = sample->time; timestamp 1195 tools/perf/builtin-sched.c if (add_sched_out_event(atoms, 'R', timestamp)) timestamp 1199 tools/perf/builtin-sched.c add_runtime_event(atoms, runtime, timestamp); timestamp 1215 tools/perf/builtin-sched.c u64 timestamp = sample->time; timestamp 1230 tools/perf/builtin-sched.c if (add_sched_out_event(atoms, 'S', timestamp)) timestamp 1253 tools/perf/builtin-sched.c if (atom->sched_out_time > timestamp) { timestamp 1259 tools/perf/builtin-sched.c atom->wake_up_time = timestamp; timestamp 1273 tools/perf/builtin-sched.c u64 timestamp = sample->time; timestamp 1298 tools/perf/builtin-sched.c if (add_sched_out_event(atoms, 'R', timestamp)) timestamp 1305 tools/perf/builtin-sched.c atom->sched_in_time = atom->sched_out_time = atom->wake_up_time = timestamp; timestamp 1309 tools/perf/builtin-sched.c if (atom->sched_out_time > timestamp) timestamp 1530 tools/perf/builtin-sched.c u64 timestamp0, timestamp = sample->time; timestamp 1553 tools/perf/builtin-sched.c sched->cpu_last_switched[this_cpu] = timestamp; timestamp 1555 tools/perf/builtin-sched.c delta = timestamp - timestamp0; timestamp 1639 tools/perf/builtin-sched.c timestamp__scnprintf_usec(timestamp, stimestamp, sizeof(stimestamp)); timestamp 1864 tools/perf/builtin-sched.c u64 timestamp, u32 cpu) timestamp 1886 tools/perf/builtin-sched.c r->last_time[cpu] = timestamp; timestamp 130 tools/perf/builtin-timechart.c u64 timestamp; timestamp 242 tools/perf/builtin-timechart.c static void pid_fork(struct timechart *tchart, int pid, int ppid, u64 timestamp) timestamp 251 tools/perf/builtin-timechart.c p->start_time = timestamp; timestamp 253 tools/perf/builtin-timechart.c p->current->start_time = timestamp; timestamp 254 tools/perf/builtin-timechart.c p->current->state_since = timestamp; timestamp 258 tools/perf/builtin-timechart.c static void pid_exit(struct timechart *tchart, int pid, u64 timestamp) timestamp 262 tools/perf/builtin-timechart.c p->end_time = timestamp; timestamp 264 tools/perf/builtin-timechart.c p->current->end_time = timestamp; timestamp 347 tools/perf/builtin-timechart.c static void c_state_start(int cpu, u64 timestamp, int state) timestamp 349 tools/perf/builtin-timechart.c cpus_cstate_start_times[cpu] = timestamp; timestamp 353 tools/perf/builtin-timechart.c static void c_state_end(struct timechart *tchart, int cpu, u64 timestamp) timestamp 362 tools/perf/builtin-timechart.c pwr->end_time = timestamp; timestamp 370 tools/perf/builtin-timechart.c static void p_state_change(struct timechart *tchart, int cpu, u64 timestamp, u64 new_freq) timestamp 383 tools/perf/builtin-timechart.c pwr->end_time = timestamp; timestamp 394 tools/perf/builtin-timechart.c cpus_pstate_start_times[cpu] = timestamp; timestamp 406 tools/perf/builtin-timechart.c static void sched_wakeup(struct timechart *tchart, int cpu, u64 timestamp, timestamp 415 tools/perf/builtin-timechart.c we->time = timestamp; timestamp 428 tools/perf/builtin-timechart.c p->current->state_since = timestamp; timestamp 433 tools/perf/builtin-timechart.c p->current->state_since, timestamp, NULL); timestamp 434 tools/perf/builtin-timechart.c p->current->state_since = timestamp; timestamp 439 tools/perf/builtin-timechart.c static void sched_switch(struct timechart *tchart, int cpu, u64 timestamp, timestamp 451 tools/perf/builtin-timechart.c prev_p->current->state_since, timestamp, timestamp 456 tools/perf/builtin-timechart.c p->current->state_since, timestamp, timestamp 459 tools/perf/builtin-timechart.c p->current->state_since = timestamp; timestamp 465 tools/perf/builtin-timechart.c prev_p->current->state_since = timestamp; timestamp 1120 tools/perf/builtin-top.c delay_timestamp = qevent->timestamp + top->delay_secs * NSEC_PER_SEC; timestamp 315 tools/perf/jvmti/jvmti_agent.c header.timestamp = perf_get_timestamp(); timestamp 344 tools/perf/jvmti/jvmti_agent.c rec.p.timestamp = perf_get_timestamp(); timestamp 381 tools/perf/jvmti/jvmti_agent.c rec.p.timestamp = perf_get_timestamp(); timestamp 444 tools/perf/jvmti/jvmti_agent.c rec.p.timestamp = perf_get_timestamp(); timestamp 866 tools/perf/util/auxtrace.c const char *msg, u64 timestamp) timestamp 880 tools/perf/util/auxtrace.c auxtrace_error->time = timestamp; timestamp 526 tools/perf/util/auxtrace.h const char *msg, u64 timestamp); timestamp 108 tools/perf/util/comm.c struct comm *comm__new(const char *str, u64 timestamp, bool exec) timestamp 115 tools/perf/util/comm.c comm->start = timestamp; timestamp 127 tools/perf/util/comm.c int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) timestamp 137 tools/perf/util/comm.c comm->start = timestamp; timestamp 23 tools/perf/util/comm.h struct comm *comm__new(const char *str, u64 timestamp, bool exec); timestamp 25 tools/perf/util/comm.h int comm__override(struct comm *comm, const char *str, u64 timestamp, timestamp 278 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c if (!packet_queue->timestamp) timestamp 281 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c packet_queue->timestamp = packet_queue->next_timestamp; timestamp 310 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c if (packet_queue->timestamp) { timestamp 311 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c packet_queue->next_timestamp = elem->timestamp; timestamp 322 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c packet_queue->timestamp = elem->timestamp - packet_queue->instr_count; timestamp 323 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c packet_queue->next_timestamp = elem->timestamp; timestamp 336 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c packet_queue->timestamp = 0; timestamp 189 tools/perf/util/cs-etm.c return packet_queue->timestamp; timestamp 745 tools/perf/util/cs-etm.c u64 timestamp; timestamp 796 tools/perf/util/cs-etm.c timestamp = cs_etm__etmq_get_timestamp(etmq, &trace_chan_id); timestamp 799 tools/perf/util/cs-etm.c if (timestamp) timestamp 823 tools/perf/util/cs-etm.c ret = auxtrace_heap__add(&etm->heap, cs_queue_nr, timestamp); timestamp 2095 tools/perf/util/cs-etm.c u64 timestamp; timestamp 2157 tools/perf/util/cs-etm.c timestamp = cs_etm__etmq_get_timestamp(etmq, &trace_chan_id); timestamp 2159 tools/perf/util/cs-etm.c if (!timestamp) { timestamp 2182 tools/perf/util/cs-etm.c ret = auxtrace_heap__add(&etm->heap, cs_queue_nr, timestamp); timestamp 2254 tools/perf/util/cs-etm.c u64 timestamp; timestamp 2268 tools/perf/util/cs-etm.c timestamp = sample->time; timestamp 2270 tools/perf/util/cs-etm.c timestamp = 0; timestamp 2272 tools/perf/util/cs-etm.c if (timestamp || etm->timeless_decoding) { timestamp 156 tools/perf/util/cs-etm.h u64 timestamp; timestamp 1415 tools/perf/util/evlist.c u64 *timestamp) timestamp 1421 tools/perf/util/evlist.c return perf_evsel__parse_sample_timestamp(evsel, event, timestamp); timestamp 223 tools/perf/util/evlist.h u64 *timestamp); timestamp 2214 tools/perf/util/evsel.c u64 *timestamp) timestamp 2232 tools/perf/util/evsel.c *timestamp = data.time; timestamp 2251 tools/perf/util/evsel.c *timestamp = *array; timestamp 305 tools/perf/util/evsel.h u64 *timestamp); timestamp 445 tools/perf/util/intel-bts.c static int intel_bts_process_queue(struct intel_bts_queue *btsq, u64 *timestamp) timestamp 511 tools/perf/util/intel-bts.c if (timestamp) timestamp 512 tools/perf/util/intel-bts.c *timestamp = btsq->buffer->reference; timestamp 552 tools/perf/util/intel-bts.c static int intel_bts_process_queues(struct intel_bts *bts, u64 timestamp) timestamp 564 tools/perf/util/intel-bts.c if (bts->heap.heap_array[0].ordinal > timestamp) timestamp 598 tools/perf/util/intel-bts.c u64 timestamp; timestamp 610 tools/perf/util/intel-bts.c timestamp = perf_time_to_tsc(sample->time, &bts->tc); timestamp 612 tools/perf/util/intel-bts.c timestamp = 0; timestamp 618 tools/perf/util/intel-bts.c err = intel_bts_process_queues(bts, timestamp); timestamp 117 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c uint64_t timestamp; timestamp 490 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->sample_timestamp = decoder->timestamp; timestamp 498 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->timestamp = 0; timestamp 647 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c uint64_t timestamp; timestamp 678 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c uint64_t timestamp; timestamp 722 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp = data->ctc_timestamp + timestamp 725 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp = data->ctc_timestamp + timestamp 731 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (timestamp < data->timestamp) timestamp 735 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c data->timestamp = timestamp; timestamp 748 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp = pkt_info->packet.payload | timestamp 749 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c (data->timestamp & (0xffULL << 56)); timestamp 750 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (data->from_mtc && timestamp < data->timestamp && timestamp 751 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c data->timestamp - timestamp < decoder->tsc_slip) timestamp 753 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (timestamp < data->timestamp) timestamp 754 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp += (1ULL << 56); timestamp 758 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c data->tsc_timestamp = timestamp; timestamp 759 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c data->timestamp = timestamp; timestamp 825 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c cyc_to_tsc = (double)(timestamp - decoder->timestamp) / data->cycle_cnt; timestamp 858 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c .timestamp = decoder->timestamp, timestamp 915 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c uint64_t timestamp, masked_timestamp; timestamp 917 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp = decoder->timestamp + decoder->timestamp_insn_cnt; timestamp 918 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c masked_timestamp = timestamp & decoder->period_mask; timestamp 923 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp += 1; timestamp 924 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c masked_timestamp = timestamp & decoder->period_mask; timestamp 934 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c return decoder->period_ticks - (timestamp - masked_timestamp); timestamp 953 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c uint64_t timestamp, masked_timestamp; timestamp 960 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp = decoder->timestamp + decoder->timestamp_insn_cnt; timestamp 961 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c masked_timestamp = timestamp & decoder->period_mask; timestamp 1392 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c static uint64_t intel_pt_8b_tsc(uint64_t timestamp, uint64_t ref_timestamp) timestamp 1394 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp |= (ref_timestamp & (0xffULL << 56)); timestamp 1396 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (timestamp < ref_timestamp) { timestamp 1397 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (ref_timestamp - timestamp > (1ULL << 55)) timestamp 1398 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp += (1ULL << 56); timestamp 1400 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (timestamp - ref_timestamp > (1ULL << 55)) timestamp 1401 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp -= (1ULL << 56); timestamp 1404 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c return timestamp; timestamp 1409 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c uint64_t timestamp; timestamp 1414 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp = intel_pt_8b_tsc(decoder->packet.payload, timestamp 1416 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->tsc_timestamp = timestamp; timestamp 1417 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->timestamp = timestamp; timestamp 1420 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c } else if (decoder->timestamp) { timestamp 1421 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp = decoder->packet.payload | timestamp 1422 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c (decoder->timestamp & (0xffULL << 56)); timestamp 1423 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->tsc_timestamp = timestamp; timestamp 1424 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (timestamp < decoder->timestamp && timestamp 1425 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->timestamp - timestamp < decoder->tsc_slip) { timestamp 1427 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp); timestamp 1428 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp = decoder->timestamp; timestamp 1430 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (timestamp < decoder->timestamp) { timestamp 1431 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c intel_pt_log_to("Wraparound timestamp", timestamp); timestamp 1432 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp += (1ULL << 56); timestamp 1433 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->tsc_timestamp = timestamp; timestamp 1435 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->timestamp = timestamp; timestamp 1440 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->cyc_ref_timestamp = decoder->timestamp; timestamp 1446 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c intel_pt_log_to("Setting timestamp", decoder->timestamp); timestamp 1464 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->cyc_cnt_timestamp = decoder->timestamp; timestamp 1485 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (!decoder->pge || decoder->timestamp <= decoder->cyc_cnt_timestamp) timestamp 1488 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c tsc_delta = decoder->timestamp - decoder->cyc_cnt_timestamp; timestamp 1527 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c uint64_t timestamp; timestamp 1549 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp = decoder->ctc_timestamp + timestamp 1552 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp = decoder->ctc_timestamp + timestamp 1558 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (timestamp < decoder->timestamp) timestamp 1560 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp, decoder->timestamp); timestamp 1562 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->timestamp = timestamp; timestamp 1570 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->cyc_ref_timestamp = decoder->timestamp; timestamp 1576 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c intel_pt_log_to("Setting timestamp", decoder->timestamp); timestamp 1596 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c uint64_t timestamp = decoder->cyc_ref_timestamp; timestamp 1609 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp += decoder->cycle_cnt * decoder->calc_cyc_to_tsc; timestamp 1611 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp += decoder->cycle_cnt * decoder->cbr_cyc_to_tsc; timestamp 1615 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (timestamp < decoder->timestamp) timestamp 1617 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c timestamp, decoder->timestamp); timestamp 1619 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->timestamp = timestamp; timestamp 1623 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c intel_pt_log_to("Setting timestamp", decoder->timestamp); timestamp 2003 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (!decoder->timestamp) timestamp 2645 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->state.timestamp = decoder->sample_timestamp; timestamp 2968 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c uint64_t timestamp; timestamp 3006 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (tsc < d->timestamp) timestamp 3023 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c int intel_pt_fast_forward(struct intel_pt_decoder *decoder, uint64_t timestamp) timestamp 3025 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c struct fast_forward_data d = { .timestamp = timestamp }; timestamp 3030 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c intel_pt_log("Fast forward towards timestamp " x64_fmt "\n", timestamp); timestamp 3075 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (tsc < timestamp) { timestamp 181 tools/perf/util/intel-pt-decoder/intel-pt-decoder.h uint64_t timestamp; timestamp 208 tools/perf/util/intel-pt-decoder/intel-pt-decoder.h uint64_t timestamp; timestamp 262 tools/perf/util/intel-pt-decoder/intel-pt-decoder.h int intel_pt_fast_forward(struct intel_pt_decoder *decoder, uint64_t timestamp); timestamp 162 tools/perf/util/intel-pt.c u64 timestamp; timestamp 1098 tools/perf/util/intel-pt.c if (state->timestamp) timestamp 1102 tools/perf/util/intel-pt.c ptq->timestamp = state->timestamp; timestamp 1104 tools/perf/util/intel-pt.c queue_nr, ptq->timestamp); timestamp 1108 tools/perf/util/intel-pt.c ptq->timestamp < ptq->sel_timestamp) timestamp 1111 tools/perf/util/intel-pt.c ret = auxtrace_heap__add(&pt->heap, queue_nr, ptq->timestamp); timestamp 1224 tools/perf/util/intel-pt.c sample->time = tsc_to_perf_time(ptq->timestamp, &pt->tc); timestamp 1740 tools/perf/util/intel-pt.c u64 timestamp = 0; timestamp 1743 tools/perf/util/intel-pt.c timestamp = items->timestamp; timestamp 1745 tools/perf/util/intel-pt.c timestamp = ptq->timestamp; timestamp 1746 tools/perf/util/intel-pt.c if (timestamp) timestamp 1747 tools/perf/util/intel-pt.c sample.time = tsc_to_perf_time(timestamp, &pt->tc); timestamp 1825 tools/perf/util/intel-pt.c pid_t pid, pid_t tid, u64 ip, u64 timestamp) timestamp 1834 tools/perf/util/intel-pt.c code, cpu, pid, tid, ip, msg, timestamp); timestamp 1848 tools/perf/util/intel-pt.c u64 tm = ptq->timestamp; timestamp 2115 tools/perf/util/intel-pt.c if (ptq->timestamp >= ptq->sel_timestamp) { timestamp 2139 tools/perf/util/intel-pt.c } else if (ptq->timestamp > ptq->sel_timestamp) { timestamp 2156 tools/perf/util/intel-pt.c static int intel_pt_run_decoder(struct intel_pt_queue *ptq, u64 *timestamp) timestamp 2211 tools/perf/util/intel-pt.c state->timestamp, state->est_timestamp); timestamp 2212 tools/perf/util/intel-pt.c ptq->timestamp = state->est_timestamp; timestamp 2219 tools/perf/util/intel-pt.c state->timestamp, state->est_timestamp); timestamp 2220 tools/perf/util/intel-pt.c ptq->timestamp = state->est_timestamp; timestamp 2221 tools/perf/util/intel-pt.c } else if (state->timestamp > ptq->timestamp) { timestamp 2222 tools/perf/util/intel-pt.c ptq->timestamp = state->timestamp; timestamp 2231 tools/perf/util/intel-pt.c if (!pt->timeless_decoding && ptq->timestamp >= *timestamp) { timestamp 2232 tools/perf/util/intel-pt.c *timestamp = ptq->timestamp; timestamp 2248 tools/perf/util/intel-pt.c static int intel_pt_process_queues(struct intel_pt *pt, u64 timestamp) timestamp 2261 tools/perf/util/intel-pt.c if (pt->heap.heap_array[0].ordinal >= timestamp) timestamp 2270 tools/perf/util/intel-pt.c timestamp); timestamp 2276 tools/perf/util/intel-pt.c if (ts > timestamp) timestamp 2277 tools/perf/util/intel-pt.c ts = timestamp; timestamp 2279 tools/perf/util/intel-pt.c ts = timestamp; timestamp 2358 tools/perf/util/intel-pt.c u64 timestamp) timestamp 2380 tools/perf/util/intel-pt.c ptq->timestamp = perf_time_to_tsc(timestamp, timestamp 2383 tools/perf/util/intel-pt.c ptq->timestamp); timestamp 2530 tools/perf/util/intel-pt.c u64 timestamp; timestamp 2542 tools/perf/util/intel-pt.c timestamp = perf_time_to_tsc(sample->time, &pt->tc); timestamp 2544 tools/perf/util/intel-pt.c timestamp = 0; timestamp 2546 tools/perf/util/intel-pt.c if (timestamp || pt->timeless_decoding) { timestamp 2558 tools/perf/util/intel-pt.c } else if (timestamp) { timestamp 2559 tools/perf/util/intel-pt.c err = intel_pt_process_queues(pt, timestamp); timestamp 2581 tools/perf/util/intel-pt.c event->header.type, sample->cpu, sample->time, timestamp); timestamp 173 tools/perf/util/jitdump.c header.timestamp = bswap_64(header.timestamp); timestamp 183 tools/perf/util/jitdump.c (unsigned long long)header.timestamp, timestamp 275 tools/perf/util/jitdump.c prefix->timestamp = bswap_64(prefix->timestamp); timestamp 369 tools/perf/util/jitdump.c static uint64_t convert_timestamp(struct jit_buf_desc *jd, uint64_t timestamp) timestamp 374 tools/perf/util/jitdump.c return timestamp; timestamp 383 tools/perf/util/jitdump.c return tsc_to_perf_time(timestamp, &tc); timestamp 475 tools/perf/util/jitdump.c id->time = convert_timestamp(jd, jr->load.p.timestamp); timestamp 567 tools/perf/util/jitdump.c id->time = convert_timestamp(jd, jr->load.p.timestamp); timestamp 44 tools/perf/util/jitdump.h uint64_t timestamp; /* timestamp */ timestamp 62 tools/perf/util/jitdump.h uint64_t timestamp; timestamp 21 tools/perf/util/ordered-events.c u64 timestamp = new->timestamp; timestamp 27 tools/perf/util/ordered-events.c pr_oe_time2(timestamp, "queue_event nr_events %u\n", oe->nr_events); timestamp 31 tools/perf/util/ordered-events.c oe->max_timestamp = timestamp; timestamp 40 tools/perf/util/ordered-events.c if (last->timestamp <= timestamp) { timestamp 41 tools/perf/util/ordered-events.c while (last->timestamp <= timestamp) { timestamp 45 tools/perf/util/ordered-events.c oe->max_timestamp = timestamp; timestamp 52 tools/perf/util/ordered-events.c while (last->timestamp > timestamp) { timestamp 172 tools/perf/util/ordered-events.c ordered_events__new_event(struct ordered_events *oe, u64 timestamp, timestamp 179 tools/perf/util/ordered-events.c new->timestamp = timestamp; timestamp 195 tools/perf/util/ordered-events.c u64 timestamp, u64 file_offset) timestamp 199 tools/perf/util/ordered-events.c if (!timestamp || timestamp == ~0ULL) timestamp 202 tools/perf/util/ordered-events.c if (timestamp < oe->last_flush) { timestamp 203 tools/perf/util/ordered-events.c pr_oe_time(timestamp, "out of order event\n"); timestamp 210 tools/perf/util/ordered-events.c oevent = ordered_events__new_event(oe, timestamp, event); timestamp 213 tools/perf/util/ordered-events.c oevent = ordered_events__new_event(oe, timestamp, event); timestamp 228 tools/perf/util/ordered-events.c u64 last_ts = oe->last ? oe->last->timestamp : 0ULL; timestamp 242 tools/perf/util/ordered-events.c if (iter->timestamp > limit) timestamp 249 tools/perf/util/ordered-events.c oe->last_flush = iter->timestamp; timestamp 267 tools/perf/util/ordered-events.c u64 timestamp) timestamp 303 tools/perf/util/ordered-events.c oe->next_flush = first->timestamp; timestamp 304 tools/perf/util/ordered-events.c oe->next_flush += (last->timestamp - first->timestamp) / 2; timestamp 309 tools/perf/util/ordered-events.c oe->next_flush = timestamp; timestamp 344 tools/perf/util/ordered-events.c int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp) timestamp 346 tools/perf/util/ordered-events.c return __ordered_events__flush(oe, OE_FLUSH__TIME, timestamp); timestamp 357 tools/perf/util/ordered-events.c return event->timestamp; timestamp 10 tools/perf/util/ordered-events.h u64 timestamp; timestamp 56 tools/perf/util/ordered-events.h u64 timestamp, u64 file_offset); timestamp 59 tools/perf/util/ordered-events.h int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp); timestamp 40 tools/perf/util/s390-cpumcf-kernel.h unsigned long timestamp; /* 128-191 Timestamp (TOD) */ timestamp 58 tools/perf/util/s390-cpumsf-kernel.h unsigned char timestamp[16]; /* 16 - 31 timestamp */ timestamp 317 tools/perf/util/s390-cpumsf.c memcpy(&ts, &te->timestamp[idx], sizeof(ts)); timestamp 335 tools/perf/util/s390-cpumsf.c memcpy(&local.timestamp, te->timestamp, sizeof(te->timestamp)); timestamp 842 tools/perf/util/s390-cpumsf.c static int s390_cpumsf_process_queues(struct s390_cpumsf *sf, u64 timestamp) timestamp 855 tools/perf/util/s390-cpumsf.c if (sf->heap.heap_array[0].ordinal >= timestamp) timestamp 865 tools/perf/util/s390-cpumsf.c if (ts > timestamp) timestamp 866 tools/perf/util/s390-cpumsf.c ts = timestamp; timestamp 868 tools/perf/util/s390-cpumsf.c ts = timestamp; timestamp 886 tools/perf/util/s390-cpumsf.c pid_t pid, pid_t tid, u64 ip, u64 timestamp) timestamp 894 tools/perf/util/s390-cpumsf.c code, cpu, pid, tid, ip, msg, timestamp); timestamp 919 tools/perf/util/s390-cpumsf.c u64 timestamp = sample->time; timestamp 946 tools/perf/util/s390-cpumsf.c if (timestamp) { timestamp 947 tools/perf/util/s390-cpumsf.c err = s390_cpumsf_update_queues(sf, timestamp); timestamp 949 tools/perf/util/s390-cpumsf.c err = s390_cpumsf_process_queues(sf, timestamp); timestamp 92 tools/perf/util/s390-sample-raw.c te.timestamp = be64_to_cpu(tep->timestamp); timestamp 106 tools/perf/util/s390-sample-raw.c te.cfvn, te.csvn, te.cpu_speed, te.timestamp); timestamp 996 tools/perf/util/session.c u64 timestamp, u64 file_offset) timestamp 998 tools/perf/util/session.c return ordered_events__queue(&s->ordered_events, event, timestamp, file_offset); timestamp 1671 tools/perf/util/session.c u64 timestamp = -1ULL; timestamp 1673 tools/perf/util/session.c ret = perf_evlist__parse_sample_timestamp(evlist, event, ×tamp); timestamp 1677 tools/perf/util/session.c ret = perf_session__queue_event(session, event, timestamp, file_offset); timestamp 71 tools/perf/util/session.h u64 timestamp, u64 file_offset); timestamp 55 tools/perf/util/thread-stack.c u64 timestamp; timestamp 277 tools/perf/util/thread-stack.c u64 timestamp, u64 ref, bool no_return) timestamp 290 tools/perf/util/thread-stack.c cr.call_time = tse->timestamp; timestamp 291 tools/perf/util/thread-stack.c cr.return_time = timestamp; timestamp 530 tools/perf/util/thread-stack.c u64 timestamp, u64 ref, struct call_path *cp, timestamp 547 tools/perf/util/thread-stack.c tse->timestamp = timestamp; timestamp 562 tools/perf/util/thread-stack.c u64 ret_addr, u64 timestamp, u64 ref, timestamp 575 tools/perf/util/thread-stack.c timestamp, ref, false); timestamp 581 tools/perf/util/thread-stack.c timestamp, ref, false); timestamp 593 tools/perf/util/thread-stack.c timestamp, ref, timestamp 599 tools/perf/util/thread-stack.c timestamp, ref, false); timestamp 745 tools/perf/util/thread-stack.c struct thread_stack *ts, u64 timestamp, timestamp 758 tools/perf/util/thread-stack.c timestamp, ref, false); timestamp 171 tools/perf/util/thread.c static int __thread__set_namespaces(struct thread *thread, u64 timestamp, timestamp 182 tools/perf/util/thread.c if (timestamp && curr) { timestamp 189 tools/perf/util/thread.c curr->end_time = timestamp; timestamp 195 tools/perf/util/thread.c int thread__set_namespaces(struct thread *thread, u64 timestamp, timestamp 201 tools/perf/util/thread.c ret = __thread__set_namespaces(thread, timestamp, event); timestamp 238 tools/perf/util/thread.c u64 timestamp, bool exec) timestamp 244 tools/perf/util/thread.c int err = comm__override(curr, str, timestamp, exec); timestamp 248 tools/perf/util/thread.c new = comm__new(str, timestamp, exec); timestamp 262 tools/perf/util/thread.c int __thread__set_comm(struct thread *thread, const char *str, u64 timestamp, timestamp 268 tools/perf/util/thread.c ret = ____thread__set_comm(thread, str, timestamp, exec); timestamp 391 tools/perf/util/thread.c int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone) timestamp 398 tools/perf/util/thread.c err = thread__set_comm(thread, comm, timestamp); timestamp 76 tools/perf/util/thread.h int thread__set_namespaces(struct thread *thread, u64 timestamp, timestamp 79 tools/perf/util/thread.h int __thread__set_comm(struct thread *thread, const char *comm, u64 timestamp, timestamp 82 tools/perf/util/thread.h u64 timestamp) timestamp 84 tools/perf/util/thread.h return __thread__set_comm(thread, comm, timestamp, false); timestamp 94 tools/perf/util/thread.h int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone); timestamp 419 tools/perf/util/time-utils.c bool perf_time__skip_sample(struct perf_time_interval *ptime, u64 timestamp) timestamp 422 tools/perf/util/time-utils.c if (timestamp == 0) timestamp 426 tools/perf/util/time-utils.c if ((ptime->start && timestamp < ptime->start) || timestamp 427 tools/perf/util/time-utils.c (ptime->end && timestamp > ptime->end)) { timestamp 435 tools/perf/util/time-utils.c int num, u64 timestamp) timestamp 440 tools/perf/util/time-utils.c if ((!ptime_buf) || (timestamp == 0) || (num == 0)) timestamp 444 tools/perf/util/time-utils.c return perf_time__skip_sample(&ptime_buf[0], timestamp); timestamp 452 tools/perf/util/time-utils.c if (timestamp >= ptime->start && timestamp 453 tools/perf/util/time-utils.c (timestamp <= ptime->end || !ptime->end)) { timestamp 528 tools/perf/util/time-utils.c int timestamp__scnprintf_usec(u64 timestamp, char *buf, size_t sz) timestamp 530 tools/perf/util/time-utils.c u64 sec = timestamp / NSEC_PER_SEC; timestamp 531 tools/perf/util/time-utils.c u64 usec = (timestamp % NSEC_PER_SEC) / NSEC_PER_USEC; timestamp 536 tools/perf/util/time-utils.c int timestamp__scnprintf_nsec(u64 timestamp, char *buf, size_t sz) timestamp 538 tools/perf/util/time-utils.c u64 sec = timestamp / NSEC_PER_SEC, timestamp 539 tools/perf/util/time-utils.c nsec = timestamp % NSEC_PER_SEC; timestamp 22 tools/perf/util/time-utils.h bool perf_time__skip_sample(struct perf_time_interval *ptime, u64 timestamp); timestamp 25 tools/perf/util/time-utils.h int num, u64 timestamp); timestamp 38 tools/perf/util/time-utils.h int timestamp__scnprintf_usec(u64 timestamp, char *buf, size_t sz); timestamp 39 tools/perf/util/time-utils.h int timestamp__scnprintf_nsec(u64 timestamp, char *buf, size_t sz); timestamp 207 tools/testing/selftests/bpf/progs/test_tunnel_kern.c bpf_ntohl(md.u.md2.timestamp)); timestamp 293 tools/testing/selftests/bpf/progs/test_tunnel_kern.c bpf_ntohl(md.u.md2.timestamp)); timestamp 126 tools/testing/selftests/net/nettest.c timestamp(timebuf, sizeof(timebuf)), timestamp 144 tools/testing/selftests/net/nettest.c timestamp(timebuf, sizeof(timebuf)), timestamp 162 tools/testing/selftests/net/nettest.c timestamp(timebuf, sizeof(timebuf)),