Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.c427 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()
H A Ddt_impl.h226 uint_t dt_modbuckets; /* number of module hash buckets */ member
H A Ddt_open.c959 dtp->dt_modbuckets = _dtrace_strbuckets; in dt_vopen()
960 dtp->dt_mods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *)); in dt_vopen()