Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/altq/
H A Daltq_cbq.h79 int qmax; member
/dflybsd-src/sys/sys/
H A Dlibkern.h77 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax() function
/dflybsd-src/stand/lib/
H A Dstand.h345 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax() function