Home
last modified time | relevance | path

Searched refs:cblocks (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c361 static int _sdbc_stats_configure(int cblocks);
364 static int _sdbc_mem_configure(int cblocks, spcs_s_info_t kstatus);
365 static void _sdbc_mem_deconfigure(int cblocks);
458 _sdbc_cache_configure(int cblocks, spcs_s_info_t kstatus) in _sdbc_cache_configure() argument
460 CBLOCKS = cblocks; in _sdbc_cache_configure()
466 if (_sdbc_stats_configure(cblocks)) in _sdbc_cache_configure()
478 if (_sdbc_mem_configure(cblocks, kstatus)) in _sdbc_cache_configure()
629 _sdbc_stats_configure(int cblocks) in _sdbc_stats_configure() argument
635 _sd_cache_stats->st_cachesize = cblocks * BLK_SIZE(1); in _sdbc_stats_configure()
636 _sd_cache_stats->st_numblocks = cblocks; in _sdbc_stats_configure()
[all …]
H A Dsd_bcache.h1075 extern int _sdbc_cache_configure(int cblocks, spcs_s_info_t kstatus);