Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c757 return (dhp->dh_nelems); in dt_idhash_size()
787 dhp->dh_nelems++; in dt_idhash_insert()
808 dhp->dh_nelems++; in dt_idhash_xinsert()
832 assert(dhp->dh_nelems != 0); in dt_idhash_delete()
833 dhp->dh_nelems--; in dt_idhash_delete()
862 n = dhp->dh_nelems; in dt_idhash_iter()
870 qsort(ids, dhp->dh_nelems, sizeof (dt_ident_t *), dt_idhash_comp); in dt_idhash_iter()
H A Ddt_ident.h124 ulong_t dh_nelems; /* number of identifiers in hash table */ member
H A Ddt_cc.c2410 if (dtp->dt_globals->dh_nelems != 0) in dt_compile()
2413 if (dtp->dt_tls->dh_nelems != 0) in dt_compile()