Lines Matching refs:prealloc
1461 struct dm_bio_prison_cell_v2 *prealloc;
1463 prealloc = alloc_prison_cell(cache);
1473 prealloc, &mg->cell);
1475 free_prison_cell(cache, prealloc);
1480 if (mg->cell != prealloc)
1481 free_prison_cell(cache, prealloc);
1586 struct dm_bio_prison_cell_v2 *prealloc;
1588 prealloc = alloc_prison_cell(cache);
1592 READ_WRITE_LOCK_LEVEL, prealloc, &mg->cell);
1594 free_prison_cell(cache, prealloc);
1599 if (mg->cell != prealloc)
1600 free_prison_cell(cache, prealloc);