Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c6108 hrtime_t zcb_lastprint; member
6762 if (dump_opt['b'] < 5 && gethrtime() > zcb->zcb_lastprint + NANOSEC) { in zdb_blkptr_cb()
6784 zcb->zcb_lastprint = now; in zdb_blkptr_cb()
7687 zcb->zcb_start = zcb->zcb_lastprint = gethrtime(); in dump_block_stats()