Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_module.c484 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()
H A Ddt_open.c1236 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()
H A Ddt_impl.h256 uint_t dt_modbuckets; /* number of module hash buckets */ member