Searched refs:_origins (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-snap.c340 static struct list_head *_origins; variable in typeref:struct:list_head
352 _origins = kmalloc_array(ORIGIN_HASH_SIZE, sizeof(struct list_head),
354 if (!_origins) {
355 DMERR("unable to allocate memory for _origins");
359 INIT_LIST_HEAD(_origins + i);
366 kfree(_origins);
379 kfree(_origins);
393 ol = &_origins[origin_hash(origin)];
403 struct list_head *sl = &_origins[origin_hash(o->bdev)];

Completed in 137 milliseconds