Home
last modified time | relevance | path

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

12345678910>>...24

/openbmc/linux/lib/
H A Dtest_vmalloc.c104 vfree(ptr); in random_size_align_alloc_test()
127 vfree(ptr); in align_shift_alloc_test()
145 vfree(ptr); in fix_align_alloc_test()
165 vfree(p); in random_size_alloc_test()
192 vfree(ptr_1); in long_busy_list_alloc_test()
199 vfree(ptr_1); in long_busy_list_alloc_test()
200 vfree(ptr_2); in long_busy_list_alloc_test()
208 vfree(ptr[i]); in long_busy_list_alloc_test()
210 vfree(ptr); in long_busy_list_alloc_test()
230 vfree(ptr); in full_fit_alloc_test()
[all …]
H A Dtest_rhashtable.c429 vfree(rhl_test_objects); in test_rhltable()
430 vfree(obj_in_table); in test_rhltable()
722 vfree(objs); in test_rht_init()
733 vfree(objs); in test_rht_init()
751 vfree(tdata); in test_rht_init()
761 vfree(tdata); in test_rht_init()
762 vfree(objs); in test_rht_init()
793 vfree(tdata); in test_rht_init()
794 vfree(objs); in test_rht_init()
/openbmc/linux/scripts/coccinelle/api/
H A Dkfree_mismatch.cocci4 /// vmalloc'ed by vfree functions and kvmalloc'ed by kvfree
62 @vfree depends on !patch@
74 * \(vfree\|vfree_atomic\|kvfree\)(E)@f
88 - \(vfree\|vfree_atomic\|kvfree\)(E)@f
116 + vfree(E)
127 * \(kfree\|kfree_sensitive\|vfree\|vfree_atomic\)(E)@f
137 - \(kfree\|vfree\)(E)
147 * \(kfree\|kfree_sensitive\|vfree\|vfree_atomic\)(E)@f
157 - \(kfree\|vfree\)(E)@f
165 a << vfree.a;
[all …]
H A Dkfree_sensitive.cocci48 * \(kfree\|vfree\|kvfree\)(E)@p;
64 - \(vfree\|kvfree\)(E)@p;
82 - \(vfree\|kvfree\)(E)@p;
/openbmc/linux/sound/drivers/opl4/
H A Dopl4_proc.c51 vfree(buf); in snd_opl4_mem_proc_read()
54 vfree(buf); in snd_opl4_mem_proc_read()
71 vfree(buf); in snd_opl4_mem_proc_write()
75 vfree(buf); in snd_opl4_mem_proc_write()
/openbmc/linux/fs/orangefs/
H A 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()
/openbmc/linux/drivers/staging/rts5208/
H A Drtsx_scsi.c543 vfree(buf); in inquiry()
635 vfree(buf); in request_sense()
1108 vfree(buf); in read_eeprom()
1117 vfree(buf); in read_eeprom()
1128 vfree(buf); in read_eeprom()
1175 vfree(buf); in write_eeprom()
1182 vfree(buf); in write_eeprom()
1217 vfree(buf); in read_mem()
1225 vfree(buf); in read_mem()
1236 vfree(buf); in read_mem()
[all …]
/openbmc/linux/fs/squashfs/
H A Dlzo_wrapper.c45 vfree(stream->input); in lzo_init()
58 vfree(stream->input); in lzo_free()
59 vfree(stream->output); in lzo_free()
H A Dlz4_wrapper.c70 vfree(stream->input); in lz4_init()
84 vfree(stream->input); in lz4_free()
85 vfree(stream->output); in lz4_free()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dsw.c173 vfree(rtlpriv->rtlhal.pfirmware); in rtl8821ae_init_sw_vars()
194 vfree(rtlpriv->rtlhal.wowlan_firmware); in rtl8821ae_init_sw_vars()
195 vfree(rtlpriv->rtlhal.pfirmware); in rtl8821ae_init_sw_vars()
206 vfree(rtlpriv->rtlhal.wowlan_firmware); in rtl8821ae_init_sw_vars()
207 vfree(rtlpriv->rtlhal.pfirmware); in rtl8821ae_init_sw_vars()
218 vfree(rtlpriv->rtlhal.pfirmware); in rtl8821ae_deinit_sw_vars()
223 vfree(rtlpriv->rtlhal.wowlan_firmware); in rtl8821ae_deinit_sw_vars()
/openbmc/linux/crypto/
H A Dzstd.c52 vfree(ctx->cwksp); in zstd_comp_init()
75 vfree(ctx->dwksp); in zstd_decomp_init()
81 vfree(ctx->cwksp); in zstd_comp_exit()
88 vfree(ctx->dwksp); in zstd_decomp_exit()
H A Ddeflate.c67 vfree(stream->workspace); in deflate_comp_init()
92 vfree(stream->workspace); in deflate_decomp_init()
99 vfree(ctx->comp_stream.workspace); in deflate_comp_exit()
105 vfree(ctx->decomp_stream.workspace); in deflate_decomp_exit()
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dcq.c264 vfree(u_wc); in rvt_create_cq()
265 vfree(k_wc); in rvt_create_cq()
288 vfree(cq->kqueue); in rvt_destroy_cq()
428 vfree(old_u_wc); in rvt_resize_cq()
430 vfree(old_k_wc); in rvt_resize_cq()
459 vfree(u_wc); in rvt_resize_cq()
460 vfree(k_wc); in rvt_resize_cq()
/openbmc/linux/drivers/md/
H A Ddm-log.c490 vfree(lc->clean_bits); in create_log_context()
493 vfree(lc->disk_header); in create_log_context()
503 vfree(lc->sync_bits); in create_log_context()
505 vfree(lc->clean_bits); in create_log_context()
508 vfree(lc->disk_header); in create_log_context()
526 vfree(lc->sync_bits); in destroy_log_context()
527 vfree(lc->recovering_bits); in destroy_log_context()
535 vfree(lc->clean_bits); in core_dtr()
575 vfree(lc->disk_header); in disk_dtr()
/openbmc/linux/arch/s390/hypfs/
H A Dhypfs_diag.c54 vfree(diag204_buf); in diag204_free_buffer()
175 vfree(base); in dbfs_d204_create()
190 .data_free = vfree,
/openbmc/linux/fs/jffs2/
H A 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()
H A Dcompr_lzo.c26 vfree(lzo_mem); in free_workspace()
27 vfree(lzo_compress_buf); in free_workspace()
/openbmc/linux/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c343 vfree(plain); in chacha_s390_test_init()
345 vfree(cipher_generic); in chacha_s390_test_init()
347 vfree(cipher_s390); in chacha_s390_test_init()
349 vfree(revert); in chacha_s390_test_init()
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_cmds.c93 vfree(cmd); in vpu_alloc_cmd()
101 vfree(cmd->pkt); in vpu_alloc_cmd()
102 vfree(cmd); in vpu_alloc_cmd()
121 vfree(cmd->pkt); in vpu_free_cmd()
122 vfree(cmd); in vpu_free_cmd()
/openbmc/linux/net/bridge/netfilter/
H A Debtables.c388 vfree(info->chainstack[i]); in ebt_free_table_info()
389 vfree(info->chainstack); in ebt_free_table_info()
934 vfree(newinfo->chainstack[--i]); in translate_table()
935 vfree(newinfo->chainstack); in translate_table()
949 vfree(cl_s); in translate_table()
959 vfree(cl_s); in translate_table()
982 vfree(cl_s); in translate_table()
1086 vfree(table->entries); in do_replace_finish()
1088 vfree(table); in do_replace_finish()
1089 vfree(counterstmp); in do_replace_finish()
[all …]
/openbmc/linux/fs/reiserfs/
H A Dresize.c115 vfree(node_tmp); in reiserfs_resize()
152 vfree(bitmap); in reiserfs_resize()
170 vfree(old_bitmap); in reiserfs_resize()
/openbmc/linux/kernel/
H A Dkexec_file.c96 vfree(image->kernel_buf); in kimage_file_post_load_cleanup()
99 vfree(image->initrd_buf); in kimage_file_post_load_cleanup()
105 vfree(pi->purgatory_buf); in kimage_file_post_load_cleanup()
108 vfree(pi->sechdrs); in kimage_file_post_load_cleanup()
112 vfree(image->ima_buffer); in kimage_file_post_load_cleanup()
790 vfree(sha_regions); in kexec_calculate_store_digests()
856 vfree(pi->purgatory_buf); in kexec_purgatory_setup_kbuf()
1038 vfree(pi->sechdrs); in kexec_load_purgatory()
1041 vfree(pi->purgatory_buf); in kexec_load_purgatory()
/openbmc/linux/drivers/isdn/mISDN/
H A Dl1oip_codec.c303 vfree(table_dec); in l1oip_4bit_free()
304 vfree(table_com); in l1oip_4bit_free()
/openbmc/linux/scripts/coccinelle/free/
H A Difnullfree.cocci30 vfree(E);
51 * \(kfree@p\|kvfree@p\|kfree_sensitive@p\|kvfree_sensitive@p\|vfree@p\|
/openbmc/linux/drivers/media/test-drivers/visl/
H A Dvisl-debugfs.c75 vfree(blob->blob.data); in visl_trace_bitstream()
92 vfree(blob->blob.data); in visl_debugfs_clear_bitstream()

12345678910>>...24