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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/kernel/
H A Dtime.c44 static unsigned long (*do_gettimeoffset)(void) = do_slow_gettimeoffset; variable
58 usec = do_gettimeoffset();
98 nsec -= do_gettimeoffset() * NSEC_PER_USEC;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/kernel/
H A Dtime.c52 static unsigned long do_gettimeoffset(void) function
112 usec = do_gettimeoffset();
152 nsec -= do_gettimeoffset() * NSEC_PER_USEC;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dtime.c116 /* Protect counter clear so that do_gettimeoffset works */
434 static inline unsigned long do_gettimeoffset(void) function
452 usec = do_gettimeoffset();
504 nsec -= 1000 * do_gettimeoffset();
H A Dpcic.c703 static __inline__ unsigned long do_gettimeoffset(void) function
724 usec = do_gettimeoffset();
758 tv->tv_nsec -= 1000 * do_gettimeoffset();

Completed in 165 milliseconds