Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hash.c97 #define DAPL_DOHASH(key, hashsize) ((uint64_t)((key) % (hashsize))) macro
107 &((p_table)->table)[DAPL_DOHASH(in_key, (p_table)->tbl_size)]; \
224 hashValue = DAPL_DOHASH(key, p_table->tbl_size); in dapli_hash_add()
523 hashValue = DAPL_DOHASH(key, p_table->tbl_size); in dapls_hash_remove()