Searched defs:ecache (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/ |
H A D | pkgserv.c | 193 static umem_cache_t *ecache; variable 327 ecache = umem_cache_create("entry", sizeof (pkgentry_t), 630 p = umem_cache_alloc(ecache, UMEM_NOFAIL); 1020 umem_cache_free(ecache, p); 1042 umem_cache_free(ecache, new);
|
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | ri_init.c | 70 #define CPU_INFO_FMT "cpuid=%s speed=%d ecache=%d" 260 * Best effort attempt to read cpu ecache sizes from 405 #define PROP_ECACHE_SIZE "ecache-size" 416 * The ecache sizes for individual cpus are read from the 418 * from the cfgadm_sbd cpu attachment point ecache info, 478 * Libdevinfo node walk callback for reading ecache size 486 int *cpuid, *ecache; local 525 if (prop_lookup_int(node, ph, PROP_ECACHE_SIZE, &ecache) == 0 || 526 prop_lookup_int(node, ph, PROP_L3_CACHE_SIZE, &ecache) == 0 || 527 prop_lookup_int(node, ph, PROP_L2_CACHE_SIZE, &ecache) 842 int speed, ecache; local 945 int speed, ecache, rv = 0; local [all...] |
Completed in 94 milliseconds