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

/macosx-10.10.1/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_fairq.h165 u_int64_t cl_bandwidth; member in struct:fairq_class
H A Dpktsched_fairq.c460 cl->cl_bandwidth = bandwidth / 8; /* cvt to bytes per second */
785 scale = cl->cl_bw_current * 100 / cl->cl_bandwidth;
1018 if (bw > cl->cl_bandwidth)
1023 bw, cl->cl_bandwidth, *hit_limit,

Completed in 160 milliseconds