Home
last modified time | relevance | path

Searched refs:last_timestamp (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/kernel/
Dwatchdog_hld.c46 static DEFINE_PER_CPU(ktime_t, last_timestamp);
80 delta = now - __this_cpu_read(last_timestamp); in watchdog_check_timestamp()
91 __this_cpu_write(last_timestamp, now); in watchdog_check_timestamp()
/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_plane.c61 ms_since_last = ktime_to_ms(ktime_sub(now, fps->last_timestamp)); in sti_plane_update_fps()
67 fps->last_timestamp = now; in sti_plane_update_fps()
Dsti_plane.h58 ktime_t last_timestamp; member
/Linux-v4.19/drivers/gpu/drm/stm/
Dltdc.h28 ktime_t last_timestamp; member
Dltdc.c808 ms_since_last = ktime_to_ms(ktime_sub(now, fpsi->last_timestamp)); in ltdc_plane_atomic_print_state()
813 fpsi->last_timestamp = now; in ltdc_plane_atomic_print_state()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfw_tracer.c650 while (block_timestamp > tracer->last_timestamp) { in mlx5_fw_tracer_handle_traces()
652 if (!tracer->last_timestamp) { in mlx5_fw_tracer_handle_traces()
671 if (tracer->last_timestamp != last_block_timestamp) { in mlx5_fw_tracer_handle_traces()
673 tracer->last_timestamp = block_timestamp; in mlx5_fw_tracer_handle_traces()
689 tracer->last_timestamp = block_timestamp; in mlx5_fw_tracer_handle_traces()
735 tracer->last_timestamp = 0; in mlx5_fw_tracer_set_mtrc_ctrl()
Dfw_tracer.h85 u64 last_timestamp; member
/Linux-v4.19/drivers/iio/accel/
Dsca3000.c169 s64 last_timestamp; member
1050 s64 last_timestamp = iio_get_time_ns(indio_dev); in sca3000_event_handler() local
1072 last_timestamp); in sca3000_event_handler()
1081 last_timestamp); in sca3000_event_handler()
1090 last_timestamp); in sca3000_event_handler()
1099 last_timestamp); in sca3000_event_handler()
/Linux-v4.19/tools/perf/
Dbuiltin-script.c53 static u64 last_timestamp; variable
1798 if (sample->time < last_timestamp) { in process_sample_event()
1800 " this: %" PRIu64 "\n", last_timestamp, in process_sample_event()
1804 last_timestamp = sample->time; in process_sample_event()
/Linux-v4.19/drivers/firewire/
Dohci.c184 u16 last_timestamp; member
2741 ctx->base.callback.sc(&ctx->base, ctx->last_timestamp, in flush_iso_completions()
2758 ctx->last_timestamp = (u16)le32_to_cpu((__force __le32)dma_hdr[0]); in copy_iso_headers()
2922 ctx->last_timestamp = le16_to_cpu(last->res_count); in handle_it_packet()