Home
last modified time | relevance | path

Searched refs:SEC2NSEC (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dtime.h74 #ifndef SEC2NSEC
75 #define SEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / SEC)) macro
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtime.h52 #define SEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / SEC)) macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtime.h51 #define SEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / SEC)) macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Darc_os.c220 arc_growtime = gethrtime() + SEC2NSEC(arc_grow_retry); in arc_lowmem()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c866 if (gethrtime() > update_est_time + SEC2NSEC(300)) { in vdev_rebuild_thread()
H A Dzfs_fm.c243 uint64_t timeout = SEC2NSEC(zfs_zevent_retain_expire_secs + 1); in zfs_ereport_schedule_cleaner()
H A Darc.c4987 arc_growtime = gethrtime() + SEC2NSEC(arc_grow_retry); in arc_reap_cb_check()
7676 arc_reap_cb_check, arc_reap_cb, NULL, SEC2NSEC(1)); in arc_init()
H A Ddbuf.c722 &dbuf_evict_lock, SEC2NSEC(1), MSEC2NSEC(1), 0); in dbuf_evict_thread()
H A Dmetaslab.c3154 msp->ms_unload_time + SEC2NSEC(zfs_metaslab_max_size_cache_sec))) in metaslab_should_allocate()