Searched refs:qmax (Results 1 – 4 of 4) sorted by relevance
95 int qmax; member
188 statsp->qmax = qlimit(cl->q_); in get_class_stats()
97 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax() function
1233 uint64_t qmax = mga->mga_cur_max_alloc_queue_depth; in metaslab_group_allocatable() local1250 qmax = qmax * (4 + d) / 4; in metaslab_group_allocatable()1259 if (qdepth < qmax || mc->mc_alloc_groups == 1) in metaslab_group_allocatable()1274 qmax = mgap->mga_cur_max_alloc_queue_depth; in metaslab_group_allocatable()1275 qmax = qmax * (4 + d) / 4; in metaslab_group_allocatable()1284 if (qdepth < qmax && !mgp->mg_no_free_space) in metaslab_group_allocatable()