Searched refs:NSEC_PER_USEC (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dtime.h31 #define NSEC_PER_USEC 1000L macro
69 tv->tv_usec * NSEC_PER_USEC;
H A Dktime.h67 return (ktime_divns(kt, NSEC_PER_USEC));
172 return (ktime_set(tv.tv_sec, tv.tv_usec * NSEC_PER_USEC));
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.c38 #define NSEC_PER_USEC 1000L macro
45 tv->tv_usec * NSEC_PER_USEC;
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos_unix.c121 t->usec = (nano - (((uint64_t) t->sec) * NSEC_PER_SEC)) / NSEC_PER_USEC;

Completed in 74 milliseconds