Home
last modified time | relevance | path

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

/linux/arch/sparc/vdso/
H A Dvclock_gettime.c336 } *tstv = (union tstv_t *) tv; in __vdso_gettimeofday() local
337 do_realtime(vvd, &tstv->ts); in __vdso_gettimeofday()
346 tstv->tv.tv_usec = tstv->ts.tv_nsec; in __vdso_gettimeofday()
347 tstv->tv.tv_usec /= 1000; in __vdso_gettimeofday()
372 } *tstv = (union tstv_t *) tv; in __vdso_gettimeofday_stick() local
373 do_realtime_stick(vvd, &tstv->ts); in __vdso_gettimeofday_stick()
382 tstv->tv.tv_usec = tstv->ts.tv_nsec; in __vdso_gettimeofday_stick()
383 tstv in __vdso_gettimeofday_stick()
[all...]