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

  /src/usr.sbin/altq/libaltq/
qop_jobs.h 99 int64_t alc; member in struct:jobs_classinfo
111 int64_t adc, int64_t rdc, int64_t alc, int64_t rlc, int64_t arc,
114 int64_t adc, int64_t rdc, int64_t alc, int64_t rlc, int64_t arc);
119 int64_t adc, int64_t rdc, int64_t alc, int64_t rlc, int64_t arc,
122 int64_t adc, int64_t rdc, int64_t alc, int64_t rlc, int64_t arc);
qop_jobs.c 195 int64_t adc, rdc, alc, rlc, arc; local in function:jobs_class_parser
204 alc = -1;
232 } else if (EQUAL(*argv, "alc")) {
236 alc = -1;
238 alc = (int64_t)(strtod(*argv, NULL)
241 * alc is given in fraction of 1, convert it
273 adc, rdc, alc, rlc, arc, flags);
300 int64_t adc, int64_t rdc, int64_t alc, int64_t rlc, int64_t arc,
311 pri, adc, rdc, alc, rlc, arc, flags);
321 if (alc > 0
    [all...]
  /src/sys/altq/
altq_jobs.c 259 int64_t alc, int64_t rlc, int64_t arc, int flags)
321 if (alc == -1) {
323 alc = ALTQ_INFINITY;
360 cl->cl_alc=alc;
807 * no ALC, no RLC on this class:
820 * no RLC, but an ALC:
835 * the ALC would be violated:
1471 keep_going = 0; /* relax ADC in favor of ALC */
1775 * the RLC will defeat the ALC:
1795 max_alc = cl->cl_alc-cl->current_loss; /* pick the class which is the furthest from its ALC */
    [all...]
  /src/share/man/man4/
Makefile 7 ahcisata.4 ahd.4 aht20temp.4 aibs.4 alc.4 ale.4 alipm.4 altmem.4 altq.4 \
  /src/sys/dev/pci/
if_alc.c 177 CFATTACH_DECL_NEW(alc, sizeof(struct alc_softc),
489 /* XXX: used to be (alc >> shift) & mask which is 0 */
2525 * Since alc(4) use RXQ_CFG_RD_BURST_DEFAULT descriptors
2972 * than alc(4) MTU would be silently dropped in hardware. This
2974 * any responses from receiver. alc(4) supports

Completed in 43 milliseconds