OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cl_actc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_hfsc.c
411
cl->
cl_actc
= actlist_alloc();
412
if (cl->
cl_actc
== NULL)
540
if (cl->
cl_actc
!= NULL)
541
actlist_destroy(cl->
cl_actc
);
610
actlist_destroy(cl->
cl_actc
);
983
max_cl = actlist_last(cl->cl_parent->
cl_actc
);
1148
if (TAILQ_EMPTY(cl->
cl_actc
)) {
1153
TAILQ_FOREACH(p, cl->
cl_actc
, cl_actlist) {
1297
if ((p = TAILQ_LAST(cl->cl_parent->
cl_actc
, _active)) == NULL
1299
TAILQ_INSERT_TAIL(cl->cl_parent->
cl_actc
, cl, cl_actlist)
[
all
...]
altq_hfsc.h
281
actlist_t *
cl_actc
; /* active children list */
member in struct:hfsc_class
Completed in 13 milliseconds
Indexes created Mon Oct 06 15:09:44 GMT 2025