Home
last modified time | relevance | path

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

12345678910>>...23

/linux-6.3-rc2/lib/
A Dtest_vmalloc.c103 vfree(ptr); in random_size_align_alloc_test()
126 vfree(ptr); in align_shift_alloc_test()
144 vfree(ptr); in fix_align_alloc_test()
164 vfree(p); in random_size_alloc_test()
198 vfree(ptr_1); in long_busy_list_alloc_test()
209 vfree(ptr); in long_busy_list_alloc_test()
229 vfree(ptr); in full_fit_alloc_test()
248 vfree(tmp); in full_fit_alloc_test()
258 vfree(ptr); in full_fit_alloc_test()
280 vfree(ptr); in fix_size_alloc_test()
[all …]
A Dfortify_kunit.c215 vmalloc((alloc_pages) * PAGE_SIZE), vfree(p)); \
217 vzalloc((alloc_pages) * PAGE_SIZE), vfree(p)); \
219 __vmalloc((alloc_pages) * PAGE_SIZE, gfp), vfree(p)); \
231 vfree(p)); \
234 vfree(p)); \
237 vfree(p)); \
240 vfree(p)); \
243 vfree(p)); \
246 vfree(p)); \
249 vfree(p)); \
[all …]
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()
/linux-6.3-rc2/scripts/coccinelle/api/
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)
137 - \(kfree\|vfree\)(E)
157 - \(kfree\|vfree\)(E)@f
165 a << vfree.a;
166 f << vfree.f;
173 a << vfree.a;
[all …]
A Dkfree_sensitive.cocci48 * \(kfree\|vfree\|kvfree\)(E)@p;
64 - \(vfree\|kvfree\)(E)@p;
82 - \(vfree\|kvfree\)(E)@p;
/linux-6.3-rc2/sound/drivers/opl4/
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()
/linux-6.3-rc2/fs/orangefs/
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()
/linux-6.3-rc2/drivers/staging/rts5208/
A Drtsx_scsi.c543 vfree(buf); in inquiry()
635 vfree(buf); in request_sense()
1128 vfree(buf); in read_eeprom()
1236 vfree(buf); in read_mem()
1289 vfree(buf); in write_mem()
1999 vfree(buf); in read_eeprom2()
2046 vfree(buf); in write_eeprom2()
2094 vfree(buf); in read_efuse()
2183 vfree(buf); in write_efuse()
2260 vfree(buf); in read_cfg_byte()
[all …]
/linux-6.3-rc2/fs/squashfs/
A Dlzo_wrapper.c45 vfree(stream->input); in lzo_init()
58 vfree(stream->input); in lzo_free()
59 vfree(stream->output); in lzo_free()
A Dlz4_wrapper.c70 vfree(stream->input); in lz4_init()
84 vfree(stream->input); in lz4_free()
85 vfree(stream->output); in lz4_free()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
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()
/linux-6.3-rc2/crypto/
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()
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()
/linux-6.3-rc2/drivers/infiniband/sw/rdmavt/
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()
/linux-6.3-rc2/drivers/md/
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()
/linux-6.3-rc2/fs/jffs2/
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()
A Dcompr_lzo.c26 vfree(lzo_mem); in free_workspace()
27 vfree(lzo_compress_buf); in free_workspace()
/linux-6.3-rc2/tools/testing/crypto/chacha20-s390/
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()
/linux-6.3-rc2/arch/openrisc/mm/
A Dioremap.c70 vfree(area->addr); in ioremap()
103 return vfree((void *)(PAGE_MASK & (unsigned long)addr)); in iounmap()
/linux-6.3-rc2/drivers/media/platform/amphion/
A Dvpu_cmds.c94 vfree(cmd); in vpu_alloc_cmd()
102 vfree(cmd->pkt); in vpu_alloc_cmd()
103 vfree(cmd); in vpu_alloc_cmd()
120 vfree(cmd->pkt); in vpu_free_cmd()
121 vfree(cmd); in vpu_free_cmd()
/linux-6.3-rc2/fs/reiserfs/
A Dresize.c115 vfree(node_tmp); in reiserfs_resize()
152 vfree(bitmap); in reiserfs_resize()
170 vfree(old_bitmap); in reiserfs_resize()
/linux-6.3-rc2/net/bridge/netfilter/
A Debtables.c949 vfree(cl_s); in translate_table()
959 vfree(cl_s); in translate_table()
982 vfree(cl_s); in translate_table()
1088 vfree(table); in do_replace_finish()
1089 vfree(counterstmp); in do_replace_finish()
1101 vfree(counterstmp); in do_replace_finish()
1157 vfree(newinfo); in do_replace()
1285 vfree(newinfo); in ebt_register_table()
1418 vfree(tmp); in do_update_counters()
1536 vfree(counterstmp); in copy_counters_to_user()
[all …]
/linux-6.3-rc2/drivers/isdn/mISDN/
A Dl1oip_codec.c303 vfree(table_dec); in l1oip_4bit_free()
304 vfree(table_com); in l1oip_4bit_free()
/linux-6.3-rc2/scripts/coccinelle/free/
A Difnullfree.cocci30 vfree(E);
51 * \(kfree@p\|kvfree@p\|kfree_sensitive@p\|kvfree_sensitive@p\|vfree@p\|
/linux-6.3-rc2/drivers/media/test-drivers/visl/
A Dvisl-debugfs.c75 vfree(blob->blob.data); in visl_trace_bitstream()
92 vfree(blob->blob.data); in visl_debugfs_clear_bitstream()

Completed in 36 milliseconds

12345678910>>...23