Searched refs:hfsc_cl_size (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_hfsc.c164 static unsigned int hfsc_cl_size; /* size of zone element */ variable
187 hfsc_cl_size = sizeof (struct hfsc_class);
188 hfsc_cl_zone = zinit(hfsc_cl_size, HFSC_CL_ZONE_MAX * hfsc_cl_size,
431 bzero(cl, hfsc_cl_size);

Completed in 16 milliseconds