Searched refs:n_highs (Results 1 – 1 of 1) sorted by relevance
104 sector_t *n_highs; in alloc_targets() local110 n_highs = kvcalloc(num, sizeof(struct dm_target) + sizeof(sector_t), in alloc_targets()112 if (!n_highs) in alloc_targets()115 n_targets = (struct dm_target *) (n_highs + num); in alloc_targets()117 memset(n_highs, -1, sizeof(*n_highs) * num); in alloc_targets()121 t->highs = n_highs; in alloc_targets()
Completed in 7 milliseconds