Lines Matching refs:mem_to_free
211 void *mem_to_free;
1476 block_ctx_out->mem_to_free = NULL;
1498 block_ctx_out->mem_to_free = NULL;
1511 if (block_ctx->mem_to_free) {
1529 kfree(block_ctx->mem_to_free);
1530 block_ctx->mem_to_free = NULL;
1547 BUG_ON(block_ctx->mem_to_free);
1557 block_ctx->mem_to_free = kcalloc(num_pages, size, GFP_NOFS);
1558 if (!block_ctx->mem_to_free)
1560 block_ctx->datav = block_ctx->mem_to_free;
1844 block_ctx.mem_to_free = NULL;
1966 block_ctx.mem_to_free = NULL;