Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dktime.h81 return (ns_to_timeval(kt)); in ktime_to_timeval()
192 #define ktime_to_timeval(kt) ns_to_timeval(kt)
H A Dtime.h46 ns_to_timeval(const int64_t nsec) in ns_to_timeval() function
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.c45 ns_to_timeval(const int64_t nsec) in ns_to_timeval() function
H A Ddrm_os_freebsd.h301 struct timeval ns_to_timeval(const int64_t nsec);
H A Ddrm_irq.c676 *vblank_time = ns_to_timeval(timeval_to_ns(&raw_time) - delta_ns); in drm_calc_vbltimestamp_from_scanoutpos()