Searched refs:cl_hif (Results 1 – 2 of 2) sorted by relevance
477 cl->cl_hif = hif; in hfsc_class_create()566 IFQ_LOCK(cl->cl_hif->hif_ifq); in hfsc_class_destroy()587 cl->cl_hif->hif_class_tbl[cl->cl_slot] = NULL; in hfsc_class_destroy()588 cl->cl_hif->hif_classes--; in hfsc_class_destroy()589 IFQ_UNLOCK(cl->cl_hif->hif_ifq); in hfsc_class_destroy()607 IFQ_LOCK(cl->cl_hif->hif_ifq); in hfsc_class_destroy()608 if (cl == cl->cl_hif->hif_rootclass) in hfsc_class_destroy()609 cl->cl_hif->hif_rootclass = NULL; in hfsc_class_destroy()610 if (cl == cl->cl_hif->hif_defaultclass) in hfsc_class_destroy()611 cl->cl_hif->hif_defaultclass = NULL; in hfsc_class_destroy()[all …]
217 struct hfsc_if *cl_hif; /* back pointer to struct hfsc_if */ member