Home
last modified time | relevance | path

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

/include/linux/
Dcompat.h911 struct old_timeval32 ctv; in ns_to_old_timeval32() local
914 ctv.tv_sec = tv.tv_sec; in ns_to_old_timeval32()
915 ctv.tv_usec = tv.tv_usec; in ns_to_old_timeval32()
917 return ctv; in ns_to_old_timeval32()