Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_mmiotrace.c25 static unsigned long prev_overruns; variable
31 prev_overruns = 0; in mmio_reset_data()
125 if (over > prev_overruns) in count_overruns()
126 cnt += over - prev_overruns; in count_overruns()
127 prev_overruns = over; in count_overruns()