Home
last modified time | relevance | path

Searched defs:qmax (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/sys/
H A Dlibkern.h98 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax() function
/freebsd-12.1/sys/net/altq/
H A Daltq_cbq.h98 int qmax; member
/freebsd-12.1/stand/libsa/
H A Dstand.h374 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmetaslab.c1118 uint64_t qmax = mg->mg_cur_max_alloc_queue_depth[allocator]; in metaslab_group_allocatable() local