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

/linux-4.4.14/drivers/md/
H A Ddm-snap.c318 static struct list_head *_origins; variable in typeref:struct:list_head
330 _origins = kmalloc(ORIGIN_HASH_SIZE * sizeof(struct list_head), init_origin_hash()
332 if (!_origins) { init_origin_hash()
333 DMERR("unable to allocate memory for _origins"); init_origin_hash()
337 INIT_LIST_HEAD(_origins + i); init_origin_hash()
343 kfree(_origins); init_origin_hash()
356 kfree(_origins); exit_origin_hash()
370 ol = &_origins[origin_hash(origin)]; __lookup_origin()
380 struct list_head *sl = &_origins[origin_hash(o->bdev)]; __insert_origin()

Completed in 132 milliseconds