Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c491 hash->dtah_size = DTRACE_AHASHSIZE;
492 size = hash->dtah_size * sizeof (dt_ahashent_t *);
558 ndx = hashval % hash->dtah_size;
1211 size_t ndx = h->dtahe_hashval % hash->dtah_size;
2204 hash->dtah_size = 0;
H A Ddt_impl.h193 size_t dtah_size; /* size of hash table */ member