Searched refs:offtime (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/net/altq/
H A Daltq_cbq.h88 int offtime; member in struct:_cbq_class_stats_
122 u_int offtime; member in struct:cbq_class_spec
H A Daltq_rmclass.c104 * borrow the offtime of the class borrowing from.
105 * the reason is that when its own offtime is set, the class is unable
108 * use the borrowing class's offtime to avoid overload.
157 * offtime how long 'delay' action will delay when class goes over
161 * Maxidle and offtime have to be computed from the following: If the
169 * offtime = ptime * (1 + 1/(1 - g) * (1 - g^(b - 1)) / g^(b - 1)
171 * Operationally, it's convenient to specify maxidle & offtime in units
172 * independent of the link bandwidth so the maxidle & offtime passed to
176 * maxidle*nsecPerByte/8 and offtime*nsecPerByte/8 will be in microseconds,
180 * values for maxidle and offtime ca
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.c224 statsp->offtime = cl->offtime_;
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.h44 u_int offtime; member in struct:cbq_opts
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_altq.c470 * compute ns_per_byte, maxidle, minidle, and offtime
477 double offtime, nsPerByte, ifnsPerByte, ptime, cptime; local
531 offtime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
537 offtime = (offtime * 8.0) / nsPerByte *
543 offtime = offtime / 1000.0;
551 opts->offtime = (u_int)fabs(offtime);
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c88 ** 5. They might reference tm.TM_ZONE after calling offtime.
1577 offtime(const time_t *const timep, const long offset) function

Completed in 69 milliseconds