Home
last modified time | relevance | path

Searched refs:vfree (Results 1 – 25 of 93) sorted by relevance

1234

/linux-4.19.296/fs/orangefs/
Ddir.c96 vfree(op->downcall.trailer_buf); in do_readdir()
99 vfree(op->downcall.trailer_buf); in do_readdir()
106 vfree(op->downcall.trailer_buf); in do_readdir()
110 vfree(op->downcall.trailer_buf); in do_readdir()
120 vfree(op->downcall.trailer_buf); in do_readdir()
294 vfree(part); in orangefs_dir_llseek()
391 vfree(part); in orangefs_dir_release()
/linux-4.19.296/fs/squashfs/
Dlzo_wrapper.c58 vfree(stream->input); in lzo_init()
71 vfree(stream->input); in lzo_free()
72 vfree(stream->output); in lzo_free()
Dlz4_wrapper.c72 vfree(stream->input); in lz4_init()
86 vfree(stream->input); in lz4_free()
87 vfree(stream->output); in lz4_free()
Dzlib_wrapper.c60 vfree(stream->workspace); in zlib_free()
/linux-4.19.296/crypto/
Dzstd.c60 vfree(ctx->cwksp); in zstd_comp_init()
83 vfree(ctx->dwksp); in zstd_decomp_init()
89 vfree(ctx->cwksp); in zstd_comp_exit()
96 vfree(ctx->dwksp); in zstd_decomp_exit()
Ddeflate.c71 vfree(stream->workspace); in deflate_comp_init()
96 vfree(stream->workspace); in deflate_decomp_init()
103 vfree(ctx->comp_stream.workspace); in deflate_comp_exit()
109 vfree(ctx->decomp_stream.workspace); in deflate_decomp_exit()
/linux-4.19.296/fs/jffs2/
Dcompr_lzo.c26 vfree(lzo_mem); in free_workspace()
27 vfree(lzo_compress_buf); in free_workspace()
Dcompr_zlib.c54 vfree(def_strm.workspace); in alloc_workspaces()
64 vfree(def_strm.workspace); in free_workspaces()
65 vfree(inf_strm.workspace); in free_workspaces()
/linux-4.19.296/fs/reiserfs/
Dresize.c115 vfree(node_tmp); in reiserfs_resize()
152 vfree(bitmap); in reiserfs_resize()
170 vfree(old_bitmap); in reiserfs_resize()
/linux-4.19.296/lib/
Dtest_rhashtable.c451 vfree(rhl_test_objects); in test_rhltable()
452 vfree(obj_in_table); in test_rhltable()
742 vfree(objs); in test_rht_init()
753 vfree(objs); in test_rht_init()
771 vfree(tdata); in test_rht_init()
781 vfree(tdata); in test_rht_init()
782 vfree(objs); in test_rht_init()
810 vfree(tdata); in test_rht_init()
811 vfree(objs); in test_rht_init()
Ddecompress_unxz.c156 #undef vfree
160 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) macro
Dtest_overflow.c547 DEFINE_TEST_ALLOC(vmalloc, vfree, 0, 0, 0);
548 DEFINE_TEST_ALLOC(vmalloc_node, vfree, 0, 0, 1);
549 DEFINE_TEST_ALLOC(vzalloc, vfree, 0, 0, 0);
550 DEFINE_TEST_ALLOC(vzalloc_node, vfree, 0, 0, 1);
/linux-4.19.296/drivers/isdn/mISDN/
Dl1oip_codec.c315 vfree(table_dec); in l1oip_4bit_free()
316 vfree(table_com); in l1oip_4bit_free()
/linux-4.19.296/drivers/media/v4l2-core/
Dvideobuf-vmalloc.c107 vfree(mem->vaddr); in videobuf_vm_close()
268 vfree(mem->vaddr); in __videobuf_mmap_mapper()
343 vfree(mem->vaddr); in videobuf_vmalloc_free()
Dvideobuf-dma-sg.c86 vfree(sglist); in videobuf_vmalloc_to_sg()
126 vfree(sglist); in videobuf_pages_to_sg()
131 vfree(sglist); in videobuf_pages_to_sg()
321 vfree(dma->sglist); in videobuf_dma_map()
340 vfree(dma->sglist); in videobuf_dma_unmap()
/linux-4.19.296/include/linux/
Dbcm47xx_nvram.h23 vfree(nvram); in bcm47xx_nvram_release_contents()
Ddevcoredump.h85 vfree(data); in dev_coredumpv()
/linux-4.19.296/include/linux/decompress/
Dmm.h85 #define large_free(a) vfree(a)
/linux-4.19.296/fs/cramfs/
Duncompress.c78 vfree(stream.workspace); in cramfs_uncompress_exit()
/linux-4.19.296/drivers/s390/char/
Dsclp_sd.c312 vfree(data); in sclp_sd_store_data()
324 vfree(data); in sclp_sd_store_data()
348 vfree(data->data); in sclp_sd_data_reset()
/linux-4.19.296/drivers/char/agp/
Dbackend.c205 vfree(bridge->key_list); in agp_backend_initialize()
219 vfree(bridge->key_list); in agp_backend_cleanup()
/linux-4.19.296/fs/configfs/
Dfile.c210 vfree(buffer->bin_buffer); in configfs_read_bin_file()
353 vfree(buffer->bin_buffer); in configfs_write_bin_file()
501 vfree(buffer->bin_buffer); in configfs_release_bin_file()
/linux-4.19.296/drivers/s390/block/
Ddasd_proc.c309 vfree(buffer); in dasd_stats_proc_write()
315 vfree(buffer); in dasd_stats_proc_write()
/linux-4.19.296/drivers/oprofile/
Devent_buffer.c105 vfree(event_buffer); in free_event_buffer()
/linux-4.19.296/block/partitions/
Dcheck.c138 vfree(state->parts); in free_partitions()

1234