Home
last modified time | relevance | path

Searched refs:gethrestime_sec (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Duberblock.c59 ub->ub_timestamp = gethrestime_sec(); in uberblock_update()
H A Dmmp.c426 mmp->mmp_ub.ub_timestamp = gethrestime_sec(); in mmp_update_uberblock()
473 gethrestime_sec(), mmp->mmp_delay, NULL, 0, in mmp_write_uberblock()
496 if (mmp->mmp_ub.ub_timestamp != gethrestime_sec()) { in mmp_write_uberblock()
502 mmp->mmp_ub.ub_timestamp = gethrestime_sec(); in mmp_write_uberblock()
H A Dvdev_rebuild.c234 vrp->vrp_start_time = gethrestime_sec(); in vdev_rebuild_initiate_sync()
311 vrp->vrp_end_time = gethrestime_sec(); in vdev_rebuild_complete_sync()
357 vrp->vrp_end_time = gethrestime_sec(); in vdev_rebuild_cancel_sync()
H A Dspa_history.c291 fnvlist_add_uint64(nvl, ZPOOL_HIST_TIME, gethrestime_sec()); in spa_history_log_sync()
H A Ddsl_userhold.c278 uint64_t now = gethrestime_sec(); in dsl_dataset_user_hold_sync()
H A Dvdev_initialize.c122 vd->vdev_initialize_action_time = gethrestime_sec(); in vdev_initialize_change_state()
H A Ddsl_scan.c733 scn->scn_phys.scn_start_time = gethrestime_sec(); in dsl_scan_setup_sync()
992 scn->scn_phys.scn_end_time = gethrestime_sec(); in dsl_scan_done()
1061 spa->spa_scan_pass_scrub_pause = gethrestime_sec(); in dsl_scrub_pause_resume_sync()
1076 gethrestime_sec() - spa->spa_scan_pass_scrub_pause; in dsl_scrub_pause_resume_sync()
H A Dvdev_removal.c283 spa->spa_removing_phys.sr_start_time = gethrestime_sec(); in vdev_remove_initiate_sync()
696 spa->spa_removing_phys.sr_end_time = gethrestime_sec(); in spa_finish_removal()
H A Dvdev_trim.c288 vd->vdev_trim_action_time = gethrestime_sec(); in vdev_trim_change_state()
H A Ddsl_dataset.c1164 dsphys->ds_creation_time = gethrestime_sec(); in dsl_dataset_create_sync_dd()
1734 dsphys->ds_creation_time = gethrestime_sec(); in dsl_dataset_snapshot_sync_impl()
2025 ddsta->ddsta_cleanup_minor, gethrestime_sec(), tx); in dsl_dataset_snapshot_tmp_sync()
H A Ddsl_dir.c962 ddphys->dd_creation_time = gethrestime_sec(); in dsl_dir_create_sync()
H A Dspa_misc.c2517 spa->spa_scan_pass_start = gethrestime_sec(); in spa_scan_stat_init()
H A Dvdev.c3752 vd->vdev_expansion_time = gethrestime_sec(); in vdev_online()
H A Dspa.c4525 checkpoint.ub_timestamp = gethrestime_sec();
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dtime.h92 gethrestime_sec(void) in gethrestime_sec() function
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtime.h88 gethrestime_sec(void) in gethrestime_sec() function
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtime.h77 #define gethrestime_sec() (time_second) macro
/f-stack/freebsd/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c220 if (pool->mem && gethrestime_sec() > pool->timeout) { in zstd_mempool_reap()
275 pool->timeout = gethrestime_sec() + in zstd_mempool_alloc()
312 pool->timeout = gethrestime_sec() + in zstd_mempool_alloc()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_debug.c139 zdm->zdm_timestamp = gethrestime_sec(); in __zfs_dbgmsg()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_debug.c162 zdm->zdm_timestamp = gethrestime_sec(); in __zfs_dbgmsg()