Home
last modified time | relevance | path

Searched refs:ctf_dthashlen (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
HDctf_create.c79 fp->ctf_dthashlen = hashlen; in ctf_create()
438 nfp->ctf_dthashlen = fp->ctf_dthashlen; in ctf_update()
446 fp->ctf_dthashlen = 0; in ctf_update()
472 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1); in ctf_dtd_insert()
482 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1); in ctf_dtd_delete()
552 ulong_t h = type & (fp->ctf_dthashlen - 1); in ctf_dtd_lookup()
HDctf_impl.h208 ulong_t ctf_dthashlen; /* size of dynamic type hash bucket array */ member
HDctf_open.c909 ctf_free(fp->ctf_dthash, fp->ctf_dthashlen * sizeof (ctf_dtdef_t *)); in ctf_close()