Searched refs:ncaches (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libumem/sparc/
H A Dumem_genasm.c40 umem_genasm(int *alloc_sizes, umem_cache_t **caches, int ncaches) argument
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c130 add_cache_props(picl_nodehdl_t node, mde_cookie_t *cachelistp, int ncaches) argument
140 for (i = 0; i < ncaches; i++) {
282 int ncpus, ncaches, ntlbs; local
356 ncaches = md_scan_dag(mdp, cpulistp[x],
361 add_cache_props(node, cachelistp, ncaches);
/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c73 static int ncaches; variable
368 ncpus = ncaches = 0;
373 ncaches++;
377 safe_zalloc((void **)&kmem_cache_list, ncaches * sizeof (kstat_t *), 1);
379 ncpus = ncaches = 0;
386 kmem_cache_list[ncaches++] = ksp;
392 if (ncaches == 0)
470 for (i = 0; i < ncaches; i++) {
/illumos-gate/usr/src/lib/libumem/i386/
H A Dumem_genasm.c540 umem_genasm(int *alloc_sizes, umem_cache_t **caches, int ncaches) argument
565 if (ncaches < nents)
566 nents = ncaches;
/illumos-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c229 * The "cache" node is optional in MD, therefore ncaches can be 0.
964 int ncaches, i; local
967 ncaches = md_alloc_scan_dag(mdp, cpu_node_cookie, "cache",
970 * The "cache" node is optional in MD, therefore ncaches can be 0.
972 if (ncaches < 1) {
976 for (i = 0; i < ncaches; i++) {

Completed in 71 milliseconds