/linux-4.19.296/fs/orangefs/ |
D | dir.c | 96 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/ |
D | lzo_wrapper.c | 58 vfree(stream->input); in lzo_init() 71 vfree(stream->input); in lzo_free() 72 vfree(stream->output); in lzo_free()
|
D | lz4_wrapper.c | 72 vfree(stream->input); in lz4_init() 86 vfree(stream->input); in lz4_free() 87 vfree(stream->output); in lz4_free()
|
D | zlib_wrapper.c | 60 vfree(stream->workspace); in zlib_free()
|
/linux-4.19.296/crypto/ |
D | zstd.c | 60 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()
|
D | deflate.c | 71 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/ |
D | compr_lzo.c | 26 vfree(lzo_mem); in free_workspace() 27 vfree(lzo_compress_buf); in free_workspace()
|
D | compr_zlib.c | 54 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/ |
D | resize.c | 115 vfree(node_tmp); in reiserfs_resize() 152 vfree(bitmap); in reiserfs_resize() 170 vfree(old_bitmap); in reiserfs_resize()
|
/linux-4.19.296/lib/ |
D | test_rhashtable.c | 451 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()
|
D | decompress_unxz.c | 156 #undef vfree 160 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) macro
|
D | test_overflow.c | 547 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/ |
D | l1oip_codec.c | 315 vfree(table_dec); in l1oip_4bit_free() 316 vfree(table_com); in l1oip_4bit_free()
|
/linux-4.19.296/drivers/media/v4l2-core/ |
D | videobuf-vmalloc.c | 107 vfree(mem->vaddr); in videobuf_vm_close() 268 vfree(mem->vaddr); in __videobuf_mmap_mapper() 343 vfree(mem->vaddr); in videobuf_vmalloc_free()
|
D | videobuf-dma-sg.c | 86 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/ |
D | bcm47xx_nvram.h | 23 vfree(nvram); in bcm47xx_nvram_release_contents()
|
D | devcoredump.h | 85 vfree(data); in dev_coredumpv()
|
/linux-4.19.296/include/linux/decompress/ |
D | mm.h | 85 #define large_free(a) vfree(a)
|
/linux-4.19.296/fs/cramfs/ |
D | uncompress.c | 78 vfree(stream.workspace); in cramfs_uncompress_exit()
|
/linux-4.19.296/drivers/s390/char/ |
D | sclp_sd.c | 312 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/ |
D | backend.c | 205 vfree(bridge->key_list); in agp_backend_initialize() 219 vfree(bridge->key_list); in agp_backend_cleanup()
|
/linux-4.19.296/fs/configfs/ |
D | file.c | 210 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/ |
D | dasd_proc.c | 309 vfree(buffer); in dasd_stats_proc_write() 315 vfree(buffer); in dasd_stats_proc_write()
|
/linux-4.19.296/drivers/oprofile/ |
D | event_buffer.c | 105 vfree(event_buffer); in free_event_buffer()
|
/linux-4.19.296/block/partitions/ |
D | check.c | 138 vfree(state->parts); in free_partitions()
|