Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_cbq.h94 int qmax; member
/freebsd/sys/sys/
H A Dlibkern.h94 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax() function
/freebsd/stand/libsa/
H A Dstand.h413 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax() function