Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h273 uint64_t spa_scrub_inflight; /* in-flight scrub bytes */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c1588 ASSERT3U(spa->spa_scrub_inflight, >=, BP_GET_PSIZE(bp)); in dsl_scan_prefetch_cb()
1589 spa->spa_scrub_inflight -= BP_GET_PSIZE(bp); in dsl_scan_prefetch_cb()
1665 spa->spa_scrub_inflight >= scn->scn_maxinflight_bytes)) { in dsl_scan_prefetch_thread()
1677 spa->spa_scrub_inflight += BP_GET_PSIZE(&spic->spic_bp); in dsl_scan_prefetch_thread()
3652 ASSERT0(spa->spa_scrub_inflight); in dsl_scan_sync()
3900 ASSERT3U(spa->spa_scrub_inflight, >=, BP_GET_PSIZE(bp)); in dsl_scan_scrub_done()
3901 spa->spa_scrub_inflight -= BP_GET_PSIZE(bp); in dsl_scan_scrub_done()
3936 while (spa->spa_scrub_inflight >= scn->scn_maxinflight_bytes) in scan_exec_io()
3938 spa->spa_scrub_inflight += BP_GET_PSIZE(bp); in scan_exec_io()