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

/macosx-10.9.5/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_hfsc.h103 #define HFCF_RSC 0x10000 /* has realtime sc */ macro
H A Dpktsched_hfsc.c536 cl->cl_flags |= HFCF_RSC;
603 if (cl->cl_flags & HFCF_RSC) {
849 if (cl->cl_flags & HFCF_RSC)
908 if (cl->cl_flags & HFCF_RSC) {
1119 if ((cl->cl_flags & HFCF_RSC) && sc2isc(cl, sc, isc, eff_rate)) {
1180 if (cl->cl_flags & HFCF_RSC)
1191 if (cl->cl_flags & HFCF_RSC)
1915 if (cl->cl_flags & HFCF_RSC) {

Completed in 161 milliseconds