Searched refs:qmax (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h354 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } function
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c894 uint64_t qmax = mg->mg_max_alloc_queue_depth; local
909 * If this metaslab group is below its qmax or it's
913 if (qdepth < qmax || mc->mc_alloc_groups == 1)
918 * Since this metaslab group is at or over its qmax, we
925 qmax = mgp->mg_max_alloc_queue_depth;
934 if (qdepth < qmax && !mgp->mg_no_free_space)
941 * we are at or over our qmax.

Completed in 51 milliseconds