Searched refs:gethrestime_sec (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Duberblock.c58 ub->ub_timestamp = gethrestime_sec();
H A Dzfs_debug.c78 zdm->zdm_timestamp = gethrestime_sec();
H A Dspa_history.c235 fnvlist_add_uint64(nvl, ZPOOL_HIST_TIME, gethrestime_sec());
H A Ddsl_userhold.c257 uint64_t now = gethrestime_sec();
H A Ddsl_scan.c223 scn->scn_phys.scn_start_time = gethrestime_sec();
352 scn->scn_phys.scn_end_time = gethrestime_sec();
H A Dspa_misc.c1906 spa->spa_scan_pass_start = gethrestime_sec();
H A Ddsl_dataset.c681 dsphys->ds_creation_time = gethrestime_sec();
1246 dsphys->ds_creation_time = gethrestime_sec();
1483 ddsta->ddsta_cleanup_minor, gethrestime_sec(), tx);
H A Ddsl_dir.c886 ddphys->dd_creation_time = gethrestime_sec();
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dtime.h68 #define gethrestime_sec() (time_second) macro
/freebsd-9.3-release/lib/libprocstat/
H A Dzfs.c38 #undef gethrestime_sec macro
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h546 #define gethrestime_sec() time(NULL) macro
549 (t)->tv_sec = gethrestime_sec();\
659 #define gethrestime_sec() time(NULL) macro

Completed in 136 milliseconds