Searched refs:last_timestamp (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/kernel/ |
D | watchdog_hld.c | 46 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-v5.10/drivers/gpu/drm/sti/ |
D | sti_plane.c | 63 ms_since_last = ktime_to_ms(ktime_sub(now, fps->last_timestamp)); in sti_plane_update_fps() 69 fps->last_timestamp = now; in sti_plane_update_fps()
|
D | sti_plane.h | 57 ktime_t last_timestamp; member
|
/Linux-v5.10/drivers/gpu/drm/stm/ |
D | ltdc.h | 29 ktime_t last_timestamp; member
|
D | ltdc.c | 884 ms_since_last = ktime_to_ms(ktime_sub(now, fpsi->last_timestamp)); in ltdc_plane_atomic_print_state() 889 fpsi->last_timestamp = now; in ltdc_plane_atomic_print_state()
|
/Linux-v5.10/drivers/iio/accel/ |
D | sca3000.c | 166 s64 last_timestamp; member 1048 s64 last_timestamp = iio_get_time_ns(indio_dev); in sca3000_event_handler() local 1070 last_timestamp); in sca3000_event_handler() 1079 last_timestamp); in sca3000_event_handler() 1088 last_timestamp); in sca3000_event_handler() 1097 last_timestamp); in sca3000_event_handler()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | fw_tracer.c | 688 while (block_timestamp > tracer->last_timestamp) { in mlx5_fw_tracer_handle_traces() 690 if (!tracer->last_timestamp) { in mlx5_fw_tracer_handle_traces() 709 if (tracer->last_timestamp != last_block_timestamp) { in mlx5_fw_tracer_handle_traces() 711 tracer->last_timestamp = block_timestamp; in mlx5_fw_tracer_handle_traces() 727 tracer->last_timestamp = block_timestamp; in mlx5_fw_tracer_handle_traces() 773 tracer->last_timestamp = 0; in mlx5_fw_tracer_set_mtrc_ctrl()
|
D | fw_tracer.h | 103 u64 last_timestamp; member
|
/Linux-v5.10/tools/perf/ |
D | builtin-top.c | 877 static u64 last_timestamp; variable 893 ret = perf_evlist__parse_sample_timestamp(evlist, event, &last_timestamp); in perf_top__mmap_read_idx() 897 ret = ordered_events__queue(top->qe.in, event, last_timestamp, 0); in perf_top__mmap_read_idx() 1135 return delay_timestamp < last_timestamp; in should_drop()
|
D | builtin-script.c | 70 static u64 last_timestamp; variable 2118 if (sample->time < last_timestamp) { in process_sample_event() 2120 " this: %" PRIu64 "\n", last_timestamp, in process_sample_event() 2124 last_timestamp = sample->time; in process_sample_event()
|
/Linux-v5.10/drivers/firewire/ |
D | ohci.c | 171 u16 last_timestamp; member 2724 ctx->base.callback.sc(&ctx->base, ctx->last_timestamp, in flush_iso_completions() 2741 ctx->last_timestamp = (u16)le32_to_cpu((__force __le32)dma_hdr[0]); in copy_iso_headers() 2905 ctx->last_timestamp = le16_to_cpu(last->res_count); in handle_it_packet()
|