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

/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid.c1049 int column_cnt = un->un_totalcolumncnt; local
1087 sv = (sv_dev_t *)kmem_zalloc((column_cnt + 1) * sizeof (sv_dev_t),
1091 kmem_zalloc((column_cnt + 2) * sizeof (mddb_recid_t), KM_SLEEP);
1093 for (i = 0; i < column_cnt; i++) {
1142 md_rem_names(sv, column_cnt);
1143 kmem_free(sv, (column_cnt + 1) * sizeof (sv_dev_t));
1144 kmem_free(recids, (column_cnt + 2) * sizeof (mddb_recid_t));

Completed in 64 milliseconds