Searched refs:xsec (Results 1 – 1 of 1) sorted by relevance
307 unsigned long xsec, tb_xsec; in do_gettimeofday() local365 xsec = temp_stamp_xsec + tb_xsec; in do_gettimeofday()366 sec = xsec / XSEC_PER_SEC; in do_gettimeofday()367 xsec -= sec * XSEC_PER_SEC; in do_gettimeofday()368 usec = (xsec * USEC_PER_SEC)/XSEC_PER_SEC; in do_gettimeofday()