Searched refs:ncaches (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | cpu_prop_update.c | 130 add_cache_props(picl_nodehdl_t node, mde_cookie_t *cachelistp, int ncaches) in add_cache_props() argument 140 for (i = 0; i < ncaches; i++) { in add_cache_props() 282 int ncpus, ncaches, ntlbs; in add_cpu_prop() local 356 ncaches = md_scan_dag(mdp, cpulistp[x], in add_cpu_prop() 361 add_cache_props(node, cachelistp, ncaches); in add_cpu_prop()
|
/titanic_41/usr/src/cmd/sa/ |
H A D | sadc.c | 73 static int ncaches; variable 368 ncpus = ncaches = 0; in all_stat_init() 373 ncaches++; in all_stat_init() 377 safe_zalloc((void **)&kmem_cache_list, ncaches * sizeof (kstat_t *), 1); in all_stat_init() 379 ncpus = ncaches = 0; in all_stat_init() 386 kmem_cache_list[ncaches++] = ksp; in all_stat_init() 392 if (ncaches == 0) in all_stat_init() 470 for (i = 0; i < ncaches; i++) { in all_stat_load()
|
/titanic_41/usr/src/lib/libumem/sparc/ |
H A D | umem_genasm.c | 40 umem_genasm(int *alloc_sizes, umem_cache_t **caches, int ncaches) in umem_genasm() argument
|
/titanic_41/usr/src/lib/libumem/i386/ |
H A D | umem_genasm.c | 540 umem_genasm(int *alloc_sizes, umem_cache_t **caches, int ncaches) in umem_genasm() argument 565 if (ncaches < nents) in umem_genasm() 566 nents = ncaches; in umem_genasm()
|
/titanic_41/usr/src/uts/sun4v/os/ |
H A D | fillsysinfo.c | 964 int ncaches, i; in get_l2_cache_info() local 967 ncaches = md_alloc_scan_dag(mdp, cpu_node_cookie, "cache", in get_l2_cache_info() 972 if (ncaches < 1) { in get_l2_cache_info() 976 for (i = 0; i < ncaches; i++) { in get_l2_cache_info()
|