Lines Matching defs:qmax
1255 uint64_t qmax = mga->mga_cur_max_alloc_queue_depth;
1281 qmax = qmax * (4 + d) / 4;
1286 * If this metaslab group is below its qmax or it's
1290 if (qdepth < qmax || mc->mc_alloc_groups == 1)
1295 * Since this metaslab group is at or over its qmax, we
1305 qmax = mgap->mga_cur_max_alloc_queue_depth;
1306 qmax = qmax * (4 + d) / 4;
1315 if (qdepth < qmax && !mgp->mg_no_free_space)
1322 * we are at or over our qmax.