Searched refs:dt_modbuckets (Results 1 – 3 of 3) sorted by relevance
427 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_modbuckets; in dt_module_create()482 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_modbuckets; in dt_module_lookup_by_name()932 uint_t h = dt_strtab_hash(dmp->dm_name, NULL) % dtp->dt_modbuckets; in dt_module_destroy()
225 uint_t dt_modbuckets; /* number of module hash buckets */ member
955 dtp->dt_modbuckets = _dtrace_strbuckets; in dt_vopen()956 dtp->dt_mods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *)); in dt_vopen()