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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_hash.c48 hp->h_buckets = (ushort_t *)_CTF_EMPTY;
57 hp->h_buckets = ctf_alloc(sizeof (ushort_t) * hp->h_nbuckets);
60 if (hp->h_buckets == NULL || hp->h_chains == NULL) {
65 bzero(hp->h_buckets, sizeof (ushort_t) * hp->h_nbuckets);
122 hep->h_next = hp->h_buckets[h];
123 hp->h_buckets[h] = hp->h_free++;
156 for (i = hp->h_buckets[h]; i != 0; i = hep->h_next) {
171 if (hp->h_buckets != NULL && hp->h_nbuckets != 1) {
172 ctf_free(hp->h_buckets, sizeof (ushort_t) * hp->h_nbuckets);
173 hp->h_buckets
[all...]
H A Dctf_impl.h83 ushort_t *h_buckets; /* hash bucket array (chain indices) */ member in struct:ctf_hash

Completed in 57 milliseconds