Searched refs:ih_compute (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_hash.c103 ihp->ih_compute = compute;
166 return (ihp->ih_compute(ihp->ih_convert(elem)) % ihp->ih_nbuckets);
219 ulong_t idx = ihp->ih_compute(search) % ihp->ih_nbuckets;
H A Dipmi_impl.h55 ulong_t (*ih_compute)(const void *); /* hash computing function */ member in struct:ipmi_hash

Completed in 45 milliseconds