Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_hash.c44 #define _SD_HB_LOCKS 32 macro
45 static kmutex_t _sd_hb_locks[_SD_HB_LOCKS];
57 for (i = 0; i < _SD_HB_LOCKS; i++) { in _sdbc_hash_load()
72 for (i = 0; i < _SD_HB_LOCKS; i++) { in _sdbc_hash_unload()
133 bucket->hb_lock = &_sd_hb_locks[i % _SD_HB_LOCKS]; in _sdbc_hash_configure()