Home
last modified time | relevance | path

Searched refs:scn_last_checkpoint (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_scan.h145 uint64_t scn_last_checkpoint; /* time of last checkpoint */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c828 scn->scn_last_checkpoint = ddi_get_lbolt(); in dsl_scan_sync_state()
883 scn->scn_last_checkpoint = 0; in dsl_scan_setup_sync()
4409 if (scn->scn_last_checkpoint == 0) in dsl_scan_sync()
4410 scn->scn_last_checkpoint = ddi_get_lbolt(); in dsl_scan_sync()
4430 ddi_get_lbolt() - scn->scn_last_checkpoint > in dsl_scan_sync()