/linux-6.3-rc2/lib/ |
A D | test_vmalloc.c | 103 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 D | fortify_kunit.c | 215 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 D | test_rhashtable.c | 429 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 D | kfree_mismatch.cocci | 4 /// 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 D | kfree_sensitive.cocci | 48 * \(kfree\|vfree\|kvfree\)(E)@p; 64 - \(vfree\|kvfree\)(E)@p; 82 - \(vfree\|kvfree\)(E)@p;
|
/linux-6.3-rc2/sound/drivers/opl4/ |
A D | opl4_proc.c | 51 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 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-6.3-rc2/drivers/staging/rts5208/ |
A D | rtsx_scsi.c | 543 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 D | lzo_wrapper.c | 45 vfree(stream->input); in lzo_init() 58 vfree(stream->input); in lzo_free() 59 vfree(stream->output); in lzo_free()
|
A D | lz4_wrapper.c | 70 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 D | sw.c | 173 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 D | zstd.c | 52 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 D | deflate.c | 67 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 D | cq.c | 264 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 D | dm-log.c | 490 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 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()
|
A D | compr_lzo.c | 26 vfree(lzo_mem); in free_workspace() 27 vfree(lzo_compress_buf); in free_workspace()
|
/linux-6.3-rc2/tools/testing/crypto/chacha20-s390/ |
A D | test-cipher.c | 343 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 D | ioremap.c | 70 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 D | vpu_cmds.c | 94 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 D | resize.c | 115 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 D | ebtables.c | 949 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 D | l1oip_codec.c | 303 vfree(table_dec); in l1oip_4bit_free() 304 vfree(table_com); in l1oip_4bit_free()
|
/linux-6.3-rc2/scripts/coccinelle/free/ |
A D | ifnullfree.cocci | 30 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 D | visl-debugfs.c | 75 vfree(blob->blob.data); in visl_trace_bitstream() 92 vfree(blob->blob.data); in visl_debugfs_clear_bitstream()
|