Home
last modified time | relevance | path

Searched refs:hfsc_rtsc_init (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/net/
Dhfsc.c241 void hfsc_rtsc_init(struct hfsc_runtime_sc *,
647 hfsc_rtsc_init(&cl->cl_deadline, cl->cl_rsc, 0, 0); in hfsc_class_create()
648 hfsc_rtsc_init(&cl->cl_eligible, cl->cl_rsc, 0, 0); in hfsc_class_create()
653 hfsc_rtsc_init(&cl->cl_virtual, cl->cl_fsc, 0, 0); in hfsc_class_create()
658 hfsc_rtsc_init(&cl->cl_ulimit, cl->cl_usc, 0, 0); in hfsc_class_create()
1521 hfsc_rtsc_init(struct hfsc_runtime_sc *rtsc, struct hfsc_internal_sc * isc, in hfsc_rtsc_init() function