spa_aux_t
spa_aux_t search, *found;
spa_aux_t search, *found;
spa_aux_t search, *found;
avl_create(&spa_spare_avl, spa_spare_compare, sizeof (spa_aux_t),
offsetof(spa_aux_t, aux_avl));
avl_create(&spa_l2cache_avl, spa_l2cache_compare, sizeof (spa_aux_t),
offsetof(spa_aux_t, aux_avl));
const spa_aux_t *sa = (const spa_aux_t *)a;
const spa_aux_t *sb = (const spa_aux_t *)b;
spa_aux_t search;
spa_aux_t *aux;
aux = kmem_zalloc(sizeof (spa_aux_t), KM_SLEEP);
spa_aux_t search;
spa_aux_t *aux;
kmem_free(aux, sizeof (spa_aux_t));