Home
last modified time | relevance | path

Searched refs:cl_head (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_fairq.c339 if (cl->cl_head) in fairq_class_create()
363 cl->cl_head = NULL; in fairq_class_create()
439 if (cl->cl_head) in fairq_class_destroy()
620 if (cl->cl_head) in fairq_addq()
621 b = cl->cl_head->prev; in fairq_addq()
639 cl->cl_head = b; in fairq_addq()
643 b->next = cl->cl_head; in fairq_addq()
651 cl->cl_head = b; in fairq_addq()
806 cl->cl_head = NULL; in fairq_selectq()
867 if (cl->cl_head) { in get_class_stats()
[all …]
H A Daltq_fairq.h108 fairq_bucket_t *cl_head; /* head of circular bucket list */ member