Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dtime.h42 #ifndef MICROSEC
43 #define MICROSEC 1000000 macro
63 #define USEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / MICROSEC))
67 #define NSEC2USEC(n) ((n) / (NANOSEC / MICROSEC))
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtime.h42 #define MICROSEC 1000000 macro
48 #define USEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / MICROSEC))
49 #define NSEC2USEC(n) ((n) / (NANOSEC / MICROSEC))
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtime.h40 #define MICROSEC 1000000UL macro
47 #define USEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / MICROSEC))
48 #define NSEC2USEC(n) ((n) / (NANOSEC / MICROSEC))
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_delay.h36 delta_us = delta / (NANOSEC / MICROSEC); \
H A Dzfs_context.h615 #define USEC_TO_TICK(usec) (howmany((hrtime_t)(usec) * hz, MICROSEC))
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_tx.c684 hrtime_t zfs_delay_max_ns = 100 * MICROSEC; /* 100 milliseconds */