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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_aggregate.c411 hash->dtah_size = DTRACE_AHASHSIZE;
412 size = hash->dtah_size * sizeof (dt_ahashent_t *);
478 ndx = hashval % hash->dtah_size;
1147 size_t ndx = h->dtahe_hashval % hash->dtah_size;
1905 hash->dtah_size = 0;
H A Ddt_impl.h166 size_t dtah_size; /* size of hash table */ member in struct:dt_ahash

Completed in 51 milliseconds