Searched refs:qmax (Results 1 – 7 of 7) sorted by relevance
94 int qmax; member
188 statsp->qmax = qlimit(cl->q_); in get_class_stats()
94 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax() function
404 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax() function
347 cur.data.cbq_stats.qcnt, cur.data.cbq_stats.qmax,
1260 uint64_t qmax = mga->mga_cur_max_alloc_queue_depth; in metaslab_group_allocatable() local1286 qmax = qmax * (4 + d) / 4; in metaslab_group_allocatable()1295 if (qdepth < qmax || mc->mc_alloc_groups == 1) in metaslab_group_allocatable()1310 qmax = mgap->mga_cur_max_alloc_queue_depth; in metaslab_group_allocatable()1311 qmax = qmax * (4 + d) / 4; in metaslab_group_allocatable()1320 if (qdepth < qmax && !mgp->mg_no_free_space) in metaslab_group_allocatable()
682 qmax(c->c_precision / 2, 1), c_func, c_arg, in softclock_call_cc()