Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h296 uint64_t spa_scrub_inflight; /* in-flight scrub bytes */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c2023 ASSERT3U(spa->spa_scrub_inflight, >=, BP_GET_PSIZE(bp)); in dsl_scan_prefetch_cb()
2024 spa->spa_scrub_inflight -= BP_GET_PSIZE(bp); in dsl_scan_prefetch_cb()
2102 spa->spa_scrub_inflight >= scn->scn_maxinflight_bytes)) { in dsl_scan_prefetch_thread()
2114 spa->spa_scrub_inflight += BP_GET_PSIZE(&spic->spic_bp); in dsl_scan_prefetch_thread()
4627 ASSERT0(spa->spa_scrub_inflight); in dsl_scan_sync()
4870 ASSERT3U(spa->spa_scrub_inflight, >=, BP_GET_PSIZE(bp)); in dsl_scan_scrub_done()
4871 spa->spa_scrub_inflight -= BP_GET_PSIZE(bp); in dsl_scan_scrub_done()
4915 while (spa->spa_scrub_inflight >= scn->scn_maxinflight_bytes) in scan_exec_io()
4917 spa->spa_scrub_inflight += BP_GET_PSIZE(bp); in scan_exec_io()