Searched refs:n_highs (Results 1 – 1 of 1) sorted by relevance
121 sector_t *n_highs; in alloc_targets() local127 n_highs = (sector_t *) dm_vcalloc(num, sizeof(struct dm_target) + in alloc_targets()129 if (!n_highs) in alloc_targets()132 n_targets = (struct dm_target *) (n_highs + num); in alloc_targets()134 memset(n_highs, -1, sizeof(*n_highs) * num); in alloc_targets()138 t->highs = n_highs; in alloc_targets()