Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_hash.c124 if ((hash_table->ht_buckets = (_sd_hash_bucket_t *) in _sdbc_hash_configure()
131 bucket = (hash_table->ht_buckets + i); in _sdbc_hash_configure()
162 nsc_kmem_free(hash_table->ht_buckets, in _sdbc_hash_deconfigure()
205 bucket = (table->ht_buckets + i); in _sd_hash_search()
247 bucket = (table->ht_buckets + i); in _sd_hash_search()
300 bucket = (table->ht_buckets + i); in _sd_hash_insert()
387 bucket = (table->ht_buckets + i); in _sd_hash_delete()
464 bucket = (table->ht_buckets + i); in _sd_hash_replace()
H A Dsd_hash.h60 struct _sd_hash_bucket *ht_buckets; member
H A Dsd_ft.c701 bucket = (_sd_htable->ht_buckets + i); in _sd_hash_invalidate_cd()
/titanic_41/usr/src/cmd/svc/svcs/
H A Dsvcs.c217 static struct ht_elem **ht_buckets = NULL; variable
228 for (elem = ht_buckets[i]; elem != NULL; elem = next) { in ht_free()
235 free(ht_buckets); in ht_free()
237 ht_buckets = NULL; in ht_free()
243 assert(ht_buckets == NULL); in ht_init()
246 ht_buckets = safe_malloc(sizeof (*ht_buckets) * ht_buckets_num); in ht_init()
247 bzero(ht_buckets, sizeof (*ht_buckets) * ht_buckets_num); in ht_init()
291 for (elem = ht_buckets[i]; elem != NULL; elem = next) { in ht_grow()
304 free(ht_buckets); in ht_grow()
306 ht_buckets = new_ht_buckets; in ht_grow()
[all …]
/titanic_41/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt.h92 daplka_hash_bucket_t *ht_buckets; member
102 daplka_hash_table::ht_buckets
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1907 ht->ht_nmask, ht->ht_buckets); in display_hash_table()
1975 (uintptr_t)(_sd_htable.ht_buckets + i)) == -1) { in sdbc_hashtable()
1977 _sd_htable.ht_buckets + i); in sdbc_hashtable()
1982 display_hash_bucket(_sd_htable.ht_buckets + i, in sdbc_hashtable()
/titanic_41/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c9434 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()
9528 hbp = &htblp->ht_buckets[bucket]; in daplka_hash_insert()
9587 hbp = &htblp->ht_buckets[bucket]; in daplka_hash_remove()
9658 hbp = &htblp->ht_buckets[bucket]; in daplka_hash_walk()
9697 curr_hep = htblp->ht_buckets[bucket].hb_entries; in daplka_hash_lookup()
[all …]