Searched refs:max_inflight_bytes (Results 1 – 1 of 1) sorted by relevance
134 static uint64_t max_inflight_bytes = 256 * 1024 * 1024; /* 256MB */ variable6782 while (spa->spa_load_verify_bytes > max_inflight_bytes) in zdb_blkptr_cb()10047 max_inflight_bytes = strtoull(optarg, NULL, 0); in main()10048 if (max_inflight_bytes == 0) { in main()