Home
last modified time | relevance | path

Searched refs:cl_q (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_priq.c280 if (!qempty(cl->cl_q)) in priq_class_create()
304 if (cl->cl_q == NULL) in priq_class_create()
315 qlen(cl->cl_q) = 0; in priq_class_create()
316 qsize(cl->cl_q) = 0; in priq_class_create()
385 if (cl->cl_q != NULL) in priq_class_create()
405 if (!qempty(cl->cl_q)) in priq_class_destroy()
533 if (q_is_rio(cl->cl_q)) in priq_addq()
538 if (q_is_red(cl->cl_q)) in priq_addq()
545 if (qlen(cl->cl_q) >= qlimit(cl->cl_q)) { in priq_addq()
553 _addq(cl->cl_q, m); in priq_addq()
[all …]
H A Daltq_hfsc.c347 if (!qempty(cl->cl_q)) in hfsc_purge()
386 if (cl->cl_q == NULL) in hfsc_class_create()
395 qlen(cl->cl_q) = 0; in hfsc_class_create()
396 qsize(cl->cl_q) = 0; in hfsc_class_create()
548 if (cl->cl_q != NULL) in hfsc_class_create()
568 if (!qempty(cl->cl_q)) in hfsc_class_destroy()
813 if (q_is_rio(cl->cl_q)) in hfsc_addq()
818 if (q_is_red(cl->cl_q)) in hfsc_addq()
825 if (qlen(cl->cl_q) >= qlimit(cl->cl_q)) { in hfsc_addq()
833 _addq(cl->cl_q, m); in hfsc_addq()
[all …]
H A Daltq_codel.c111 if (cif->cl_q == NULL) { in codel_add_altq()
118 qlimit(cif->cl_q) = a->qlimit; in codel_add_altq()
119 qtype(cif->cl_q) = Q_CODEL; in codel_add_altq()
120 qlen(cif->cl_q) = 0; in codel_add_altq()
121 qsize(cif->cl_q) = 0; in codel_add_altq()
132 cif->cl_stats.qlength = qlen(cif->cl_q); in codel_add_altq()
150 if (cif->cl_q) in codel_remove_altq()
151 free(cif->cl_q, M_DEVBUF); in codel_remove_altq()
193 if (qempty(cif->cl_q)) in codel_request()
247 return (qhead(cif->cl_q)); in codel_dequeue()
[all …]
H A Daltq_priq.h81 class_queue_t *cl_q; /* class queue structure */ member
H A Daltq_codel.h120 class_queue_t *cl_q; /* class queue structure */ member
H A Daltq_hfsc.h225 class_queue_t *cl_q; /* class queue structure */ member