Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/trace/
Dtrace_clock.c83 u64 prev_time; member
114 if ((s64)(now - trace_clock_struct.prev_time) < 0) in trace_clock_global()
115 now = trace_clock_struct.prev_time + 1; in trace_clock_global()
117 trace_clock_struct.prev_time = now; in trace_clock_global()
/linux-4.1.27/tools/perf/tests/
Dperf-record.c54 u64 prev_time = 0; in test__PERF_RECORD() local
181 if (prev_time > sample.time) { in test__PERF_RECORD()
183 name, prev_time, sample.time); in test__PERF_RECORD()
187 prev_time = sample.time; in test__PERF_RECORD()
/linux-4.1.27/drivers/media/rc/
Dimon.c1195 static struct timeval prev_time = {0, 0}; in stabilize() local
1202 msec = tv2int(&ct, &prev_time); in stabilize()
1214 prev_time = ct; in stabilize()
1601 static struct timeval prev_time = { 0, 0 }; in imon_incoming_packet() local
1699 msec = tv2int(&t, &prev_time); in imon_incoming_packet()
1705 prev_time = t; in imon_incoming_packet()