Home
last modified time | relevance | path

Searched defs:NSEC2MSEC (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dtime.h59 #define NSEC2MSEC(n) ((n) / (NANOSEC / MILLISEC)) macro
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtime.h46 #define NSEC2MSEC(n) ((n) / (NANOSEC / MILLISEC)) macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtime.h43 #define NSEC2MSEC(n) ((n) / (NANOSEC / MILLISEC)) macro