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

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c755 return (dhp->dh_nelems);
785 dhp->dh_nelems++;
806 dhp->dh_nelems++;
830 assert(dhp->dh_nelems != 0);
831 dhp->dh_nelems--;
860 n = dhp->dh_nelems;
868 qsort(ids, dhp->dh_nelems, sizeof (dt_ident_t *), dt_idhash_comp);
H A Ddt_ident.h124 ulong_t dh_nelems; /* number of identifiers in hash table */ member in struct:dt_idhash
H A Ddt_cc.c2406 if (dtp->dt_globals->dh_nelems != 0)
2409 if (dtp->dt_tls->dh_nelems != 0)

Completed in 62 milliseconds