Home
last modified time | relevance | path

Searched refs:MSEC_TO_TICK (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h74 #define MSEC_TO_TICK(msec) (howmany((hrtime_t)(msec) * hz, MILLISEC)) macro
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtimer.h56 #define MSEC_TO_TICK(ms) msecs_to_jiffies(ms) macro
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h614 #define MSEC_TO_TICK(msec) (howmany((hrtime_t)(msec) * hz, MILLISEC))
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c275 schedule_timeout(MSEC_TO_TICK(10)); in vdev_disk_open()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_trim.c491 MSEC_TO_TICK(10)); in vdev_trim_range()
H A Dspa_misc.c616 MSEC_TO_TICK(zfs_deadman_checktime_ms)); in spa_deadman()
H A Dzio.c2223 long timeout = MSEC_TO_TICK(zfs_deadman_ziotime_ms); in zio_wait()
2244 timeout = MSEC_TO_TICK(zfs_deadman_checktime_ms); in zio_wait()
H A Darc.c3981 MSEC_TO_TICK(min_lifetime))) { in arc_evict_hdr()