Home
last modified time | relevance | path

Searched refs:kfree (Results 1 – 25 of 4740) sorted by relevance

12345678910>>...190

/Linux-v4.19/net/ceph/crush/
Dcrush.c50 kfree(b->h.items); in crush_destroy_bucket_uniform()
51 kfree(b); in crush_destroy_bucket_uniform()
56 kfree(b->item_weights); in crush_destroy_bucket_list()
57 kfree(b->sum_weights); in crush_destroy_bucket_list()
58 kfree(b->h.items); in crush_destroy_bucket_list()
59 kfree(b); in crush_destroy_bucket_list()
64 kfree(b->h.items); in crush_destroy_bucket_tree()
65 kfree(b->node_weights); in crush_destroy_bucket_tree()
66 kfree(b); in crush_destroy_bucket_tree()
71 kfree(b->straws); in crush_destroy_bucket_straw()
[all …]
/Linux-v4.19/drivers/mtd/maps/
Dpmcmsp-flash.c115 kfree(msp_parts[i]); in init_msp_flash()
137 kfree(msp_parts[i]); in init_msp_flash()
145 kfree(msp_parts[i]); in init_msp_flash()
158 kfree(msp_maps[i].name); in init_msp_flash()
160 kfree(msp_parts[i]); in init_msp_flash()
178 kfree(msp_maps[i].name); in init_msp_flash()
180 kfree(msp_parts[i]); in init_msp_flash()
191 kfree(msp_maps[i].name); in init_msp_flash()
193 kfree(msp_parts[i]); in init_msp_flash()
195 kfree(msp_maps); in init_msp_flash()
[all …]
/Linux-v4.19/lib/
Dtest_kasan.c43 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()
164 kfree(ptr2); in kmalloc_oob_krealloc_more()
178 kfree(ptr1); in kmalloc_oob_krealloc_less()
[all …]
/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Dacx.c37 kfree(rates); in wl1251_acx_frame_rates()
58 kfree(mac); in wl1251_acx_station_id()
85 kfree(default_key); in wl1251_acx_default_key()
112 kfree(wake_up); in wl1251_acx_wake_up_conditions()
131 kfree(auth); in wl1251_acx_sleep_auth()
163 kfree(rev); in wl1251_acx_fw_version()
190 kfree(acx); in wl1251_acx_tx_power()
217 kfree(feature); in wl1251_acx_feature_cfg()
278 kfree(params); in wl1251_acx_data_path_params()
302 kfree(acx); in wl1251_acx_rx_msdu_life_time()
[all …]
/Linux-v4.19/drivers/hid/intel-ish-hid/ishtp/
Dclient-buffers.c82 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-v4.19/fs/btrfs/tests/
Dbtrfs-tests.c79 kfree(fs_info); in btrfs_alloc_dummy_fs_info()
85 kfree(fs_info->fs_devices); in btrfs_alloc_dummy_fs_info()
86 kfree(fs_info); in btrfs_alloc_dummy_fs_info()
94 kfree(fs_info->fs_devices); in btrfs_alloc_dummy_fs_info()
95 kfree(fs_info->super_copy); in btrfs_alloc_dummy_fs_info()
96 kfree(fs_info); in btrfs_alloc_dummy_fs_info()
165 kfree(fs_info->super_copy); in btrfs_free_dummy_fs_info()
166 kfree(fs_info->fs_devices); in btrfs_free_dummy_fs_info()
167 kfree(fs_info); in btrfs_free_dummy_fs_info()
179 kfree(root); in btrfs_free_dummy_root()
[all …]
/Linux-v4.19/drivers/s390/cio/
Dairq.c78 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-v4.19/drivers/misc/lkdtm/
Dheap.c23 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-v4.19/drivers/mtd/devices/
Dms02-nv.c232 kfree(csr_res); in ms02nv_init_one()
235 kfree(user_res); in ms02nv_init_one()
238 kfree(diag_res); in ms02nv_init_one()
240 kfree(mp); in ms02nv_init_one()
242 kfree(mtd); in ms02nv_init_one()
246 kfree(mod_res); in ms02nv_init_one()
260 kfree(mp->resource.csr); in ms02nv_remove_one()
262 kfree(mp->resource.user_ram); in ms02nv_remove_one()
264 kfree(mp->resource.diag_ram); in ms02nv_remove_one()
266 kfree(mp->resource.module); in ms02nv_remove_one()
[all …]
/Linux-v4.19/drivers/gpu/drm/udl/
Dudl_connector.c38 kfree(read_buff); in udl_get_edid_block()
44 kfree(read_buff); in udl_get_edid_block()
67 kfree(block_buff); in udl_get_edid()
71 kfree(block_buff); in udl_get_edid()
77 kfree(*result_buff); in udl_get_edid()
90 kfree(block_buff); in udl_get_edid()
134 kfree(udl_connector->edid); in udl_detect()
170 kfree(udl_connector->edid); in udl_connector_destroy()
171 kfree(connector); in udl_connector_destroy()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_scatter.c63 kfree(entry->busaddr); in drm_sg_cleanup()
64 kfree(entry->pagelist); in drm_sg_cleanup()
65 kfree(entry); in drm_sg_cleanup()
110 kfree(entry); in drm_legacy_sg_alloc()
116 kfree(entry->pagelist); in drm_legacy_sg_alloc()
117 kfree(entry); in drm_legacy_sg_alloc()
123 kfree(entry->busaddr); in drm_legacy_sg_alloc()
124 kfree(entry->pagelist); in drm_legacy_sg_alloc()
125 kfree(entry); in drm_legacy_sg_alloc()
Ddrm_dma.c102 kfree(dma->bufs[i].seglist); in drm_legacy_dma_takedown()
106 kfree(dma->bufs[i].buflist[j].dev_private); in drm_legacy_dma_takedown()
108 kfree(dma->bufs[i].buflist); in drm_legacy_dma_takedown()
112 kfree(dma->buflist); in drm_legacy_dma_takedown()
113 kfree(dma->pagelist); in drm_legacy_dma_takedown()
114 kfree(dev->dma); in drm_legacy_dma_takedown()
/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbnad_debugfs.c64 kfree(fw_debug); in bnad_debugfs_open_fwtrc()
75 kfree(fw_debug->debug_buffer); in bnad_debugfs_open_fwtrc()
77 kfree(fw_debug); in bnad_debugfs_open_fwtrc()
104 kfree(fw_debug); in bnad_debugfs_open_fwsave()
115 kfree(fw_debug->debug_buffer); in bnad_debugfs_open_fwsave()
117 kfree(fw_debug); in bnad_debugfs_open_fwsave()
204 kfree(drv_info); in bnad_debugfs_open_drvinfo()
214 kfree(drv_info->debug_buffer); in bnad_debugfs_open_drvinfo()
216 kfree(drv_info); in bnad_debugfs_open_drvinfo()
300 kfree(bnad->regdata); in bnad_debugfs_read_regrd()
[all …]
/Linux-v4.19/drivers/pci/hotplug/
Drpaphp_slot.c24 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()
/Linux-v4.19/drivers/power/supply/
Dpower_supply_leds.c91 kfree(psy->full_trig_name); in power_supply_create_bat_triggers()
93 kfree(psy->charging_trig_name); in power_supply_create_bat_triggers()
95 kfree(psy->charging_full_trig_name); in power_supply_create_bat_triggers()
106 kfree(psy->charging_blink_full_solid_trig_name); in power_supply_remove_bat_triggers()
107 kfree(psy->full_trig_name); in power_supply_remove_bat_triggers()
108 kfree(psy->charging_trig_name); in power_supply_remove_bat_triggers()
109 kfree(psy->charging_full_trig_name); in power_supply_remove_bat_triggers()
144 kfree(psy->online_trig_name); in power_supply_remove_gen_triggers()
/Linux-v4.19/drivers/base/regmap/
Dregcache-lzo.c168 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-v4.19/drivers/usb/serial/
Dio_ti.c422 kfree(temp); in write_boot_mem()
542 kfree(oedb); in tx_active()
572 kfree(lsr); in tx_active()
573 kfree(oedb); in tx_active()
690 kfree(rom_desc); in check_i2c_image()
750 kfree(buffer); in check_i2c_image()
751 kfree(rom_desc); in check_i2c_image()
793 kfree(rom_desc); in get_manuf_info()
850 kfree(buffer); in build_i2c_fw_hdr()
906 kfree(data); in i2c_type_bootmode()
[all …]
/Linux-v4.19/net/nfc/hci/
Dllc.c50 kfree(llc_engine->name); in nfc_llc_exit()
51 kfree(llc_engine); in nfc_llc_exit()
65 kfree(llc_engine); in nfc_llc_register()
97 kfree(llc_engine->name); in nfc_llc_unregister()
98 kfree(llc_engine); in nfc_llc_unregister()
122 kfree(llc); in nfc_llc_allocate()
133 kfree(llc); in nfc_llc_free()
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dacx.c63 kfree(wake_up); in wl1271_acx_wake_up_conditions()
91 kfree(auth); in wl1271_acx_sleep_auth()
123 kfree(acx); in wl1271_acx_tx_power()
153 kfree(feature); in wl1271_acx_feature_cfg()
194 kfree(acx); in wl1271_acx_rx_msdu_life_time()
223 kfree(slot); in wl1271_acx_slot()
255 kfree(acx); in wl1271_acx_group_address_tbl()
286 kfree(rx_timeout); in wl1271_acx_service_period_timeout()
321 kfree(rts); in wl1271_acx_rts_threshold()
350 kfree(dco); in wl1271_acx_dco_itrim_params()
[all …]
/Linux-v4.19/block/partitions/
Defi.c306 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-v4.19/drivers/staging/rtl8712/
Drtl871x_cmd.c76 kfree(pcmdpriv->cmd_allocated_buf); in _init_cmd_priv()
104 kfree(pevtpriv->evt_allocated_buf); in _free_evt_priv()
110 kfree(pcmdpriv->cmd_allocated_buf); in _free_cmd_priv()
111 kfree(pcmdpriv->rsp_allocated_buf); in _free_cmd_priv()
208 kfree(pcmd->parmbuf); in r8712_free_cmd_obj()
211 kfree(pcmd->rsp); in r8712_free_cmd_obj()
213 kfree(pcmd); in r8712_free_cmd_obj()
235 kfree(ph2c); in r8712_sitesurvey_cmd()
268 kfree(ph2c); in r8712_setdatarate_cmd()
290 kfree(ph2c); in r8712_set_chplan_cmd()
[all …]
/Linux-v4.19/net/batman-adv/
Dhash.c43 kfree(hash->list_locks); in batadv_hash_destroy()
44 kfree(hash->table); in batadv_hash_destroy()
45 kfree(hash); in batadv_hash_destroy()
76 kfree(hash->table); in batadv_hash_new()
78 kfree(hash); in batadv_hash_new()
/Linux-v4.19/drivers/staging/wilc1000/
Dhost_interface.c280 kfree(msg); in handle_set_channel()
324 kfree(buffer); in handle_set_wfi_drv_handler()
327 kfree(msg); in handle_set_wfi_drv_handler()
352 kfree(msg); in handle_set_operation_mode()
382 kfree(msg); in handle_set_ip_address()
403 kfree(wid.val); in handle_get_ip_address()
410 kfree(msg); in handle_get_ip_address()
728 kfree(msg); in handle_cfg_param()
873 kfree(scan_info->ch_freq_list); in handle_scan()
876 kfree(scan_info->ies); in handle_scan()
[all …]
/Linux-v4.19/drivers/pnp/pnpbios/
Dproc.c86 kfree(tmpbuf); in escd_proc_show()
97 kfree(tmpbuf); in escd_proc_show()
102 kfree(tmpbuf); in escd_proc_show()
114 kfree(buf); in pnp_legacyres_proc_show()
119 kfree(buf); in pnp_legacyres_proc_show()
149 kfree(node); in pnp_devices_proc_show()
165 kfree(node); in pnpbios_proc_show()
170 kfree(node); in pnpbios_proc_show()
209 kfree(node); in pnpbios_proc_write()
/Linux-v4.19/drivers/clk/ti/
Dapll.c171 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 …]

12345678910>>...190