Home
last modified time | relevance | path

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

12345678910>>...17

/linux-3.4.99/sound/drivers/opl4/
Dopl4_proc.c66 vfree(buf); in snd_opl4_mem_proc_read()
69 vfree(buf); in snd_opl4_mem_proc_read()
86 vfree(buf); in snd_opl4_mem_proc_write()
90 vfree(buf); in snd_opl4_mem_proc_write()
/linux-3.4.99/crypto/
Ddeflate.c66 vfree(stream->workspace); in deflate_comp_init()
88 vfree(stream->workspace); in deflate_decomp_init()
95 vfree(ctx->comp_stream.workspace); in deflate_comp_exit()
101 vfree(ctx->decomp_stream.workspace); in deflate_decomp_exit()
Dzlib.c51 vfree(stream->workspace); in zlib_comp_exit()
62 vfree(stream->workspace); in zlib_decomp_exit()
122 vfree(stream->workspace); in zlib_compress_setup()
236 vfree(stream->workspace); in zlib_decompress_setup()
/linux-3.4.99/arch/x86/kernel/
Dmicrocode_intel.c357 vfree(mc); in generic_load_microcode()
370 vfree(new_mc); in generic_load_microcode()
380 vfree(mc); in generic_load_microcode()
383 vfree(new_mc); in generic_load_microcode()
393 vfree(uci->mc); in generic_load_microcode()
446 vfree(uci->mc); in microcode_fini_cpu()
/linux-3.4.99/fs/squashfs/
Dlzo_wrapper.c57 vfree(stream->input); in lzo_init()
70 vfree(stream->input); in lzo_free()
71 vfree(stream->output); in lzo_free()
/linux-3.4.99/drivers/staging/rts_pstor/
Drtsx_scsi.c382 vfree(buf); in inquiry()
478 vfree(buf); in request_sense()
965 vfree(buf); in read_eeprom()
973 vfree(buf); in read_eeprom()
983 vfree(buf); in read_eeprom()
1029 vfree(buf); in write_eeprom()
1035 vfree(buf); in write_eeprom()
1070 vfree(buf); in read_mem()
1078 vfree(buf); in read_mem()
1088 vfree(buf); in read_mem()
[all …]
/linux-3.4.99/arch/cris/mm/
Dioremap.c57 vfree((void __force *)addr); in __ioremap_prot()
87 return vfree((void *) (PAGE_MASK & (unsigned long) addr)); in iounmap()
/linux-3.4.99/net/bridge/netfilter/
Debtables.c904 vfree(newinfo->chainstack[--i]); in translate_table()
905 vfree(newinfo->chainstack); in translate_table()
920 vfree(cl_s); in translate_table()
930 vfree(cl_s); in translate_table()
952 vfree(cl_s); in translate_table()
1055 vfree(table->entries); in do_replace_finish()
1058 vfree(table->chainstack[i]); in do_replace_finish()
1059 vfree(table->chainstack); in do_replace_finish()
1061 vfree(table); in do_replace_finish()
1063 vfree(counterstmp); in do_replace_finish()
[all …]
/linux-3.4.99/arch/ia64/sn/kernel/sn2/
Dsn_hwperf.c80 vfree(objbuf); in sn_hwperf_enum_objects()
776 vfree(objs); in sn_hwperf_ioctl()
798 vfree(objs); in sn_hwperf_ioctl()
809 vfree(objs); in sn_hwperf_ioctl()
816 vfree(objs); in sn_hwperf_ioctl()
821 vfree(objs); in sn_hwperf_ioctl()
861 vfree(p); in sn_hwperf_ioctl()
932 vfree(sn_hwperf_salheap); in sn_hwperf_init()
960 vfree(seq->private); in sn_topology_release()
974 vfree(objbuf); in sn_hwperf_get_nearest_node()
/linux-3.4.99/arch/parisc/mm/
Dioremap.c86 vfree(addr); in __ioremap()
97 return vfree((void *) (PAGE_MASK & (unsigned long __force) addr)); in iounmap()
/linux-3.4.99/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-3.4.99/arch/openrisc/mm/
Dioremap.c75 vfree(area->addr); in __ioremap()
107 return vfree((void *)(PAGE_MASK & (unsigned long)addr)); in iounmap()
/linux-3.4.99/drivers/mtd/
Dbcm63xxpart.c102 vfree(buf); in bcm63xx_parse_cfe_partitions()
148 vfree(buf); in bcm63xx_parse_cfe_partitions()
193 vfree(buf); in bcm63xx_parse_cfe_partitions()
/linux-3.4.99/drivers/md/
Ddm-log.c486 vfree(lc->clean_bits); in create_log_context()
489 vfree(lc->disk_header); in create_log_context()
499 vfree(lc->sync_bits); in create_log_context()
501 vfree(lc->clean_bits); in create_log_context()
504 vfree(lc->disk_header); in create_log_context()
522 vfree(lc->sync_bits); in destroy_log_context()
523 vfree(lc->recovering_bits); in destroy_log_context()
531 vfree(lc->clean_bits); in core_dtr()
569 vfree(lc->disk_header); in disk_dtr()
/linux-3.4.99/arch/avr32/kernel/
Dmodule.c24 vfree(mod->arch.syminfo); in module_free()
27 vfree(module_region); in module_free()
130 vfree(module->arch.syminfo); in module_frob_arch_sections()
298 vfree(module->arch.syminfo); in module_finalize()
/linux-3.4.99/drivers/media/video/
Dvideobuf2-dma-sg.c86 vfree(buf->sg_desc.sglist); in vb2_dma_sg_alloc()
103 vfree(buf->sg_desc.sglist); in vb2_dma_sg_put()
172 vfree(buf->sg_desc.sglist); in vb2_dma_sg_get_userptr()
197 vfree(buf->sg_desc.sglist); in vb2_dma_sg_put_userptr()
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()
284 vfree(dma->sglist); in videobuf_dma_map()
304 vfree(dma->sglist); in videobuf_dma_unmap()
325 vfree(dma->vaddr); in videobuf_dma_free()
/linux-3.4.99/fs/reiserfs/
Dresize.c107 vfree(node_tmp); in reiserfs_resize()
132 vfree(bitmap); in reiserfs_resize()
150 vfree(old_bitmap); in reiserfs_resize()
/linux-3.4.99/net/core/
Drequest_sock.c87 vfree(lopt); in __reqsk_queue_destroy()
128 vfree(lopt); in reqsk_queue_destroy()
/linux-3.4.99/arch/frv/mm/
Ddma-alloc.c126 vfree((void *) va); in consistent_alloc()
145 vfree(vaddr); in consistent_free()
/linux-3.4.99/arch/ia64/sn/kernel/
Dmca.c106 vfree(*sn_oemdata); in sn_platform_plat_specific_err_print()
124 vfree(*oemdata); in sn_salinfo_platform_oemdata()
/linux-3.4.99/drivers/isdn/mISDN/
Dl1oip_codec.c316 vfree(table_dec); in l1oip_4bit_free()
318 vfree(table_com); in l1oip_4bit_free()
/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_srq.c201 vfree(srq->rq.wq); in ipath_create_srq()
307 vfree(owq); in ipath_modify_srq()
346 vfree(wq); in ipath_modify_srq()
376 vfree(srq->rq.wq); in ipath_destroy_srq()
/linux-3.4.99/drivers/infiniband/hw/qib/
Dqib_srq.c197 vfree(srq->rq.wq); in qib_create_srq()
303 vfree(owq); in qib_modify_srq()
346 vfree(wq); in qib_modify_srq()
376 vfree(srq->rq.wq); in qib_destroy_srq()

12345678910>>...17