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

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_hash.c98 shp->sh_compute = compute;
147 return (shp->sh_compute(shp->sh_convert(elem)) % shp->sh_nbuckets);
199 ulong_t idx = shp->sh_compute(search) % shp->sh_nbuckets;
H A Dshadow_impl.h78 ulong_t (*sh_compute)(const void *); /* hash computing function */ member in struct:shadow_hash

Completed in 34 milliseconds