Searched defs:qmax (Results 1 – 3 of 3) sorted by relevance
95 int qmax; member
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() local