Home
last modified time | relevance | path

Searched refs:temp_stamp_xsec (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/ppc64/kernel/
Dtime.c308 unsigned long temp_tb_to_xs, temp_stamp_xsec; in do_gettimeofday() local
347 temp_stamp_xsec = gtdp->stamp_xsec; in do_gettimeofday()
354 : "r"(temp_stamp_xsec), "r"(temp_tb_to_xs), "r"(gtdp) ); in do_gettimeofday()
365 xsec = temp_stamp_xsec + tb_xsec; in do_gettimeofday()