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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.c158 static unsigned int hfsc_size; /* size of zone element */ variable
177 hfsc_size = sizeof (struct hfsc_if);
178 hfsc_zone = zinit(hfsc_size, HFSC_ZONE_MAX * hfsc_size,
207 bzero(hif, hfsc_size);

Completed in 24 milliseconds