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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_priq.c225 if ((cl = pif->pif_classes[pri]) != NULL && !qempty(&cl->cl_q))
364 if (!qempty(&cl->cl_q))
367 if (q_is_rio(&cl->cl_q))
371 if (q_is_red(&cl->cl_q))
375 if (q_is_blue(&cl->cl_q))
378 if (q_is_sfb(&cl->cl_q) && cl->cl_sfb != NULL)
381 qtype(&cl->cl_q) = Q_DROPTAIL;
382 qstate(&cl->cl_q) = QS_RUNNING;
399 _qinit(&cl->cl_q, Q_DROPTAIL, qlimit);
447 qlimit(&cl->cl_q) * 1
[all...]
H A Dpktsched_tcq.c197 if ((cl = tif->tif_classes[pri]) != NULL && !qempty(&cl->cl_q))
336 if (!qempty(&cl->cl_q))
339 if (q_is_rio(&cl->cl_q))
343 if (q_is_red(&cl->cl_q))
347 if (q_is_blue(&cl->cl_q))
350 if (q_is_sfb(&cl->cl_q) && cl->cl_sfb != NULL)
353 qtype(&cl->cl_q) = Q_DROPTAIL;
354 qstate(&cl->cl_q) = QS_RUNNING;
371 _qinit(&cl->cl_q, Q_DROPTAIL, qlimit);
419 qlimit(&cl->cl_q) * 1
[all...]
H A Dpktsched_qfq.c489 _qinit(&cl->cl_q, Q_DROPTAIL, qlimit);
603 qlimit(&cl->cl_q) * 10/100,
604 qlimit(&cl->cl_q) * 30/100,
607 qtype(&cl->cl_q) = Q_RED;
615 qtype(&cl->cl_q) = Q_RIO;
623 qtype(&cl->cl_q) = Q_BLUE;
629 qlimit(&cl->cl_q), cl->cl_qflags);
631 qtype(&cl->cl_q) = Q_SFB;
683 if (q_is_rio(&cl->cl_q))
687 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 22 milliseconds