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

/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_cbq.h134 int maxidle; member in struct:cbq_classstats
H A Dpktsched_cbq.c193 u_int32_t maxpktsize, u_int32_t ns_per_byte, u_int32_t maxidle, int minidle,
294 cbqrestart, qid, qlimit, RM_MAXQUEUED, maxidle, minidle,
301 rmc_delay_action, qid, qlimit, parent, borrow, maxidle,
480 statsp->maxidle = cl->maxidle_;
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.c200 * maxidle max value allowed for class 'idle' time estimate (this
214 * maxidle = ptime * (1 - g^b) / g^b
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,
226 * maxidle also must be scaled upward by this value. Thus, the passed
227 * values for maxidle and offtime can be computed as follows:
229 * maxidle = maxidle * 2^RM_FILTER_GAIN * 8 / (1000 * nsecPerByte)
232 * When USE_HRTIME is employed, then maxidle an
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.h1607 u_int32_t maxidle; member in struct:cbq_opts

Completed in 38 milliseconds