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

/freebsd-13-stable/sys/net/altq/
H A Daltq_cbq.h95 int qmax; member in struct:_cbq_class_stats_
/freebsd-13-stable/sys/sys/
H A Dlibkern.h97 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } function
/freebsd-13-stable/stand/libsa/
H A Dstand.h375 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } function
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c1257 uint64_t qmax = mga->mga_cur_max_alloc_queue_depth; local
[all...]

Completed in 143 milliseconds