Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_module.c473 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_modbuckets; in dt_module_create()
528 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_modbuckets; in dt_module_lookup_by_name()
550 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_modbuckets; in dt_kmodule_lookup()
1017 uint_t h = dt_strtab_hash(dmp->dm_name, NULL) % dtp->dt_modbuckets; in dt_module_destroy()
1315 h = dt_strtab_hash(ms.name, NULL) % dtp->dt_modbuckets; in dt_module_update()
HDdt_open.c1179 dtp->dt_modbuckets = _dtrace_strbuckets; in dt_vopen()
1180 dtp->dt_mods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *)); in dt_vopen()
1182 dtp->dt_kmods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *)); in dt_vopen()
1660 for (h = 0; h < dtp->dt_modbuckets; h++) in dtrace_close()
HDdt_impl.h256 uint_t dt_modbuckets; /* number of module hash buckets */ member