Searched refs:dt_modbuckets (Results 1 – 3 of 3) sorted by relevance
465 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_modbuckets; in dt_module_create()494 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_modbuckets; in dt_module_lookup_by_name()787 uint_t h = dt_strtab_hash(dmp->dm_name, NULL) % dtp->dt_modbuckets; in dt_module_destroy()
231 uint_t dt_modbuckets; /* number of module hash buckets */ member
1148 dtp->dt_modbuckets = _dtrace_strbuckets; in dt_vopen()1149 dtp->dt_mods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *)); in dt_vopen()