Searched defs:qmax (Results 1 – 4 of 4) sorted by relevance
94 int qmax; member
94 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax() function
399 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } qmax() function
1255 uint64_t qmax = mga->mga_cur_max_alloc_queue_depth; in metaslab_group_allocatable() local [all...]