Searched refs:maxburst (Results 1 – 6 of 6) sorted by relevance
539 u_int minburst, maxburst; in cbq_compute_idletime() local544 maxburst = opts->maxburst; in cbq_compute_idletime()570 if (maxburst == 0) { /* use default */ in cbq_compute_idletime()572 maxburst = 4; in cbq_compute_idletime()574 maxburst = 16; in cbq_compute_idletime()578 if (minburst > maxburst) in cbq_compute_idletime()579 minburst = maxburst; in cbq_compute_idletime()583 gton = pow(g, (double)maxburst); in cbq_compute_idletime()607 opts->maxburst = maxburst; in cbq_compute_idletime()
32 int maxburst; member484 c->maxburst = getnum(av[1], NULL, av[0]); in init()505 if (c->maxburst <= 0) in init()506 c->maxburst = 1; in init()
39 u_int maxburst; member
922 SCTP_UINT_SYSCTL(maxburst, sctp_max_burst_default, SCTPCTL_MAXBURST);
1597 u_char maxburst; /* log base 2 of dwords burst */ member2588 if (burst_max > np->maxburst) in sym_prepare_setting()2589 burst_max = np->maxburst; in sym_prepare_setting()8427 np->maxburst = chip->burst_max;
1655 dma-maxburst = <2>;