Searched refs:dt_modbuckets (Results 1 – 3 of 3) sorted by relevance
484 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_modbuckets; in dt_module_create()539 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_modbuckets; in dt_module_lookup_by_name()561 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_modbuckets; in dt_kmodule_lookup()1024 uint_t h = dt_strtab_hash(dmp->dm_name, NULL) % dtp->dt_modbuckets; in dt_module_destroy()1394 h = dt_strtab_hash(ms.name, NULL) % dtp->dt_modbuckets; in dt_module_update()
1236 dtp->dt_modbuckets = _dtrace_strbuckets; in dt_vopen()1237 dtp->dt_mods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *)); in dt_vopen()1239 dtp->dt_kmods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *)); in dt_vopen()1735 for (h = 0; h < dtp->dt_modbuckets; h++) in dtrace_close()
256 uint_t dt_modbuckets; /* number of module hash buckets */ member