Searched refs:cl_head (Results 1 – 2 of 2) sorted by relevance
339 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 …]
108 fairq_bucket_t *cl_head; /* head of circular bucket list */ member