Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt.h89 uint64_t ht_next_hkey; member
100 daplka_hash_table::ht_next_hkey))
/titanic_50/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c9451 htblp->ht_next_hkey = (uint64_t)gethrtime(); in daplka_hash_create()
9508 hkey = ++htblp->ht_next_hkey; in daplka_hash_insert()
9510 hkey = htblp->ht_next_hkey = (uint64_t)gethrtime(); in daplka_hash_insert()