Home
last modified time | relevance | path

Searched refs:sdbc_static_cache (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.c294 sdbc_static_cache = (_sd_cache_config.reserved1 & CFG_STATIC_CACHE);
H A Dsd_io.c137 if (sdbc_static_cache) { /* alloc all static cache memory here */ in _sdbc_dealloc_configure_dm()
241 if (sdbc_static_cache) { in _sdbc_dealloc_deconfigure_dm()
H A Dsd_bcache.h1063 extern int sdbc_static_cache;
H A Dsd_bcache.c276 int sdbc_static_cache = 1; variable