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
467 scn->scn_maxinflight_bytes = MIN(arc_c_max / 4, MAX(1ULL << 20, in dsl_scan_init()1750 spa->spa_scrub_inflight >= scn->scn_maxinflight_bytes)) { in dsl_scan_prefetch_thread()3732 scn->scn_maxinflight_bytes = MIN(arc_c_max / 4, MAX(1ULL << 20, in dsl_scan_sync()4098 ASSERT3U(scn->scn_maxinflight_bytes, >, 0); in scan_exec_io()4100 while (spa->spa_scrub_inflight >= scn->scn_maxinflight_bytes) in scan_exec_io()