Home
last modified time | relevance | path

Searched refs:pdi_nbuckets (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.h66 uint_t pdi_nbuckets; /* size of hash bucket array */ member
H A Ddt_printf.c699 pdi->pdi_nbuckets = n; in dt_pfdict_create()
769 for (i = 0; i < pdi->pdi_nbuckets; i++) { in dt_pfdict_destroy()
785 uint_t h = dt_strtab_hash(name, NULL) % pdi->pdi_nbuckets; in dt_pfdict_lookup()