Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c747 return (dhp->dh_nelems); in dt_idhash_size()
777 dhp->dh_nelems++; in dt_idhash_insert()
798 dhp->dh_nelems++; in dt_idhash_xinsert()
822 assert(dhp->dh_nelems != 0); in dt_idhash_delete()
823 dhp->dh_nelems--; in dt_idhash_delete()
852 n = dhp->dh_nelems; in dt_idhash_iter()
860 qsort(ids, dhp->dh_nelems, sizeof (dt_ident_t *), dt_idhash_comp); in dt_idhash_iter()
H A Ddt_ident.h122 ulong_t dh_nelems; /* number of identifiers in hash table */ member
H A Ddt_cc.c2349 if (dtp->dt_globals->dh_nelems != 0) in dt_compile()
2352 if (dtp->dt_tls->dh_nelems != 0) in dt_compile()