Home
last modified time | relevance | path

Searched refs:prev_time (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/kernel/trace/
Dtrace_clock.c87 u64 prev_time; member
98 u64 now, prev_time; in trace_clock_global() local
115 prev_time = READ_ONCE(trace_clock_struct.prev_time); in trace_clock_global()
119 if ((s64)(now - prev_time) < 0) in trace_clock_global()
120 now = prev_time; in trace_clock_global()
132 prev_time = READ_ONCE(trace_clock_struct.prev_time); in trace_clock_global()
133 if ((s64)(now - prev_time) < 0) in trace_clock_global()
134 now = prev_time; in trace_clock_global()
136 trace_clock_struct.prev_time = now; in trace_clock_global()
/kernel/linux/linux-5.10/drivers/char/hw_random/
Dcavium-rng-vf.c36 u64 prev_time; member
117 rng->prev_time = 0; in check_rng_health()
125 time_elapsed = (cur_time - rng->prev_time) * 10; in check_rng_health()
135 rng->prev_time = cur_time; in check_rng_health()
141 rng->prev_time = cur_time; in check_rng_health()
/kernel/linux/linux-5.10/tools/perf/tests/
Dperf-record.c62 u64 prev_time = 0; in test__PERF_RECORD() local
198 if (prev_time > sample.time) { in test__PERF_RECORD()
200 name, prev_time, sample.time); in test__PERF_RECORD()
204 prev_time = sample.time; in test__PERF_RECORD()
/kernel/linux/linux-5.10/crypto/
Djitterentropy.c70 __u64 prev_time; /* SENSITIVE Previous time stamp */ member
529 current_delta = jent_delta(ec->prev_time, time); in jent_measure_jitter()
530 ec->prev_time = time; in jent_measure_jitter()
746 ec.prev_time = time; in jent_entropy_init()
/kernel/linux/linux-5.10/samples/bpf/
Dxdpsock_user.c61 static unsigned long prev_time; variable
353 long dt = now - prev_time; in dump_stats()
356 prev_time = now; in dump_stats()
1523 prev_time = get_nsecs(); in main()
1524 start_time = prev_time; in main()
/kernel/linux/linux-5.10/drivers/media/rc/
Dimon.c1186 static ktime_t prev_time; in stabilize() local
1193 msec = ktime_ms_delta(ct, prev_time); in stabilize()
1205 prev_time = ct; in stabilize()
1592 static ktime_t prev_time; in imon_incoming_packet() local
1696 ktime_ms_delta(t, prev_time) < ictx->idev->rep[REP_DELAY]) { in imon_incoming_packet()
1702 prev_time = t; in imon_incoming_packet()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
Ddevice.c125 ktime_t prev_time; in wr_log_show() local
142 prev_time = lep->poll_host_time; in wr_log_show()
151 prev_time)), in wr_log_show()
162 prev_time = lep->poll_host_time; in wr_log_show()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch194325 + u_int64 prev_time = 0;
194349 + prev_time = perf->time;
194352 + interv = perf->time - prev_time;
194356 + prev_time = perf->time;