HomeSort by: relevance | last modified time | path
    Searched refs:h_chains (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/common/ctf/
ctf_hash.c 59 hp->h_chains = ctf_alloc(sizeof (ctf_helem_t) * hp->h_nelems);
61 if (hp->h_buckets == NULL || hp->h_chains == NULL) {
67 memset(hp->h_chains, 0, sizeof (*hp->h_chains) * hp->h_nelems);
102 ctf_helem_t *hep = &hp->h_chains[hp->h_free];
158 hep = &hp->h_chains[i];
177 if (hp->h_chains != NULL) {
178 ctf_free(hp->h_chains, sizeof (ctf_helem_t) * hp->h_nelems);
179 hp->h_chains = NULL;
ctf_impl.h 74 ctf_helem_t *h_chains; /* hash chains buffer */ member in struct:ctf_hash

Completed in 17 milliseconds