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

/illumos-gate/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++) {
72 for (i = 0; i < _SD_HB_LOCKS; i++) {
133 bucket->hb_lock = &_sd_hb_locks[i % _SD_HB_LOCKS];

Completed in 57 milliseconds