Searched refs:timecounter_read_delta (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/time/
H A Dtimecounter.c21 * timecounter_read_delta - get nanoseconds since last call of this function
31 static u64 timecounter_read_delta(struct timecounter *tc) function
39 /* calculate the delta since the last timecounter_read_delta(): */
46 /* update time stamp of timecounter_read_delta() call: */
57 nsec = timecounter_read_delta(tc);

Completed in 113 milliseconds