/linux-4.19.296/lib/ |
D | test_kasan.c | 43 kfree(ptr); in kmalloc_oob_right() 59 kfree(ptr); in kmalloc_oob_left() 75 kfree(ptr); in kmalloc_node_oob_right() 95 kfree(ptr); in kmalloc_pagealloc_oob_right() 110 kfree(ptr); in kmalloc_pagealloc_uaf() 126 kfree(ptr + 1); in kmalloc_pagealloc_invalid_free() 145 kfree(ptr); in kmalloc_large_oob_right() 159 kfree(ptr1); in kmalloc_oob_krealloc_more() 160 kfree(ptr2); in kmalloc_oob_krealloc_more() 165 kfree(ptr2); in kmalloc_oob_krealloc_more() [all …]
|
/linux-4.19.296/drivers/hid/intel-ish-hid/ishtp/ |
D | client-buffers.c | 82 kfree(tx_buf); in ishtp_cl_alloc_tx_ring() 114 kfree(rb->buffer.data); in ishtp_cl_free_rx_ring() 115 kfree(rb); in ishtp_cl_free_rx_ring() 124 kfree(rb->buffer.data); in ishtp_cl_free_rx_ring() 125 kfree(rb); in ishtp_cl_free_rx_ring() 147 kfree(tx_buf->send_buf.data); in ishtp_cl_free_tx_ring() 148 kfree(tx_buf); in ishtp_cl_free_tx_ring() 158 kfree(tx_buf->send_buf.data); in ishtp_cl_free_tx_ring() 159 kfree(tx_buf); in ishtp_cl_free_tx_ring() 175 kfree(rb->buffer.data); in ishtp_io_rb_free() [all …]
|
/linux-4.19.296/fs/btrfs/tests/ |
D | btrfs-tests.c | 85 kfree(fs_info); in btrfs_alloc_dummy_fs_info() 91 kfree(fs_info->fs_devices); in btrfs_alloc_dummy_fs_info() 92 kfree(fs_info); in btrfs_alloc_dummy_fs_info() 100 kfree(fs_info->fs_devices); in btrfs_alloc_dummy_fs_info() 101 kfree(fs_info->super_copy); in btrfs_alloc_dummy_fs_info() 102 kfree(fs_info); in btrfs_alloc_dummy_fs_info() 170 kfree(fs_info->super_copy); in btrfs_free_dummy_fs_info() 171 kfree(fs_info->fs_devices); in btrfs_free_dummy_fs_info() 172 kfree(fs_info); in btrfs_free_dummy_fs_info() 184 kfree(root); in btrfs_free_dummy_root() [all …]
|
/linux-4.19.296/drivers/misc/lkdtm/ |
D | heap.c | 23 kfree(data); in lkdtm_OVERWRITE_ALLOCATION() 43 kfree(base); in lkdtm_WRITE_AFTER_FREE() 47 kfree(again); in lkdtm_WRITE_AFTER_FREE() 72 kfree(base); in lkdtm_READ_AFTER_FREE() 80 kfree(base); in lkdtm_READ_AFTER_FREE() 91 kfree(val); in lkdtm_READ_AFTER_FREE() 147 kfree(val); in lkdtm_READ_BUDDY_AFTER_FREE()
|
/linux-4.19.296/drivers/s390/cio/ |
D | airq.c | 78 kfree(airq->lsi_ptr); in unregister_adapter_interrupt() 165 kfree(iv->ptr); in airq_iv_create() 166 kfree(iv->bitlock); in airq_iv_create() 167 kfree(iv->avail); in airq_iv_create() 168 kfree(iv->vector); in airq_iv_create() 169 kfree(iv); in airq_iv_create() 181 kfree(iv->data); in airq_iv_release() 182 kfree(iv->ptr); in airq_iv_release() 183 kfree(iv->bitlock); in airq_iv_release() 184 kfree(iv->vector); in airq_iv_release() [all …]
|
/linux-4.19.296/fs/btrfs/ |
D | ref-verify.c | 253 kfree(re); in free_block_entry() 259 kfree(ref); in free_block_entry() 266 kfree(ra); in free_block_entry() 268 kfree(be); in free_block_entry() 281 kfree(re); in add_block_entry() 282 kfree(be); in add_block_entry() 299 kfree(re); in add_block_entry() 301 kfree(re); in add_block_entry() 303 kfree(be); in add_block_entry() 316 kfree(re); in add_block_entry() [all …]
|
/linux-4.19.296/drivers/pci/hotplug/ |
D | rpaphp_slot.c | 24 kfree(slot->hotplug_slot->info); in dealloc_slot_struct() 25 kfree(slot->name); in dealloc_slot_struct() 26 kfree(slot->hotplug_slot); in dealloc_slot_struct() 27 kfree(slot); in dealloc_slot_struct() 57 kfree(slot->hotplug_slot->info); in alloc_slot_struct() 59 kfree(slot->hotplug_slot); in alloc_slot_struct() 61 kfree(slot); in alloc_slot_struct()
|
D | s390_pci_hpc.c | 183 kfree(info); in zpci_init_slot() 185 kfree(hotplug_slot); in zpci_init_slot() 187 kfree(slot); in zpci_init_slot() 202 kfree(slot->hotplug_slot->info); in zpci_exit_slot() 203 kfree(slot->hotplug_slot); in zpci_exit_slot() 204 kfree(slot); in zpci_exit_slot()
|
/linux-4.19.296/drivers/base/regmap/ |
D | regcache-lzo.c | 168 kfree(sync_bmp); in regcache_lzo_init() 220 kfree(lzo_blocks[0]->sync_bmp); in regcache_lzo_exit() 223 kfree(lzo_blocks[i]->wmem); in regcache_lzo_exit() 224 kfree(lzo_blocks[i]->dst); in regcache_lzo_exit() 227 kfree(lzo_blocks[i]); in regcache_lzo_exit() 229 kfree(lzo_blocks); in regcache_lzo_exit() 263 kfree(lzo_block->dst); in regcache_lzo_read() 297 kfree(lzo_block->dst); in regcache_lzo_write() 303 kfree(lzo_block->dst); in regcache_lzo_write() 314 kfree(lzo_block->dst); in regcache_lzo_write() [all …]
|
/linux-4.19.296/block/partitions/ |
D | efi.c | 306 kfree(pte); in alloc_read_gpt_entries() 333 kfree(gpt); in alloc_read_gpt_header() 461 kfree(*ptes); in is_gpt_valid() 464 kfree(*gpt); in is_gpt_valid() 619 kfree(legacymbr); in find_valid_gpt() 648 kfree(agpt); in find_valid_gpt() 649 kfree(aptes); in find_valid_gpt() 657 kfree(pgpt); in find_valid_gpt() 658 kfree(pptes); in find_valid_gpt() 664 kfree(pgpt); in find_valid_gpt() [all …]
|
/linux-4.19.296/drivers/clk/ti/ |
D | apll.c | 171 kfree(clk_hw->hw.init->parent_names); in omap_clk_register_apll() 172 kfree(clk_hw->hw.init); in omap_clk_register_apll() 177 kfree(clk_hw->dpll_data); in omap_clk_register_apll() 178 kfree(clk_hw->hw.init->parent_names); in omap_clk_register_apll() 179 kfree(clk_hw->hw.init); in omap_clk_register_apll() 180 kfree(clk_hw); in omap_clk_register_apll() 230 kfree(parent_names); in of_dra7_apll_setup() 231 kfree(ad); in of_dra7_apll_setup() 232 kfree(clk_hw); in of_dra7_apll_setup() 233 kfree(init); in of_dra7_apll_setup() [all …]
|
/linux-4.19.296/crypto/asymmetric_keys/ |
D | signature.c | 31 kfree(sig->auth_ids[i]); in public_key_signature_free() 32 kfree(sig->s); in public_key_signature_free() 33 kfree(sig->digest); in public_key_signature_free() 34 kfree(sig); in public_key_signature_free()
|
/linux-4.19.296/lib/reed_solomon/ |
D | reed_solomon.c | 160 kfree(rs->genpoly); in codec_init() 161 kfree(rs->index_of); in codec_init() 162 kfree(rs->alpha_to); in codec_init() 163 kfree(rs); in codec_init() 188 kfree(cd->alpha_to); in free_rs() 189 kfree(cd->index_of); in free_rs() 190 kfree(cd->genpoly); in free_rs() 191 kfree(cd); in free_rs() 194 kfree(rs); in free_rs() 268 kfree(rs); in init_rs_internal()
|
/linux-4.19.296/drivers/clk/sunxi/ |
D | clk-sun8i-mbus.c | 97 kfree(parents); /* parents is deep copied */ in sun8i_a23_mbus_setup() 105 kfree(gate); in sun8i_a23_mbus_setup() 107 kfree(mux); in sun8i_a23_mbus_setup() 109 kfree(div); in sun8i_a23_mbus_setup() 115 kfree(parents); in sun8i_a23_mbus_setup()
|
/linux-4.19.296/drivers/xen/xenbus/ |
D | xenbus_xs.c | 265 kfree(req); in xs_wait_for_reply() 341 kfree(ret); in xs_talkv() 348 kfree(ret); in xs_talkv() 372 kfree(reply); in xs_error() 409 kfree(strings); in split() 413 kfree(strings); in split() 433 kfree(path); in xenbus_directory() 451 kfree(d); in xenbus_exists() 471 kfree(path); in xenbus_read() 496 kfree(path); in xenbus_write() [all …]
|
/linux-4.19.296/drivers/of/ |
D | overlay.c | 262 kfree(target_path); in dup_and_fixup_symbol_prop() 267 kfree(new_prop->name); in dup_and_fixup_symbol_prop() 268 kfree(new_prop->value); in dup_and_fixup_symbol_prop() 269 kfree(new_prop); in dup_and_fixup_symbol_prop() 271 kfree(target_path); in dup_and_fixup_symbol_prop() 367 kfree(new_prop->name); in add_changeset_property() 368 kfree(new_prop->value); in add_changeset_property() 369 kfree(new_prop); in add_changeset_property() 753 kfree(fragments); in init_overlay_changeset() 776 kfree(ovcs->fragments); in free_overlay_changeset() [all …]
|
/linux-4.19.296/drivers/s390/char/ |
D | keyboard.c | 119 kfree(kbd->fn_handler); in kbd_alloc() 122 kfree(kbd->func_table[i]); in kbd_alloc() 123 kfree(kbd->func_table); in kbd_alloc() 126 kfree(kbd->key_maps[i]); in kbd_alloc() 127 kfree(kbd->key_maps); in kbd_alloc() 129 kfree(kbd); in kbd_alloc() 139 kfree(kbd->accent_table); in kbd_free() 140 kfree(kbd->fn_handler); in kbd_free() 142 kfree(kbd->func_table[i]); in kbd_free() 143 kfree(kbd->func_table); in kbd_free() [all …]
|
/linux-4.19.296/fs/squashfs/ |
D | super.c | 334 kfree(sblk); in squashfs_fill_super() 342 kfree(msblk->inode_lookup_table); in squashfs_fill_super() 343 kfree(msblk->fragment_index); in squashfs_fill_super() 344 kfree(msblk->id_table); in squashfs_fill_super() 345 kfree(msblk->xattr_id_table); in squashfs_fill_super() 346 kfree(sb->s_fs_info); in squashfs_fill_super() 348 kfree(sblk); in squashfs_fill_super() 390 kfree(sbi->id_table); in squashfs_put_super() 391 kfree(sbi->fragment_index); in squashfs_put_super() 392 kfree(sbi->meta_index); in squashfs_put_super() [all …]
|
D | decompressor_multi.c | 102 kfree(decomp_strm); in squashfs_decompressor_create() 103 kfree(stream); in squashfs_decompressor_create() 119 kfree(decomp_strm); in squashfs_decompressor_destroy() 123 kfree(stream->comp_opts); in squashfs_decompressor_destroy() 124 kfree(stream); in squashfs_decompressor_destroy() 161 kfree(decomp_strm); in get_decomp_stream()
|
/linux-4.19.296/drivers/s390/net/ |
D | smsgiucv_app.c | 63 kfree(ev->buf); in smsg_app_event_free() 64 kfree(ev); in smsg_app_event_free() 79 kfree(ev); in smsg_app_event_alloc() 165 kfree(smsg_app_dev); in smsgiucv_app_init() 171 kfree(smsg_app_dev); in smsgiucv_app_init() 176 smsg_app_dev->release = (void (*)(struct device *)) kfree; in smsgiucv_app_init()
|
/linux-4.19.296/drivers/xen/ |
D | arm-device.c | 77 kfree(gpfns); in xen_map_device_mmio() 78 kfree(idxs); in xen_map_device_mmio() 79 kfree(errs); in xen_map_device_mmio() 101 kfree(gpfns); in xen_map_device_mmio() 102 kfree(idxs); in xen_map_device_mmio() 103 kfree(errs); in xen_map_device_mmio()
|
D | xen-acpi-processor.c | 108 kfree(dst_cx_states); in push_cxx_to_hypervisor() 139 kfree(dst_cx_states); in push_cxx_to_hypervisor() 272 kfree(dst_states); in push_pxx_to_hypervisor() 419 kfree(acpi_id_present); in check_acpi_ids() 426 kfree(acpi_id_present); in check_acpi_ids() 427 kfree(acpi_id_cst_present); in check_acpi_ids() 493 kfree(pr_backup); in xen_upload_processor_pm_data() 543 kfree(acpi_ids_done); in xen_acpi_processor_init() 587 kfree(acpi_ids_done); in xen_acpi_processor_init() 595 kfree(acpi_ids_done); in xen_acpi_processor_exit() [all …]
|
/linux-4.19.296/drivers/s390/virtio/ |
D | virtio_ccw.c | 223 kfree(info); in new_airq_info() 233 kfree(info); in new_airq_info() 365 kfree(indicatorp); in virtio_ccw_drop_indicator() 366 kfree(thinint_area); in virtio_ccw_drop_indicator() 469 kfree(info->info_block); in virtio_ccw_del_vq() 470 kfree(info); in virtio_ccw_del_vq() 488 kfree(ccw); in virtio_ccw_del_vqs() 580 kfree(info->info_block); in virtio_ccw_setup_vq() 582 kfree(info); in virtio_ccw_setup_vq() 630 kfree(thinint_area); in virtio_ccw_register_adapter_ind() [all …]
|
/linux-4.19.296/drivers/lightnvm/ |
D | pblk-init.c | 470 kfree(pblk->pad_dist); in pblk_core_init() 493 kfree(pblk->pad_dist); in pblk_core_free() 501 kfree(l_mg->bb_template); in pblk_line_mg_free() 502 kfree(l_mg->bb_aux); in pblk_line_mg_free() 503 kfree(l_mg->vsc_list); in pblk_line_mg_free() 506 kfree(l_mg->sline_meta[i]); in pblk_line_mg_free() 508 kfree(l_mg->eline_meta[i]); in pblk_line_mg_free() 517 kfree(line->blk_bitmap); in pblk_line_meta_free() 518 kfree(line->erase_bitmap); in pblk_line_meta_free() 519 kfree(line->chks); in pblk_line_meta_free() [all …]
|
/linux-4.19.296/fs/9p/ |
D | v9fs.c | 266 kfree(v9ses->uname); in v9fs_parse_options() 274 kfree(v9ses->aname); in v9fs_parse_options() 295 kfree(v9ses->cachetag); in v9fs_parse_options() 317 kfree(s); in v9fs_parse_options() 344 kfree(s); in v9fs_parse_options() 354 kfree(s); in v9fs_parse_options() 389 kfree(tmp_options); in v9fs_parse_options() 495 kfree(v9ses->cachetag); in v9fs_session_init() 499 kfree(v9ses->uname); in v9fs_session_init() 500 kfree(v9ses->aname); in v9fs_session_init() [all …]
|