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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dtime.h70 extern __inline__ unsigned long get_tbl(void) { function
99 return get_tbl();
111 return get_tbl() - tstamp;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dtime.h70 extern __inline__ unsigned long get_tbl(void) { function
99 return get_tbl();
111 return get_tbl() - tstamp;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dsmp.c426 start = get_tbl(); /* start timing */
429 stop = get_tbl(); /* end timing */
H A Dtodc_time.c478 tbl = get_tbl();
488 freq = get_tbl();
H A Dtime.c104 delta = get_tbl() - *jiffy_stamp;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Dprep_setup.c378 t = get_tbl();
482 t1 = get_tbl();
490 freq = get_tbl()-t1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Dvia-pmu.c553 * so use get_tbl, not native
555 last_jiffy_stamp(0) = tb_last_stamp = get_tbl();

Completed in 321 milliseconds