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.h305 uint64_t spa_scrub_inflight; /* in-flight scrub bytes */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c1985 ASSERT3U(spa->spa_scrub_inflight, >=, BP_GET_PSIZE(bp)); in dsl_scan_prefetch_cb()
1986 spa->spa_scrub_inflight -= BP_GET_PSIZE(bp); in dsl_scan_prefetch_cb()
2064 spa->spa_scrub_inflight >= scn->scn_maxinflight_bytes)) { in dsl_scan_prefetch_thread()
2076 spa->spa_scrub_inflight += BP_GET_PSIZE(&spic->spic_bp); in dsl_scan_prefetch_thread()
4550 ASSERT0(spa->spa_scrub_inflight); in dsl_scan_sync()
4793 ASSERT3U(spa->spa_scrub_inflight, >=, BP_GET_PSIZE(bp)); in dsl_scan_scrub_done()
4794 spa->spa_scrub_inflight -= BP_GET_PSIZE(bp); in dsl_scan_scrub_done()
4838 while (spa->spa_scrub_inflight >= scn->scn_maxinflight_bytes) in scan_exec_io()
4840 spa->spa_scrub_inflight += BP_GET_PSIZE(bp); in scan_exec_io()