Searched refs:maxburst (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dtrasher.c33 int count, maxburst, length; local
36 printf("USAGE: trasher <filename> <count> <maxburst> <seed>\n");
46 maxburst= atoi(argv[3]);
54 int burst= 1 + ran() * (uint64_t) (abs(maxburst)-1) / UINT32_MAX;
58 if(maxburst<0) burst= -maxburst;
66 if(maxburst<0) val=0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dtc_cbq.h5 int ewma_log, unsigned maxburst);
H A Dtc_cbq.c28 int ewma_log, unsigned maxburst)
35 if (bndw != rate && maxburst) {
37 vxmt *= (pow(g, -(double)maxburst) - 1);
27 tc_cbq_calc_maxidle(unsigned bndw, unsigned rate, unsigned avpkt, int ewma_log, unsigned maxburst) argument
H A Dq_cbq.c29 fprintf(stderr, "Usage: ... cbq bandwidth BPS rate BPS maxburst PKTS [ avpkt BYTES ]\n");
182 unsigned minburst=0, maxburst=0; local
218 } else if (strcmp(*argv, "maxburst") == 0) {
220 if (get_u32(&maxburst, *argv, 0)) {
221 explain1("maxburst");
374 lss.maxidle = tc_cbq_calc_maxidle(bndw, r.rate, lss.avpkt, ewma_log, maxburst);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dtrasher.c36 int count, maxburst, length; local
39 printf("USAGE: trasher <filename> <count> <maxburst> <seed>\n");
49 maxburst = atoi(argv[3]);
57 int burst = 1 + ran() * (uint64_t) (abs(maxburst) - 1) / UINT32_MAX;
64 if (maxburst < 0)
65 burst = -maxburst;
73 if (maxburst < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/examples/
H A Dcbqinit.eth120 # maxburst measure allowed class burstiness (please,read S.Floyd and VJ papers)
26 $BANDWIDTH rate 10Mbit allot 1514 maxburst 50 avpkt 1000
37 prio 6 maxburst 50 avpkt 1000 split 1:0 defmap ff3d
49 prio 2 maxburst 100 avpkt 1000 split 1:0 defmap c0
57 prio 7 maxburst 10 avpkt 1000 split 1:0 defmap 2
65 maxburst 20
75 prio 6 maxburst 10 split 1:7FFE defmap ffff
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/testsuite/tests/
H A Dcbq.t4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
9 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
H A Dpolicer4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
11 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
H A Dcls-testbed.t21 maxburst 1 avpkt 500 bounded
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dcoh901318.c1264 u32 maxburst; local
1272 maxburst = config->src_maxburst;
1276 maxburst = config->dst_maxburst;
1291 if (burst_sizes[i].burst_8bit <= maxburst)
1303 if (burst_sizes[i].burst_16bit <= maxburst)
1316 if (burst_sizes[i].burst_32bit <= maxburst)
1330 "selected burst size %d bytes for address width %d bytes, maxburst %d\n",
1331 burst_sizes[i].burst_8bit, addr_width, maxburst); local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h917 u_char maxburst; /* log base 2 of dwords burst */ member in struct:sym_hcb
H A Dsym_glue.c1351 np->maxburst = dev->chip.burst_max;
H A Dsym_hipd.c803 if (burst_max > np->maxburst)
804 burst_max = np->maxburst;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c1684 u_char maxburst; /* log base 2 of dwords burst */ member in struct:ncb
3824 if (burst_max > np->maxburst)
3825 burst_max = np->maxburst;
8134 np->maxburst = device->chip.burst_max;

Completed in 91 milliseconds