Searched refs:n_highs (Results 1 – 1 of 1) sorted by relevance
163 sector_t *n_highs; in alloc_targets() local169 n_highs = (sector_t *) dm_vcalloc(num, sizeof(struct dm_target) + in alloc_targets()171 if (!n_highs) in alloc_targets()174 n_targets = (struct dm_target *) (n_highs + num); in alloc_targets()176 memset(n_highs, -1, sizeof(*n_highs) * num); in alloc_targets()180 t->highs = n_highs; in alloc_targets()