Searched refs:cl_parent (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.c527 cl->cl_parent = parent;
601 (cl->cl_parent != NULL) ? cl->cl_parent->cl_handle : 0,
672 if (cl->cl_parent == NULL) {
675 struct hfsc_class *p = cl->cl_parent->cl_children;
678 cl->cl_parent->cl_children = cl->cl_siblings;
748 while ((cl = cl->cl_parent) != NULL)
878 if (cl->cl_parent->cl_cvtmin < cl->cl_vt)
879 cl->cl_parent->cl_cvtmin = cl->cl_vt;
1247 for (; cl->cl_parent !
[all...]
H A Dpktsched_hfsc.h236 struct hfsc_class *cl_parent; /* parent class */ member in struct:hfsc_class

Completed in 22 milliseconds