Searched refs:mzap_ent_t (Results 1 – 2 of 2) sorted by relevance
281 const mzap_ent_t *mze1 = arg1; in mze_compare()282 const mzap_ent_t *mze2 = arg2; in mze_compare()297 mzap_ent_t *mze = kmem_alloc(sizeof (mzap_ent_t), KM_SLEEP); in mze_insert()305 static mzap_ent_t *308 mzap_ent_t mze_tofind; in mze_find()309 mzap_ent_t *mze; in mze_find()334 mzap_ent_t mze_tofind; in mze_find_unused_cd()345 for (mzap_ent_t *mze = avl_find(avl, &mze_tofind, &idx); in mze_find_unused_cd()356 mze_remove(zap_t *zap, mzap_ent_t *mze) in mze_remove()362 kmem_free(mze, sizeof (mzap_ent_t)); in mze_remove()[all …]
74 } mzap_ent_t; typedef