Home
last modified time | relevance | path

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

/xnu-10002.1.13/tools/tests/affinity/
H A Dsets.c287 int llc; in auto_config() local
309 for (llc = MAX_CACHE_DEPTH - 1; llc > 0; llc--) { in auto_config()
310 if (cacheconfig[llc] != 0) { in auto_config()
319 *nbufs = cachesize[llc] * 9 / (npages * 4096 * 10); in auto_config()
322 llc, cachesize[llc], *nbufs, (npages * 4096)); in auto_config()
327 *nsets = cacheconfig[0] / cacheconfig[llc]; in auto_config()
329 cacheconfig[0], cacheconfig[llc], llc, *nsets); in auto_config()
/xnu-10002.1.13/bsd/net/
H A Dif_llc.h72 struct llc { struct
H A Dif_bridge.c9177 struct llc llc1;
9202 struct llc *llc2 = (struct llc *)(eh1 + 1);
9248 m_copydata(*mp, 0, sizeof(struct llc), (caddr_t)&llc1);
9249 m_adj(*mp, sizeof(struct llc));
9346 M_PREPEND(*mp, sizeof(struct llc), M_DONTWAIT, 0);
9350 bcopy(&llc1, mtod(*mp, caddr_t), sizeof(struct llc));