Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c128 add_cache_props(picl_nodehdl_t node, mde_cookie_t *cachelistp, int ncaches) in add_cache_props() argument
138 for (i = 0; i < ncaches; i++) { in add_cache_props()
280 int ncpus, ncaches, ntlbs; in add_cpu_prop() local
354 ncaches = md_scan_dag(mdp, cpulistp[x], in add_cpu_prop()
359 add_cache_props(node, cachelistp, ncaches); in add_cpu_prop()
/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c73 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()
/illumos-gate/usr/src/lib/libumem/sparc/
H A Dumem_genasm.c39 umem_genasm(int *alloc_sizes, umem_cache_t **caches, int ncaches) in umem_genasm() argument
/illumos-gate/usr/src/lib/libumem/i386/
H A Dumem_genasm.c545 umem_genasm(int *alloc_sizes, umem_cache_t **caches, int ncaches) in umem_genasm() argument
608 if (ncaches < nents) in umem_genasm()
609 nents = ncaches; in umem_genasm()
/illumos-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c964 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()