Home
last modified time | relevance | path

Searched refs:qmax (Results 1 – 6 of 6) sorted by relevance

/src/sys/net/altq/
H A Daltq_cbq.h94 int qmax; member
H A Daltq_cbq.c190 statsp->qmax = qlimit(cl->q_); in get_class_stats()
/src/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
/src/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
/src/sbin/pfctl/
H A Dpfctl_qstats.c347 cur.data.cbq_stats.qcnt, cur.data.cbq_stats.qmax,
/src/sys/kern/
H A Dkern_timeout.c682 qmax(c->c_precision / 2, 1), c_func, c_arg, in softclock_call_cc()