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

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_aggregate.c500 hash->dtah_size = DTRACE_AHASHSIZE;
501 size = hash->dtah_size * sizeof (dt_ahashent_t *);
567 ndx = hashval % hash->dtah_size;
843 hash->dtah_size = DTRACE_AHASHSIZE;
844 size = hash->dtah_size * sizeof (dt_ahashent_t *);
910 ndx = hashval % hash->dtah_size;
1658 size_t ndx = h->dtahe_hashval % hash->dtah_size;
2646 hash->dtah_size = 0;
H A Ddt_impl.h197 size_t dtah_size; /* size of hash table */ member in struct:dt_ahash

Completed in 125 milliseconds