Searched refs:nrows (Results 1 – 1 of 1) sorted by relevance
1309 int nrows = 1; in vdev_draid_map_alloc() local1319 nrows++; in vdev_draid_map_alloc()1332 rm = kmem_zalloc(offsetof(raidz_map_t, rm_row[nrows]), KM_SLEEP); in vdev_draid_map_alloc()1334 rm->rm_nrows = nrows; in vdev_draid_map_alloc()1336 if (nrows == 2) in vdev_draid_map_alloc()