Searched refs:_sd_ccent_sync (Results 1 – 1 of 1) sorted by relevance
339 static _sd_cctl_sync_t *_sd_ccent_sync; variable846 _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 …]