Searched refs:int_hash (Results 1 – 2 of 2) sorted by relevance
41 (ip->int_hash = dt_zalloc(dtp, sizeof (void *) * len)) == NULL) { in dt_inttab_create()62 dt_free(ip->int_hdl, ip->int_hash); in dt_inttab_destroy()73 for (hp = ip->int_hash[h]; hp != NULL; hp = hp->inh_hash) { in dt_inttab_insert()82 hp->inh_hash = ip->int_hash[h]; in dt_inttab_insert()88 ip->int_hash[h] = hp; in dt_inttab_insert()
46 dt_inthash_t **int_hash; /* array of hash buckets */ member