HomeSort by: relevance | last modified time | path
    Searched refs:cl_siblings (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_hfsc.c 530 while (p->cl_siblings != NULL)
531 p = p->cl_siblings;
532 p->cl_siblings = cl;
591 cl->cl_parent->cl_children = cl->cl_siblings;
593 if (p->cl_siblings == cl) {
594 p->cl_siblings = cl->cl_siblings;
597 } while ((p = p->cl_siblings) != NULL);
651 else if (cl->cl_siblings != NULL)
652 cl = cl->cl_siblings;
    [all...]
altq_hfsc.h 239 struct hfsc_class *cl_siblings; /* sibling classes */ member in struct:hfsc_class

Completed in 12 milliseconds