Home
last modified time | relevance | path

Searched refs:n_highs (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-table.c106 sector_t *n_highs; in alloc_targets() local
112 n_highs = kvcalloc(num, sizeof(struct dm_target) + sizeof(sector_t), in alloc_targets()
114 if (!n_highs) in alloc_targets()
117 n_targets = (struct dm_target *) (n_highs + num); in alloc_targets()
119 memset(n_highs, -1, sizeof(*n_highs) * num); in alloc_targets()
123 t->highs = n_highs; in alloc_targets()