Home
last modified time | relevance | path

Searched refs:dtah_size (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c475 hash->dtah_size = DTRACE_AHASHSIZE; in dt_aggregate_snap_cpu()
476 size = hash->dtah_size * sizeof (dt_ahashent_t *); in dt_aggregate_snap_cpu()
542 ndx = hashval % hash->dtah_size; in dt_aggregate_snap_cpu()
1201 size_t ndx = h->dtahe_hashval % hash->dtah_size; in dt_aggwalk_rval()
2190 hash->dtah_size = 0; in dt_aggregate_destroy()
H A Ddt_impl.h166 size_t dtah_size; /* size of hash table */ member