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

/macosx-10.5.8/xnu-1228.15.4/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...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_fddisubr.c202 struct llc *l;
219 l = mtod(m, struct llc *);
246 register struct llc *l = mtod(m, struct llc *);
314 register struct llc *l;
315 M_PREPEND(m, sizeof (struct llc), M_DONTWAIT);
318 l = mtod(m, struct llc *);
401 register struct llc *l;
434 l = mtod(m, struct llc *);
569 printf("llc packe
[all...]
H A Dif_llc.h75 struct llc { struct

Completed in 26 milliseconds