Searched refs:dh_nelems (Results 1 – 3 of 3) sorted by relevance
757 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()
124 ulong_t dh_nelems; /* number of identifiers in hash table */ member
2410 if (dtp->dt_globals->dh_nelems != 0) in dt_compile()2413 if (dtp->dt_tls->dh_nelems != 0) in dt_compile()