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

/freebsd-9.3-release/lib/libc/stdtime/
H A DSymbol.map23 offtime;
/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_cbq.h96 int offtime; member in struct:_cbq_class_stats_
129 u_int offtime; member in struct:cbq_class_spec
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_cbq.h85 int offtime; member in struct:_cbq_class_stats_
118 u_int offtime; member in struct:cbq_class_spec
H A Daltq_rmclass.c107 * borrow the offtime of the class borrowing from.
108 * the reason is that when its own offtime is set, the class is unable
111 * use the borrowing class's offtime to avoid overload.
160 * offtime how long 'delay' action will delay when class goes over
164 * Maxidle and offtime have to be computed from the following: If the
172 * offtime = ptime * (1 + 1/(1 - g) * (1 - g^(b - 1)) / g^(b - 1)
174 * Operationally, it's convenient to specify maxidle & offtime in units
175 * independent of the link bandwidth so the maxidle & offtime passed to
179 * maxidle*nsecPerByte/8 and offtime*nsecPerByte/8 will be in microseconds,
183 * values for maxidle and offtime ca
193 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
355 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.c225 statsp->offtime = cl->offtime_;
394 opts->maxidle, opts->minidle, opts->offtime,
401 opts->maxidle, opts->minidle, opts->offtime,
694 acp->cbq_class.minidle, acp->cbq_class.offtime,
738 spec->maxidle, spec->minidle, spec->offtime,
745 spec->maxidle, spec->minidle, spec->offtime,
1144 printf("minidle=%d, offtime=%d, sleeping=%d, leaf=%d\n",
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_altq.c439 * compute ns_per_byte, maxidle, minidle, and offtime
446 double offtime, nsPerByte, ifnsPerByte, ptime, cptime; local
499 offtime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
505 offtime = (offtime * 8.0) / nsPerByte *
511 offtime = offtime / 1000.0;
519 opts->offtime = (u_int)fabs(offtime);
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c88 ** 5. They might reference tm.TM_ZONE after calling offtime.
1590 offtime(timep, offset) function
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpfvar.h1447 u_int offtime; member in struct:cbq_opts

Completed in 91 milliseconds