Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c9423 daplka_hash_create(daplka_hash_table_t *htblp, uint_t nbuckets, in daplka_hash_create() argument
9432 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*htblp)) in daplka_hash_create()
9434 htblp->ht_buckets = in daplka_hash_create()
9437 if (htblp->ht_buckets == NULL) { in daplka_hash_create()
9442 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(htblp->ht_buckets[i])) in daplka_hash_create()
9443 htblp->ht_buckets[i].hb_count = 0; in daplka_hash_create()
9444 htblp->ht_buckets[i].hb_entries = NULL; in daplka_hash_create()
9445 _NOTE(NOW_VISIBLE_TO_OTHER_THREADS(htblp->ht_buckets[i])) in daplka_hash_create()
9447 rw_init(&htblp->ht_table_lock, NULL, RW_DRIVER, NULL); in daplka_hash_create()
9448 mutex_init(&htblp->ht_key_lock, NULL, MUTEX_DRIVER, NULL); in daplka_hash_create()
[all …]