Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/s390x/kernel/
Dtime.c55 void tod_to_timeval(__u64 todval, struct timeval *xtime) in tod_to_timeval() argument
57 todval >>= 12; in tod_to_timeval()
58 xtime->tv_sec = todval / 1000000; in tod_to_timeval()
59 xtime->tv_usec = todval % 1000000; in tod_to_timeval()
Ddebug.c60 extern void tod_to_timeval(uint64_t todval, struct timeval *xtime);
/linux-2.4.37.9/arch/s390/kernel/
Dtime.c55 void tod_to_timeval(__u64 todval, struct timeval *xtime) in tod_to_timeval() argument
84 : "=m" (*xtime) : "m" (todval), in tod_to_timeval()
Ddebug.c60 extern void tod_to_timeval(uint64_t todval, struct timeval *xtime);