Searched refs:maxq (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11.0-release/sys/net/altq/
H A Daltq_cbq.h119 u_int maxq; member in struct:cbq_class_spec
H A Daltq_rmclass.c147 * maxq max allowable queue size for class (in packets).
191 void (*action)(rm_class_t *, rm_class_t *), int maxq,
250 qlimit(cl->q_) = maxq;
359 rmc_modclass(struct rm_class *cl, u_int nsecPerByte, int maxq, u_int maxidle, argument
375 qlimit(cl->q_) = maxq;
672 * until under limit' action will call to restart output. `maxq'
682 void (*restart)(struct ifaltq *), int maxq, int maxqueued, u_int maxidle,
737 rmc_root_overlimit, maxq, 0, 0,
190 rmc_newclass(int pri, struct rm_ifdat *ifd, u_int nsecPerByte, void (*action)(rm_class_t *, rm_class_t *), int maxq, struct rm_class *parent, struct rm_class *borrow, u_int maxidle, int minidle, u_int offtime, int pktsize, int flags) argument
681 rmc_init(struct ifaltq *ifq, struct rm_ifdat *ifd, u_int nsecPerByte, void (*restart)(struct ifaltq *), int maxq, int maxqueued, u_int maxidle, int minidle, u_int offtime, int flags) argument
H A Daltq_cbq.c625 acp->cbq_class.maxq > CBQ_MAXQSIZE)
691 acp->cbq_class.maxq, acp->cbq_class.maxidle,
735 cbqrestart, spec->maxq, RM_MAXQUEUED,
742 rmc_delay_action, spec->maxq, parent, borrow,
/freebsd-11.0-release/sys/dev/firewire/
H A Dfirewirereg.h189 u_int maxq; member in struct:fw_xferq
H A Dfirewire.c243 if (!(xferq->queued < xferq->maxq)) {
522 if (fc->arq != 0 && fc->arq->maxq > 0)
814 fc->arq->maxq = FWMAXQUEUE;
815 fc->ars->maxq = FWMAXQUEUE;
816 fc->atq->maxq = FWMAXQUEUE;
817 fc->ats->maxq = FWMAXQUEUE;
820 fc->ir[i]->maxq = FWMAXQUEUE;
821 fc->it[i]->maxq = FWMAXQUEUE;
2058 if (xferq->queued >= xferq->maxq) {
H A Dif_fwe.c499 while ((xferq->queued < xferq->maxq - 1) &&
/freebsd-11.0-release/crypto/heimdal/
H A Dconfig.sub261 | maxq | mb | microblaze | mcore | mep | metag \
348 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
/freebsd-11.0-release/contrib/ofed/libibcm/config/
H A Dconfig.sub242 | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \
321 | m88110-* | m88k-* | maxq-* | mcore-* \
/freebsd-11.0-release/contrib/ofed/librdmacm/config/
H A Dconfig.sub242 | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \
321 | m88110-* | m88k-* | maxq-* | mcore-* \
/freebsd-11.0-release/contrib/tcsh/
H A Dconfig.sub262 | maxq | mb | microblaze | mcore | mep | metag \
349 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
/freebsd-11.0-release/contrib/binutils/
H A Dconfig.sub253 | maxq | mb | microblaze | mcore | mep \
334 | m88110-* | m88k-* | maxq-* | mcore-* \
/freebsd-11.0-release/contrib/binutils/gas/
H A DMakefile.am71 maxq \
128 arm | h8300 | i386 | i960 | m68k | maxq | mcore | mips | or32 \
138 maxq | ns32k | tic* | z80 | z8k) valid= ;; \
1214 DEPTC_maxq_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-maxq.h \
1215 $(INCDIR)/coff/internal.h $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h \
1217 subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h $(srcdir)/config/tc-maxq.h \
1218 $(INCDIR)/opcode/maxq.h
1620 DEPOBJ_maxq_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-maxq.h \
1621 $(INCDIR)/coff/internal.h $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h \
1961 DEP_maxq_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-maxq
[all...]
H A DMakefile.in316 maxq \
373 arm | h8300 | i386 | i960 | m68k | maxq | mcore | mips | or32 \
383 maxq | ns32k | tic* | z80 | z8k) valid= ;; \
1012 DEPTC_maxq_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-maxq.h \
1013 $(INCDIR)/coff/internal.h $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h \
1015 subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h $(srcdir)/config/tc-maxq.h \
1016 $(INCDIR)/opcode/maxq.h
1497 DEPOBJ_maxq_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-maxq.h \
1498 $(INCDIR)/coff/internal.h $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h \
1918 DEP_maxq_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-maxq
[all...]
/freebsd-11.0-release/sys/dev/mpt/
H A Dmpt_cam.c215 int maxq; local
220 maxq = (mpt->ioc_facts.GlobalCredits < MPT_MAX_REQUESTS(mpt))?
256 maxq -= mpt->els_cmds_allocated;
302 maxq--;
318 devq = cam_simq_alloc(maxq);
329 mpt_sim_alloc(mpt_action, mpt_poll, "mpt", mpt, 1, maxq, devq);
369 mpt_sim_alloc(mpt_action, mpt_poll, "mpt", mpt, 1, maxq, devq);
/freebsd-11.0-release/contrib/binutils/bfd/
H A DMakefile.am94 cpu-maxq.lo \
160 cpu-maxq.c \
219 coff-maxq.lo \
398 coff-maxq.c \
1094 cpu-maxq.lo: cpu-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1215 coff-maxq.lo: coff-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1216 $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
H A DMakefile.in342 cpu-maxq.lo \
408 cpu-maxq.c \
468 coff-maxq.lo \
647 coff-maxq.c \
1673 cpu-maxq.lo: cpu-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1794 coff-maxq.lo: coff-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1795 $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
/freebsd-11.0-release/contrib/tcpdump/
H A Dconfig.sub272 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
396 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
/freebsd-11.0-release/contrib/sqlite3/
H A Dconfig.sub272 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
396 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
/freebsd-11.0-release/contrib/openpam/
H A Dconfig.sub271 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
388 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
/freebsd-11.0-release/contrib/unbound/
H A Dconfig.sub271 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
388 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
/freebsd-11.0-release/crypto/openssh/
H A Dconfig.sub278 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
394 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
/freebsd-11.0-release/contrib/ncurses/
H A Dconfig.sub272 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
390 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
/freebsd-11.0-release/contrib/libpcap/
H A Dconfig.sub276 | maxq | mb | microblaze | mcore | mep | metag \
392 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
/freebsd-11.0-release/contrib/byacc/
H A Dconfig.sub272 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
397 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
/freebsd-11.0-release/contrib/dialog/
H A Dconfig.sub271 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
388 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \

Completed in 157 milliseconds

12