Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h277 uint64_t spa_scrub_inflight; /* in-flight scrub bytes */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_scan.c1642 ASSERT3U(spa->spa_scrub_inflight, >=, BP_GET_PSIZE(bp)); in dsl_scan_prefetch_cb()
1643 spa->spa_scrub_inflight -= BP_GET_PSIZE(bp); in dsl_scan_prefetch_cb()
1717 spa->spa_scrub_inflight >= scn->scn_maxinflight_bytes)) { in dsl_scan_prefetch_thread()
1729 spa->spa_scrub_inflight += BP_GET_PSIZE(&spic->spic_bp); in dsl_scan_prefetch_thread()
3765 ASSERT0(spa->spa_scrub_inflight); in dsl_scan_sync()
4015 ASSERT3U(spa->spa_scrub_inflight, >=, BP_GET_PSIZE(bp)); in dsl_scan_scrub_done()
4016 spa->spa_scrub_inflight -= BP_GET_PSIZE(bp); in dsl_scan_scrub_done()
4053 while (spa->spa_scrub_inflight >= scn->scn_maxinflight_bytes) in scan_exec_io()
4055 spa->spa_scrub_inflight += BP_GET_PSIZE(bp); in scan_exec_io()