Home
last modified time | relevance | path

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

/freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_module.c465 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_modbuckets; in dt_module_create()
494 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_modbuckets; in dt_module_lookup_by_name()
787 uint_t h = dt_strtab_hash(dmp->dm_name, NULL) % dtp->dt_modbuckets; in dt_module_destroy()
Ddt_impl.h231 uint_t dt_modbuckets; /* number of module hash buckets */ member
Ddt_open.c1148 dtp->dt_modbuckets = _dtrace_strbuckets; in dt_vopen()
1149 dtp->dt_mods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *)); in dt_vopen()