Lines Matching refs:mem_to_free
211 void *mem_to_free;
1524 block_ctx_out->mem_to_free = NULL;
1541 block_ctx_out->mem_to_free = NULL;
1554 if (block_ctx->mem_to_free) {
1573 kfree(block_ctx->mem_to_free);
1574 block_ctx->mem_to_free = NULL;
1591 BUG_ON(block_ctx->mem_to_free);
1601 block_ctx->mem_to_free = kcalloc(num_pages, size, GFP_NOFS);
1602 if (!block_ctx->mem_to_free)
1604 block_ctx->datav = block_ctx->mem_to_free;
1884 block_ctx.mem_to_free = NULL;
2004 block_ctx.mem_to_free = NULL;