Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.c68 nsc_mem_t *sdbc_local_mem, *sdbc_stats_mem, *sdbc_cache_mem; variable
120 sdbc_local_mem = nsc_register_mem("sdbc:local", NSC_MEM_LOCAL, 0); in _sdbc_memtype_configure()
146 if (sdbc_local_mem) in _sdbc_memtype_deconfigure()
147 nsc_unregister_mem(sdbc_local_mem); in _sdbc_memtype_deconfigure()
152 sdbc_local_mem = sdbc_stats_mem = sdbc_cache_mem = NULL; in _sdbc_memtype_deconfigure()
742 KM_SLEEP, sdbc_local_mem)) == NULL) {
H A Dsd_conf.h66 extern nsc_mem_t *sdbc_local_mem, *sdbc_stats_mem, *sdbc_cache_mem;
H A Dsd_trace.c155 lk = nsc_kmem_zalloc(sizeof (kmutex_t), KM_NOSLEEP, sdbc_local_mem); in _sdbc_tr_configure()
H A Dsd_tdaemon.c1030 caddr = (caddr_t)nsc_kmem_alloc(20 * 8192, KM_SLEEP, sdbc_local_mem); in _sd_direct_test()
H A Dsd_bcache.c848 KM_SLEEP, sdbc_local_mem); in _sdbc_mem_configure()