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

/macosx-10.10.1/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_rmclass.c182 * nsecPerByte is the data rate of the interface in nanoseconds/byte.
188 * nanoseconds/byte. Then nsecPerByte is set to
223 * maxidle*nsecPerByte/8 and offtime*nsecPerByte/8 will be in microseconds,
229 * maxidle = maxidle * 2^RM_FILTER_GAIN * 8 / (1000 * nsecPerByte)
230 * offtime = offtime * 8 / (1000 * nsecPerByte)
233 * maxidle = maxilde * (8.0 / nsecPerByte);
234 * offtime = offtime * (8.0 / nsecPerByte);
237 rmc_newclass(int pri, struct rm_ifdat *ifd, u_int32_t nsecPerByte, argument
247 if (nsecPerByte
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...]

Completed in 189 milliseconds