Searched refs:n_highs (Results 1 – 1 of 1) sorted by relevance
162 sector_t *n_highs; in alloc_targets() local170 n_highs = (sector_t *) dm_vcalloc(num + 1, sizeof(struct dm_target) + in alloc_targets()172 if (!n_highs) in alloc_targets()175 n_targets = (struct dm_target *) (n_highs + num); in alloc_targets()177 memset(n_highs, -1, sizeof(*n_highs) * num); in alloc_targets()181 t->highs = n_highs; in alloc_targets()