Searched refs:MSEC_TO_TICK (Results 1 – 8 of 8) sorted by relevance
74 #define MSEC_TO_TICK(msec) (howmany((hrtime_t)(msec) * hz, MILLISEC)) macro
56 #define MSEC_TO_TICK(ms) msecs_to_jiffies(ms) macro
614 #define MSEC_TO_TICK(msec) (howmany((hrtime_t)(msec) * hz, MILLISEC))
275 schedule_timeout(MSEC_TO_TICK(10)); in vdev_disk_open()
491 MSEC_TO_TICK(10)); in vdev_trim_range()
616 MSEC_TO_TICK(zfs_deadman_checktime_ms)); in spa_deadman()
2223 long timeout = MSEC_TO_TICK(zfs_deadman_ziotime_ms); in zio_wait()2244 timeout = MSEC_TO_TICK(zfs_deadman_checktime_ms); in zio_wait()
3981 MSEC_TO_TICK(min_lifetime))) { in arc_evict_hdr()