Searched refs:sdbc_local_mem (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_conf.c | 68 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 D | sd_conf.h | 66 extern nsc_mem_t *sdbc_local_mem, *sdbc_stats_mem, *sdbc_cache_mem;
|
H A D | sd_trace.c | 155 lk = nsc_kmem_zalloc(sizeof (kmutex_t), KM_NOSLEEP, sdbc_local_mem); in _sdbc_tr_configure()
|
H A D | sd_tdaemon.c | 1030 caddr = (caddr_t)nsc_kmem_alloc(20 * 8192, KM_SLEEP, sdbc_local_mem); in _sd_direct_test()
|
H A D | sd_bcache.c | 848 KM_SLEEP, sdbc_local_mem); in _sdbc_mem_configure()
|