Searched refs:column_cnt (Results 1 – 1 of 1) sorted by relevance
1049 int column_cnt = un->un_totalcolumncnt; in reset_raid() local1087 sv = (sv_dev_t *)kmem_zalloc((column_cnt + 1) * sizeof (sv_dev_t), in reset_raid()1091 kmem_zalloc((column_cnt + 2) * sizeof (mddb_recid_t), KM_SLEEP); in reset_raid()1093 for (i = 0; i < column_cnt; i++) { in reset_raid()1142 md_rem_names(sv, column_cnt); in reset_raid()1143 kmem_free(sv, (column_cnt + 1) * sizeof (sv_dev_t)); in reset_raid()1144 kmem_free(recids, (column_cnt + 2) * sizeof (mddb_recid_t)); in reset_raid()