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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas-rtc.c21 max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT;
30 } while (wait_time && (get_tb() < max_wait_tb));
52 max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT;
66 } while (wait_time && (get_tb() < max_wait_tb));
87 max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT;
100 } while (wait_time && (get_tb() < max_wait_tb));
H A Dsmp-tbsync.c40 while (get_tb() < mark)
87 tb = get_tb() + 400;
97 while (get_tb() <= tb)
H A Dsmp.c235 timeout = get_tb() + (u64) SMP_CALL_TIMEOUT * tb_ticks_per_sec;
240 if (get_tb() >= timeout) {
253 if (get_tb() >= timeout) {
H A Dtime.c313 __get_cpu_var(last_jiffy) = get_tb();
400 tb_ticks = get_tb() - temp_varp->tb_orig_stamp;
521 tb = get_tb();
557 tb = get_tb();
738 return mulhdu(get_tb(), tb_to_ns_scale) << tb_to_ns_shift;
903 tb_last_jiffy = get_tb();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dtime.h85 /* For compatibility, get_tbl() is defined as get_tb() on ppc64 */
86 #define get_tbl get_tb
133 static inline u64 get_tb(void) function
138 static inline u64 get_tb(void) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dproc.c55 tb0 = get_tb();
H A Dsetup.c295 iSeries_recal_tb = get_tb();
550 tb = get_tb();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dsmp.c164 timebase = get_tb();
H A Dsetup.c409 start_snooze = get_tb() +
414 while (get_tb() < start_snooze) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dsmp.c143 timebase = get_tb();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/xmon/
H A Dxmon.c205 static void get_tb(unsigned *p) function
233 get_tb(stop_tb[smp_processor_id()]);
283 get_tb(start_tb[smp_processor_id()]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dsmp.c454 timebase = get_tb();

Completed in 118 milliseconds