Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_cbq.h95 int qmax; member
/f-stack/freebsd/sys/
H A Dlibkern.h97 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax() function
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dmetaslab.c1233 uint64_t qmax = mga->mga_cur_max_alloc_queue_depth; in metaslab_group_allocatable() local