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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_hash.c56 hp->h_chains = ctf_alloc(sizeof (ctf_helem_t) * hp->h_nelems);
58 if (hp->h_buckets == NULL || hp->h_chains == NULL) {
64 bzero(hp->h_chains, sizeof (ctf_helem_t) * hp->h_nelems);
99 ctf_helem_t *hep = &hp->h_chains[hp->h_free];
155 hep = &hp->h_chains[i];
174 if (hp->h_chains != NULL) {
175 ctf_free(hp->h_chains, sizeof (ctf_helem_t) * hp->h_nelems);
176 hp->h_chains = NULL;
H A Dctf_impl.h73 ctf_helem_t *h_chains; /* hash chains buffer */ member in struct:ctf_hash

Completed in 46 milliseconds