Home
last modified time | relevance | path

Searched refs:ncache (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/
H A Ddevfm_machdep.c368 uint32_t ncache; in fm_populate_cache() local
372 err = cmi_cache_ncaches(hdl, &ncache); in fm_populate_cache()
381 if (ncache == 0) { in fm_populate_cache()
383 } else if (ncache > FM_MAX_CACHES) { in fm_populate_cache()
388 for (uint32_t i = 0; i < ncache; i++) { in fm_populate_cache()
432 fnvlist_add_nvlist_array(nvl, buf, caches, (uint_t)ncache); in fm_populate_cache()
436 for (uint32_t i = 0; i < ncache; i++) { in fm_populate_cache()
/illumos-gate/usr/src/uts/common/sys/
H A Ddnlc.h78 typedef struct ncache { struct
79 struct ncache *hash_next; /* hash chain, MUST BE FIRST */ argument
80 struct ncache *hash_prev; argument
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_open.c100 db_pgno_t ncache; local
287 ncache = (b.cachesize + t->bt_psize - 1) / t->bt_psize;
308 mpool_open(NULL, t->bt_fd, t->bt_psize, ncache)) == NULL)
/illumos-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c219 int ncache, ncpu; in setup_chip_mappings() local
225 ncache = md_alloc_scan_dag(mdp, md_root_node(mdp), "cache", in setup_chip_mappings()
231 if (ncache < 1) { in setup_chip_mappings()
235 for (i = 0; i < ncache; i++) { in setup_chip_mappings()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c714 ntv_ncache(cmi_hdl_impl_t *hdl, uint32_t *ncache) in ntv_ncache() argument
716 int ret = cpuid_getncaches(HDLPRIV(hdl), ncache); in ntv_ncache()
1048 xpv_ncache(cmi_hdl_impl_t *hdl, uint32_t *ncache) in xpv_ncache() argument
2045 cmi_cache_ncaches(cmi_hdl_t hdl, uint32_t *ncache) in cmi_cache_ncaches() argument
2047 return (HDLOPS(IMPLHDL(hdl))->cmio_ncache(IMPLHDL(hdl), ncache)); in cmi_cache_ncaches()
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1611 static struct ncache { struct
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c3275 kmem_cache_t *ncache, *ocache; in arc_hdr_realloc_crypt() local
3285 ncache = hdr_full_crypt_cache; in arc_hdr_realloc_crypt()
3288 ncache = hdr_full_cache; in arc_hdr_realloc_crypt()
3292 nhdr = kmem_cache_alloc(ncache, KM_PUSHPAGE); in arc_hdr_realloc_crypt()
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c8180 cpuid_getncaches(struct cpu *cpu, uint32_t *ncache) in cpuid_getncaches() argument
8191 *ncache = cpi->cpi_cache_leaf_size; in cpuid_getncaches()