Searched refs:qmax (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_cbq.h97 int qmax; member in struct:_cbq_class_stats_
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_cbq.h86 int qmax; member in struct:_cbq_class_stats_
H A Daltq_cbq.c226 statsp->qmax = qlimit(cl->q_);
/freebsd-9.3-release/sys/sys/
H A Dlibkern.h62 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } function
/freebsd-9.3-release/sys/dev/patm/
H A Dif_patm_tx.c1117 u_int qmax, pmax; local
1131 qmax = sc->mmap->tst_size - 1;
1132 pmax = qmax << 8;
1142 if (qptr >= qmax)
1143 qptr -= qmax;
/freebsd-9.3-release/lib/libstand/
H A Dstand.h328 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } function
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_qstats.c333 cur.data.cbq_stats.qcnt, cur.data.cbq_stats.qmax,

Completed in 86 milliseconds