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

/darwin-on-arm/xnu/tools/tests/affinity/
H A Dsets.c291 int llc; local
313 for (llc = MAX_CACHE_DEPTH - 1; llc > 0; llc--)
314 if (cacheconfig[llc] != 0)
321 *nbufs = cachesize[llc] * 9 / (npages * 4096 * 10);
324 llc, cachesize[llc], *nbufs, (npages * 4096));
329 *nsets = cacheconfig[0]/cacheconfig[llc];
331 cacheconfig[0], cacheconfig[llc], ll
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dif_llc.h71 struct llc { struct
H A Dif_bridge.c480 struct ether_header *, int, struct llc *);
4714 struct llc llc1;
4744 struct llc *llc2 = (struct llc *)(eh1 + 1);
4792 m_copydata(*mp, 0, sizeof (struct llc), (caddr_t)&llc1);
4793 m_adj(*mp, sizeof (struct llc));
4967 M_PREPEND(*mp, sizeof (struct llc), M_DONTWAIT);
4970 bcopy(&llc1, mtod(*mp, caddr_t), sizeof (struct llc));
5151 int snap, struct llc *llc)
5150 bridge_fragment(struct ifnet *ifp, struct mbuf *m, struct ether_header *eh, int snap, struct llc *llc) argument
[all...]

Completed in 82 milliseconds