Searched refs:minidle (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/net/altq/
H A Daltq_cbq.h87 int minidle; member in struct:_cbq_class_stats_
121 int minidle; member in struct:cbq_class_spec
H A Daltq_rmclass.c107 * but when the borrowed class is overloaded (advidle is close to minidle),
168 * minidle = -ptime * (1 / (f - 1))
193 int minidle, u_int offtime, int pktsize, int flags)
255 #if 1 /* minidle is also scaled in ALTQ */
256 cl->minidle_ = (minidle * (int)nsecPerByte) / 8;
260 cl->minidle_ = minidle;
360 int minidle, u_int offtime, int pktsize)
377 #if 1 /* minidle is also scaled in ALTQ */
378 cl->minidle_ = (minidle * nsecPerByte) / 8;
382 cl->minidle_ = minidle;
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
359 rmc_modclass(struct rm_class *cl, u_int nsecPerByte, int maxq, u_int maxidle, int minidle, u_int offtime, int pktsize) 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
[all...]
H A Daltq_cbq.c223 statsp->minidle = cl->minidle_;
392 opts->maxidle, opts->minidle, opts->offtime,
399 opts->maxidle, opts->minidle, opts->offtime,
692 acp->cbq_class.minidle, acp->cbq_class.offtime,
736 spec->maxidle, spec->minidle, spec->offtime,
743 spec->maxidle, spec->minidle, spec->offtime,
1142 printf("minidle=%d, offtime=%d, sleeping=%d, leaf=%d\n",
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_altq.h43 int minidle; member in struct:cbq_opts
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_altq.c470 * compute ns_per_byte, maxidle, minidle, and offtime
476 double maxidle_s, maxidle, minidle; local
532 minidle = -((double)opts->maxpktsize * (double)nsPerByte);
539 minidle = ((minidle * 8.0) / nsPerByte) *
544 minidle = minidle / 1000.0;
550 opts->minidle = (int)minidle;

Completed in 176 milliseconds