HomeSort by: relevance | last modified time | path
    Searched refs:maxq (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.sbin/altq/libaltq/
qop_cbq.c 774 double maxq, maxidle_s, maxidle, minidle, local in function:cbq_class_spec
865 maxq = 60.0;
867 maxq = 30.0;
869 maxq = ((double) maxdelay * PS_PER_MS) / (psPerByte * av_pkt_size);
870 if (maxq < 4) {
872 "warning: maxq (%d) is too small. set to %d",
873 (int)maxq, 4);
874 maxq = 4;
879 maxq = 0;
881 if ((u_int)maxq < maxburst
    [all...]
  /src/sys/altq/
altq_cbq.h 116 u_int maxq; member in struct:cbq_class_spec
altq_rmclass.c 155 * maxq max allowable queue size for class (in packets).
199 void (*action)(rm_class_t *, rm_class_t *), int maxq,
251 qlimit(cl->q_) = maxq;
351 rmc_modclass(struct rm_class *cl, uint64_t psecPerByte, int maxq, u_int maxidle,
366 qlimit(cl->q_) = maxq;
656 * until under limit' action will call to restart output. `maxq'
666 void (*restart)(struct ifaltq *), int maxq, int maxqueued, u_int maxidle,
727 rmc_root_overlimit, maxq, 0, 0,
altq_cbq.c 622 acp->cbq_class.maxq > CBQ_MAXQSIZE)
686 acp->cbq_class.maxq, acp->cbq_class.maxidle,
728 spec->pico_sec_per_byte, cbqrestart, spec->maxq,
737 rmc_delay_action, spec->maxq, parent, borrow,
  /src/sys/dev/ieee1394/
firewirereg.h 193 u_int maxq; member in struct:fw_xferq
firewire.c 438 if (!(xferq->queued < xferq->maxq)) {
603 fc->arq->maxq = FWMAXQUEUE;
604 fc->ars->maxq = FWMAXQUEUE;
605 fc->atq->maxq = FWMAXQUEUE;
606 fc->ats->maxq = FWMAXQUEUE;
661 fc->ir[i]->maxq = FWMAXQUEUE;
662 fc->it[i]->maxq = FWMAXQUEUE;
fwdev.c 809 q->maxq = FWMAXQUEUE;
if_fwip.c 544 while ((xferq->queued < xferq->maxq - 1) &&
  /src/sys/dev/ic/
mpt_netbsd.c 123 int maxq; local in function:mpt_scsipi_attach
127 maxq = (mpt->mpt_global_credits < MPT_MAX_REQUESTS(mpt)) ?
134 adapt->adapt_openings = maxq - 2; /* Reserve 2 for driver use*/
135 adapt->adapt_max_periph = maxq - 2;
  /src/lib/librumpuser/build-aux/
config.sub 272 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
398 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
  /src/sys/external/isc/libsodium/dist/build-aux/
config.sub 272 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
399 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
  /src/sys/external/isc/libsodium/dist/
config.sub 271 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
388 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \

Completed in 43 milliseconds