Home
last modified time | relevance | path

Searched defs: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