Home
last modified time | relevance | path

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

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