Searched refs:scn_maxinflight_bytes (Results 1 – 2 of 2) sorted by relevance
139 uint64_t scn_maxinflight_bytes; /* max bytes in flight for pool */ member
453 scn->scn_maxinflight_bytes = MAX(zfs_scan_vdev_limit * in dsl_scan_init()1717 spa->spa_scrub_inflight >= scn->scn_maxinflight_bytes)) { in dsl_scan_prefetch_thread()3672 scn->scn_maxinflight_bytes = in dsl_scan_sync()4049 ASSERT3U(scn->scn_maxinflight_bytes, >, 0); in scan_exec_io()4053 while (spa->spa_scrub_inflight >= scn->scn_maxinflight_bytes) in scan_exec_io()