OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cl_rsc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_hfsc.c
466
cl->
cl_rsc
= malloc(sizeof(struct internal_sc), M_DEVBUF,
468
if (cl->
cl_rsc
== NULL)
470
sc2isc(rsc, cl->
cl_rsc
);
471
rtsc_init(&cl->cl_deadline, cl->
cl_rsc
, 0, 0);
472
rtsc_init(&cl->cl_eligible, cl->
cl_rsc
, 0, 0);
554
if (cl->
cl_rsc
!= NULL)
555
free(cl->
cl_rsc
, M_DEVBUF);
632
if (cl->
cl_rsc
!= NULL)
633
free(cl->
cl_rsc
, M_DEVBUF);
755
if (cl->
cl_rsc
!= NULL
[
all
...]
altq_hfsc.h
270
struct internal_sc *
cl_rsc
; /* internal real-time service curve */
member in struct:hfsc_class
Completed in 12 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025