Lines Matching refs:ih_buckets
106 if ((ihp->ih_buckets = ipmi_zalloc(hp,
119 ipmi_free(ihp->ih_handle, ihp->ih_buckets);
195 while ((link = ihp->ih_buckets[idx]) != NULL) {
203 ihp->ih_buckets[idx] = link->ihl_next;
212 ipmi_free(hp, ihp->ih_buckets);
213 ihp->ih_buckets = nbuckets;
222 for (hl = ihp->ih_buckets[idx]; hl != NULL; hl = hl->ihl_next) {
262 link->ihl_next = ihp->ih_buckets[idx];
263 ihp->ih_buckets[idx] = link;
276 ipmi_hash_link_t **hlp = &ihp->ih_buckets[idx];