Searched refs:get_hval (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | htable.c | 712 hval = VALID_HVAL(tab->c->get_hval(p, 0, &flags)); in htab_add() 792 hval = VALID_HVAL(tab->c->get_hval(p, i, &flags)); in htab_add() 862 hval = VALID_HVAL(tab->c->get_hval(p, 0, &flags)); in htab_remove() 907 hval = VALID_HVAL(tab->c->get_hval( in htab_remove() 987 hval = VALID_HVAL(tab->c->get_hval(p, 0, &flags)); in htab_lookup() 1023 hval = VALID_HVAL(tab->c->get_hval(zhizi, 0, &flags)); in htab_lookup()
|
H A D | isns_cache.h | 54 uint32_t (*get_hval)(void *, uint16_t, uint32_t *); member
|
H A D | cache.c | 94 imc->get_hval = obj_hval; in cache_init()
|