Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c339 static _sd_cctl_sync_t *_sd_ccent_sync; variable
846 _sd_ccent_sync = (_sd_cctl_sync_t *) in _sdbc_mem_configure()
850 if (_sd_ccent_sync == NULL) { in _sdbc_mem_configure()
856 mutex_init(&_sd_ccent_sync[i]._cc_lock, NULL, MUTEX_DRIVER, in _sdbc_mem_configure()
858 cv_init(&_sd_ccent_sync[i]._cc_blkcv, NULL, CV_DRIVER, NULL); in _sdbc_mem_configure()
872 centry->cc_sync = &_sd_ccent_sync[blk % _sd_ccsync_cnt]; in _sdbc_mem_configure()
1166 if (_sd_ccent_sync) { in _sdbc_mem_deconfigure()
1168 mutex_destroy(&_sd_ccent_sync[i]._cc_lock); in _sdbc_mem_deconfigure()
1169 cv_destroy(&_sd_ccent_sync[i]._cc_blkcv); in _sdbc_mem_deconfigure()
1171 nsc_kmem_free(_sd_ccent_sync, in _sdbc_mem_deconfigure()
[all …]