Searched refs:cl_actc (Results 1 – 2 of 2) sorted by relevance
411 cl->cl_actc = actlist_alloc(); in hfsc_class_create() 412 if (cl->cl_actc == NULL) in hfsc_class_create() 540 if (cl->cl_actc != NULL) in hfsc_class_create() 541 actlist_destroy(cl->cl_actc); in hfsc_class_create() 610 actlist_destroy(cl->cl_actc); in hfsc_class_destroy() 983 max_cl = actlist_last(cl->cl_parent->cl_actc); in init_vf() 1148 if (TAILQ_EMPTY(cl->cl_actc)) { in update_cfmin() 1153 TAILQ_FOREACH(p, cl->cl_actc, cl_actlist) { in update_cfmin() 1297 if ((p = TAILQ_LAST(cl->cl_parent->cl_actc, _active)) == NULL in actlist_insert() 1299 TAILQ_INSERT_TAIL(cl->cl_parent->cl_actc, c in actlist_insert() [all...]
281 actlist_t *cl_actc; /* active children list */ member