Home
last modified time | relevance | path

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

123456

/external/squashfs-tools/kernel/fs/squashfs/
Dsuper.c276 kfree(sblk); in squashfs_fill_super()
283 kfree(msblk->inode_lookup_table); in squashfs_fill_super()
284 kfree(msblk->fragment_index); in squashfs_fill_super()
285 kfree(msblk->id_table); in squashfs_fill_super()
286 kfree(msblk->stream.workspace); in squashfs_fill_super()
287 kfree(sb->s_fs_info); in squashfs_fill_super()
289 kfree(sblk); in squashfs_fill_super()
293 kfree(msblk->stream.workspace); in squashfs_fill_super()
294 kfree(sb->s_fs_info); in squashfs_fill_super()
332 kfree(sbi->id_table); in squashfs_put_super()
[all …]
Dcache.c218 kfree(cache->entry[i].data[j]); in squashfs_cache_delete()
219 kfree(cache->entry[i].data); in squashfs_cache_delete()
223 kfree(cache->entry); in squashfs_cache_delete()
224 kfree(cache); in squashfs_cache_delete()
410 kfree(data); in squashfs_read_table()
Dnamei.c122 kfree(index); in get_dir_index_using_name()
224 kfree(dire); in squashfs_lookup()
235 kfree(dire); in squashfs_lookup()
/external/u-boot/fs/yaffs2/
Dyaffs_allocator.c70 kfree(allocator->alloc_tnode_list->tnodes); in yaffs_deinit_raw_tnodes()
71 kfree(allocator->alloc_tnode_list); in yaffs_deinit_raw_tnodes()
232 kfree(allocator->allocated_obj_list->objects); in yaffs_deinit_raw_objs()
233 kfree(allocator->allocated_obj_list); in yaffs_deinit_raw_objs()
262 kfree(new_objs); in yaffs_create_free_objs()
264 kfree(list); in yaffs_create_free_objs()
337 kfree(dev->allocator); in yaffs_deinit_raw_tnodes_and_objs()
/external/u-boot/scripts/coccinelle/free/
Difnullfree.cocci4 /// "kfree(NULL) is safe this check is probably not required"
21 kfree(E);
44 * \(kfree@p\|kzfree@p\|debugfs_remove@p\|debugfs_remove_recursive@p\|
58 msg = "WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recu…
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
Dtmod.c132 kfree(inparms); in tmod_ioctl()
139 kfree(inparms); in tmod_ioctl()
192 kfree(inparms); in tmod_ioctl()
195 kfree(outparms); in tmod_ioctl()
/external/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi_cmds.c95 kfree(str_obj); in get_str_object()
105 kfree(str_obj_result); in get_str_object()
107 kfree(str_obj); in get_str_object()
129 kfree(sysfs_path); in get_sysfs_path()
165 kfree(str_obj_result); in acpi_traverse()
195 kfree(dev_info); in acpi_traverse()
204 kfree(dev_info); in acpi_traverse()
276 kfree(dev_info); in acpi_init()
683 kfree(str_obj_result); in cleanup_module()
684 kfree(sysfs_path); in cleanup_module()
/external/u-boot/arch/arm/mach-imx/
Dcmd_nandbcb.c88 kfree(ecc_buf); in encode_bch_ecc()
89 kfree(tmp_buf); in encode_bch_ecc()
313 kfree(fcb_raw_page); in write_fcb_dbbt()
427 kfree(dbbt_data_page); in nandbcb_update()
429 kfree(dbbt_page); in nandbcb_update()
431 kfree(fcb); in nandbcb_update()
433 kfree(fwbuf); in nandbcb_update()
506 kfree(dbbt_data_page); in do_nandbcb_bcbonly()
508 kfree(dbbt_page); in do_nandbcb_bcbonly()
510 kfree(fcb); in do_nandbcb_bcbonly()
/external/u-boot/drivers/clk/
Dclk_sandbox_ccf.c69 kfree(pll); in sandbox_clk_pllv3()
132 kfree(gate); in sandbox_clk_register_gate2()
213 kfree(gate); in sandbox_clk_composite()
214 kfree(div); in sandbox_clk_composite()
215 kfree(mux); in sandbox_clk_composite()
/external/u-boot/fs/ubifs/
Dsuper.c419 kfree(ino); in ubifs_iget()
432 kfree(ino); in ubifs_iget()
466 kfree(ui->data); in ubifs_destroy_inode()
1019 kfree(c->jheads[i].wbuf.buf); in free_wbufs()
1020 kfree(c->jheads[i].wbuf.inodes); in free_wbufs()
1022 kfree(c->jheads); in free_wbufs()
1039 kfree(orph); in free_orphans()
1045 kfree(orph); in free_orphans()
1062 kfree(bud); in free_buds()
1218 kfree(name); in ubifs_parse_options()
[all …]
Dtnc_misc.c236 kfree(zn->zbranch[n].znode); in ubifs_destroy_tnc_subtree()
242 kfree(zn); in ubifs_destroy_tnc_subtree()
276 kfree(idx); in read_znode()
376 kfree(idx); in read_znode()
382 kfree(idx); in read_znode()
435 kfree(znode); in ubifs_load_znode()
Dsb.c195 kfree(sup); in create_default_filesystem()
252 kfree(mst); in create_default_filesystem()
257 kfree(mst); in create_default_filesystem()
280 kfree(idx); in create_default_filesystem()
312 kfree(ino); in create_default_filesystem()
331 kfree(cs); in create_default_filesystem()
494 kfree(sup); in ubifs_read_sb_node()
664 kfree(sup); in ubifs_read_superblock()
813 kfree(sup); in ubifs_fixup_free_space()
Dlog.c178 kfree(bud); in ubifs_add_bud_to_log()
274 kfree(ref); in ubifs_add_bud_to_log()
279 kfree(ref); in ubifs_add_bud_to_log()
280 kfree(bud); in ubifs_add_bud_to_log()
435 kfree(buf); in ubifs_log_start_commit()
510 kfree(bud); in ubifs_log_post_commit()
580 kfree(dr); in destroy_done_tree()
Dorphan.c68 kfree(orphan); in ubifs_add_orphan()
82 kfree(orphan); in ubifs_add_orphan()
141 kfree(o); in ubifs_delete_orphan()
444 kfree(orphan); in erase_deleted()
521 kfree(orphan); in insert_dead_orphan()
777 kfree(orphan); in dbg_ins_check_orphan()
809 kfree(o); in dbg_free_check_tree()
943 kfree(ci.node); in dbg_check_orphans()
/external/perfetto/test/trace_processor/
Dprint_systrace_unsigned.out2 " <unknown>-10 ( 10) [000] .... 0.000000: kfree: call_site=16 ptr=32"
3 " <unknown>-10 ( 10) [000] .... 0.000000: kfree: call_site=18446744073709551600 ptr=1844…
/external/ltp/testcases/kernel/device-drivers/usb/tusb/
Dtusb.c215 kfree(inparms); in tusb_ioctl()
222 kfree(inparms); in tusb_ioctl()
279 kfree(inparms); in tusb_ioctl()
282 kfree(outparms); in tusb_ioctl()
532 kfree(ltp_usb.dev); in tusb_exit_module()
/external/u-boot/drivers/mtd/nand/raw/
Dnand_bch.c205 kfree(erased_page); in nand_bch_init()
227 kfree(nbc->errloc); in nand_bch_free()
228 kfree(nbc->eccmask); in nand_bch_free()
229 kfree(nbc); in nand_bch_free()
/external/u-boot/lib/crypto/
Dpublic_key.c53 kfree(key->key); in public_key_free()
54 kfree(key->params); in public_key_free()
55 kfree(key); in public_key_free()
184 kfree(key); in software_key_query()
269 kfree(key); in software_key_eds_op()
343 kfree(key); in public_key_verify_signature()
Dasymmetric_type.c102 kfree(req); in find_asymmetric_key()
253 kfree(match_id); in asymmetric_key_hex_to_key_id()
339 kfree(match_data->preparsed); in asymmetric_key_match_free()
422 kfree(kids->id[i]); in asymmetric_key_free_kids()
423 kfree(kids); in asymmetric_key_free_kids()
443 kfree(prep->description); in asymmetric_key_free_preparse()
549 kfree(parse_buf); in asymmetric_lookup_restriction()
Dx509_cert_parser.c56 kfree(cert->issuer); in x509_free_certificate()
57 kfree(cert->subject); in x509_free_certificate()
58 kfree(cert->id); in x509_free_certificate()
59 kfree(cert->skid); in x509_free_certificate()
60 kfree(cert); in x509_free_certificate()
146 kfree(ctx); in x509_cert_parse()
150 kfree(ctx); in x509_cert_parse()
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dtagp.c161 kfree(inparms); in tagp_ioctl()
168 kfree(inparms); in tagp_ioctl()
275 kfree(inparms); in tagp_ioctl()
278 kfree(outparms); in tagp_ioctl()
445 kfree(info); in test_agp_copy_info()
/external/u-boot/lib/
Dbch.c84 #define kfree free macro
1223 kfree(genpoly); in compute_generator_polynomial()
1267 kfree(g); in compute_generator_polynomial()
1268 kfree(roots); in compute_generator_polynomial()
1370 kfree(genpoly); in init_bch()
1392 kfree(bch->a_pow_tab); in free_bch()
1393 kfree(bch->a_log_tab); in free_bch()
1394 kfree(bch->mod8_tab); in free_bch()
1395 kfree(bch->ecc_buf); in free_bch()
1396 kfree(bch->ecc_buf2); in free_bch()
[all …]
/external/u-boot/drivers/clk/imx/
Dclk-pllv3.c60 kfree(pll); in imx_clk_pllv3()
70 kfree(pll); in imx_clk_pllv3()
Dclk-composite-8m.c166 kfree(gate); in imx8m_clk_composite_flags()
167 kfree(div); in imx8m_clk_composite_flags()
168 kfree(mux); in imx8m_clk_composite_flags()
/external/ltp/testcases/kernel/device-drivers/nls/
DnlsTest.c163 kfree(dev); in test_init_module()
172 kfree(dev); in test_init_module()
182 kfree(dev); in test_init_module()

123456