Searched refs:scn_maxinflight_bytes (Results 1 – 2 of 2) sorted by relevance
156 uint64_t scn_maxinflight_bytes; /* max bytes in flight for pool */ member
496 scn->scn_maxinflight_bytes = MIN(arc_c_max / 4, MAX(1ULL << 20, in dsl_scan_init()2102 spa->spa_scrub_inflight >= scn->scn_maxinflight_bytes)) { in dsl_scan_prefetch_thread()4525 scn->scn_maxinflight_bytes = MIN(arc_c_max / 4, MAX(1ULL << 20, in dsl_scan_sync()4913 ASSERT3U(scn->scn_maxinflight_bytes, >, 0); in scan_exec_io()4915 while (spa->spa_scrub_inflight >= scn->scn_maxinflight_bytes) in scan_exec_io()