Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dstand.h383 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax() function
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c1206 uint64_t qmax = mg->mg_cur_max_alloc_queue_depth[allocator]; in metaslab_group_allocatable() local
1223 qmax = qmax * (4 + d) / 4; in metaslab_group_allocatable()
1233 if (qdepth < qmax || mc->mc_alloc_groups == 1) in metaslab_group_allocatable()
1245 qmax = mgp->mg_cur_max_alloc_queue_depth[allocator]; in metaslab_group_allocatable()
1246 qmax = qmax * (4 + d) / 4; in metaslab_group_allocatable()
1255 if (qdepth < qmax && !mgp->mg_no_free_space) in metaslab_group_allocatable()