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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.c592 while (p->cl_siblings != NULL)
593 p = p->cl_siblings;
594 p->cl_siblings = cl;
678 cl->cl_parent->cl_children = cl->cl_siblings;
680 if (p->cl_siblings == cl) {
681 p->cl_siblings = cl->cl_siblings;
684 } while ((p = p->cl_siblings) != NULL);
745 else if (cl->cl_siblings != NULL)
746 cl = cl->cl_siblings;
[all...]
H A Dpktsched_hfsc.h237 struct hfsc_class *cl_siblings; /* sibling classes */ member in struct:hfsc_class

Completed in 13 milliseconds