Searched refs:dt_ahashent_t (Results 1 – 2 of 2) sorted by relevance
410 dt_aggregate_aggvarid(dt_ahashent_t *ent) in dt_aggregate_aggvarid()443 dt_ahashent_t *h; in dt_aggregate_snap_cpu()476 size = hash->dtah_size * sizeof (dt_ahashent_t *); in dt_aggregate_snap_cpu()595 if ((h = malloc(sizeof (dt_ahashent_t))) == NULL) in dt_aggregate_snap_cpu()597 bzero(h, sizeof (dt_ahashent_t)); in dt_aggregate_snap_cpu()733 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); in dt_aggregate_hashcmp()734 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs); in dt_aggregate_hashcmp()750 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); in dt_aggregate_varcmp()751 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs); in dt_aggregate_varcmp()769 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); in dt_aggregate_keycmp()[all …]
160 } dt_ahashent_t; typedef163 dt_ahashent_t **dtah_hash; /* hash table */164 dt_ahashent_t *dtah_all; /* list of all elements */