Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt.h87 uint32_t ht_count; member
103 daplka_hash_table::ht_count))
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c9450 htblp->ht_count = 0; in daplka_hash_create()
9547 htblp->ht_count++; in daplka_hash_insert()
9610 htblp->ht_count--; in daplka_hash_remove()
9613 (longlong_t)hkey, bucket, hbp->hb_count, htblp->ht_count); in daplka_hash_remove()
9765 ASSERT(total == htblp->ht_count); in daplka_hash_destroy()
9789 htblp->ht_count = 0; in daplka_hash_destroy()
9819 sz = htblp->ht_count; in daplka_hash_getsize()