Searched defs:MSEC2NSEC (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dtime.h55 #define MSEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / MILLISEC)) macro
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtime.h45 #define MSEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / MILLISEC)) macro
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtime.h42 #define MSEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / MILLISEC)) macro

Completed in 72 milliseconds