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

/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_cbq.h136 int offtime; member in struct:cbq_classstats
H A Dpktsched_cbq.c194 u_int32_t offtime, u_int32_t flags, u_int32_t parent_qid, u_int32_t qid,
295 offtime, flags);
302 minidle, offtime, pktsize, flags);
482 statsp->offtime = cl->offtime_;
191 cbq_add_queue(cbq_state_t *cbqp, u_int32_t qlimit, u_int32_t priority, u_int32_t minburst, u_int32_t maxburst, u_int32_t pktsize, u_int32_t maxpktsize, u_int32_t ns_per_byte, u_int32_t maxidle, int minidle, u_int32_t offtime, u_int32_t flags, u_int32_t parent_qid, u_int32_t qid, struct rm_class **clp) argument
H A Dpktsched_rmclass.c151 * borrow the offtime of the class borrowing from.
152 * the reason is that when its own offtime is set, the class is unable
155 * use the borrowing class's offtime to avoid overload.
204 * offtime how long 'delay' action will delay when class goes over
208 * Maxidle and offtime have to be computed from the following: If the
216 * offtime = ptime * (1 + 1/(1 - g) * (1 - g^(b - 1)) / g^(b - 1)
218 * Operationally, it's convenient to specify maxidle & offtime in units
219 * independent of the link bandwidth so the maxidle & offtime passed to
223 * maxidle*nsecPerByte/8 and offtime*nsecPerByte/8 will be in microseconds,
227 * values for maxidle and offtime ca
237 rmc_newclass(int pri, struct rm_ifdat *ifd, u_int32_t nsecPerByte, void (*action)(rm_class_t *, rm_class_t *), u_int32_t qid, u_int32_t maxq, struct rm_class *parent, struct rm_class *borrow, u_int32_t maxidle, int minidle, u_int32_t offtime, int pktsize, int flags) argument
439 rmc_modclass(struct rm_class *cl, u_int32_t nsecPerByte, int maxq, u_int32_t maxidle, int minidle, u_int32_t offtime, int pktsize) argument
729 rmc_init(struct ifclassq *ifq, struct rm_ifdat *ifd, u_int32_t nsecPerByte, void (*restart)(struct ifclassq *), u_int32_t qid, int maxq, int maxqueued, u_int32_t maxidle, int minidle, u_int32_t offtime, int flags) argument
[all...]
/xnu-2782.1.97/bsd/net/altq/
H A Daltq_cbq.c157 opts->ns_per_byte, opts->maxidle, opts->minidle, opts->offtime,
/xnu-2782.1.97/bsd/net/
H A Dpfvar.h1609 u_int32_t offtime; member in struct:cbq_opts

Completed in 411 milliseconds