Searched refs:cl_head (Results 1 – 2 of 2) sorted by relevance
296 if ((cl = pif->pif_classes[pri]) != NULL && cl->cl_head) in fairq_purge()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()638 if (cl->cl_head == NULL) { in fairq_addq()639 cl->cl_head = b; in fairq_addq()643 b->next = cl->cl_head; in fairq_addq()644 b->prev = cl->cl_head->prev; in fairq_addq()[all …]
107 fairq_bucket_t *cl_head; /* head of circular bucket list */ member