Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_hash.h48 extern refhash_t *refhash_create(uint_t, refhash_hash_f, refhash_cmp_f,
/titanic_44/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_hash.c37 refhash_create(uint_t bucket_count, refhash_hash_f hash, in refhash_create() function
H A Dmptsas.c1374 mpt->m_targets = refhash_create(MPTSAS_TARGET_BUCKET_COUNT, in mptsas_attach()
1385 mpt->m_tmp_targets = refhash_create(MPTSAS_TMP_TARGET_BUCKET_COUNT, in mptsas_attach()
2292 mpt->m_smp_targets = refhash_create(MPTSAS_SMP_BUCKET_COUNT, in mptsas_smp_setup()