Searched refs:n_highs (Results 1 – 1 of 1) sorted by relevance
105 sector_t *n_highs; in alloc_targets() local111 n_highs = kvcalloc(num, sizeof(struct dm_target) + sizeof(sector_t), in alloc_targets()113 if (!n_highs) in alloc_targets()116 n_targets = (struct dm_target *) (n_highs + num); in alloc_targets()118 memset(n_highs, -1, sizeof(*n_highs) * num); in alloc_targets()122 t->highs = n_highs; in alloc_targets()