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

/xnu-2422.115.4/tools/tests/affinity/
H A Dsets.c292 int llc; local
314 for (llc = MAX_CACHE_DEPTH - 1; llc > 0; llc--)
315 if (cacheconfig[llc] != 0)
322 *nbufs = cachesize[llc] * 9 / (npages * 4096 * 10);
325 llc, cachesize[llc], *nbufs, (npages * 4096));
330 *nsets = cacheconfig[0]/cacheconfig[llc];
332 cacheconfig[0], cacheconfig[llc], ll
[all...]
/xnu-2422.115.4/bsd/net/
H A Dif_llc.h71 struct llc { struct
H A Dif_bridge.c525 struct ether_header *, int, struct llc *);
5129 struct llc llc1;
5159 struct llc *llc2 = (struct llc *)(eh1 + 1);
5207 m_copydata(*mp, 0, sizeof (struct llc), (caddr_t)&llc1);
5208 m_adj(*mp, sizeof (struct llc));
5382 M_PREPEND(*mp, sizeof (struct llc), M_DONTWAIT);
5385 bcopy(&llc1, mtod(*mp, caddr_t), sizeof (struct llc));
5565 int snap, struct llc *llc)
5564 bridge_fragment(struct ifnet *ifp, struct mbuf *m, struct ether_header *eh, int snap, struct llc *llc) argument
[all...]

Completed in 37 milliseconds