Searched refs:cblocks (Results 1 – 2 of 2) sorted by relevance
361 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() argument460 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() argument635 _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 …]
1075 extern int _sdbc_cache_configure(int cblocks, spcs_s_info_t kstatus);