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

/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_priq.c226 if ((cl = pif->pif_classes[pri]) != NULL && !qempty(&cl->cl_q))
365 if (!qempty(&cl->cl_q))
368 if (q_is_rio(&cl->cl_q))
372 if (q_is_red(&cl->cl_q))
376 if (q_is_blue(&cl->cl_q))
379 if (q_is_sfb(&cl->cl_q) && cl->cl_sfb != NULL)
382 qtype(&cl->cl_q) = Q_DROPTAIL;
383 qstate(&cl->cl_q) = QS_RUNNING;
400 _qinit(&cl->cl_q, Q_DROPTAIL, qlimit);
448 qlimit(&cl->cl_q) * 1
[all...]
H A Dpktsched_tcq.c198 if ((cl = tif->tif_classes[pri]) != NULL && !qempty(&cl->cl_q))
337 if (!qempty(&cl->cl_q))
340 if (q_is_rio(&cl->cl_q))
344 if (q_is_red(&cl->cl_q))
348 if (q_is_blue(&cl->cl_q))
351 if (q_is_sfb(&cl->cl_q) && cl->cl_sfb != NULL)
354 qtype(&cl->cl_q) = Q_DROPTAIL;
355 qstate(&cl->cl_q) = QS_RUNNING;
372 _qinit(&cl->cl_q, Q_DROPTAIL, qlimit);
420 qlimit(&cl->cl_q) * 1
[all...]
H A Dpktsched_qfq.c490 _qinit(&cl->cl_q, Q_DROPTAIL, qlimit);
604 qlimit(&cl->cl_q) * 10/100,
605 qlimit(&cl->cl_q) * 30/100,
608 qtype(&cl->cl_q) = Q_RED;
616 qtype(&cl->cl_q) = Q_RIO;
624 qtype(&cl->cl_q) = Q_BLUE;
630 qlimit(&cl->cl_q), cl->cl_qflags);
632 qtype(&cl->cl_q) = Q_SFB;
684 if (q_is_rio(&cl->cl_q))
688 if (q_is_red(&cl->cl_q))
[all...]
H A Dpktsched_hfsc.c314 if (!qempty(&cl->cl_q))
441 _qinit(&cl->cl_q, Q_DROPTAIL, qlimit);
492 qlimit(&cl->cl_q) * 10/100,
493 qlimit(&cl->cl_q) * 30/100,
496 qtype(&cl->cl_q) = Q_RED;
504 qtype(&cl->cl_q) = Q_RIO;
512 qtype(&cl->cl_q) = Q_BLUE;
518 qlimit(&cl->cl_q), cl->cl_qflags);
520 qtype(&cl->cl_q) = Q_SFB;
602 qlimit(&cl->cl_q), c
[all...]
H A Dpktsched_priq.h124 class_queue_t cl_q; /* class queue structure */ member in struct:priq_class
H A Dpktsched_tcq.h96 class_queue_t cl_q; /* class queue structure */ member in struct:tcq_class
H A Dpktsched_qfq.h202 class_queue_t cl_q; /* class queue structure */ member in struct:qfq_class
H A Dpktsched_hfsc.h240 class_queue_t cl_q; /* class queue structure */ member in struct:hfsc_class

Completed in 82 milliseconds