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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A Dclocksource.c45 * timecounter_read_delta - get nanoseconds since last call of this function
55 static u64 timecounter_read_delta(struct timecounter *tc) function
63 /* calculate the delta since the last timecounter_read_delta(): */
69 /* update time stamp of timecounter_read_delta() call: */
80 nsec = timecounter_read_delta(tc);

Completed in 18 milliseconds