Home
last modified time | relevance | path

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

/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()
Ddir.c222 kfree(dire); in squashfs_readdir()
227 kfree(dire); in squashfs_readdir()
Dblock.c260 kfree(bh); in squashfs_read_data()
272 kfree(bh); in squashfs_read_data()
Did.c89 kfree(id_table); in squashfs_read_id_index_table()
Dfragment.c93 kfree(fragment_index); in squashfs_read_fragment_index_table()
Dexport.c143 kfree(inode_lookup_table); in squashfs_read_inode_lookup_table()
Dfile.c204 kfree(blist); in read_indexes()
208 kfree(blist); in read_indexes()
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c1110 kfree(msblk->fragment_index); in squashfs_read_super()
1111 kfree(msblk->fragment); in squashfs_read_super()
1112 kfree(msblk->uid); in squashfs_read_super()
1113 kfree(msblk->read_page); in squashfs_read_super()
1114 kfree(msblk->read_data); in squashfs_read_super()
1115 kfree(msblk->block_cache); in squashfs_read_super()
1116 kfree(msblk->fragment_index_2); in squashfs_read_super()
1982 kfree(sbi->block_cache[i].data); in squashfs_put_super()
1986 kfree(sbi->fragment); in squashfs_put_super()
1987 kfree(sbi->block_cache); in squashfs_put_super()
[all …]
/external/linux-tools-perf/src/tools/perf/scripts/perl/bin/
Dcheck-perf-trace-record2 perf record -a -e kmem:kmalloc -e irq:softirq_entry -e kmem:kfree
/external/bison/build-aux/
Duseless-if-before-free80 and "kfree" calls in the linux kernel sources:
82 git ls-files -z |xargs -0 $ME --name=kfree
184 # Use the following to remove redundant uses of kfree inside braces.
187 free=kfree
/external/srtp/crypto/kernel/
Dalloc.c87 kfree(ptr); in crypto_free()
/external/lzma/xz-embedded/
Dxz_config.h43 #define kfree(ptr) free(ptr) macro
Dxz_private.h153 #define xz_dec_bcj_end(s) kfree(s)
Dxz_dec_stream.c822 kfree(s); in xz_dec_init()
845 kfree(s); in xz_dec_end()
Dxz_dec_lzma2.c1117 kfree(s); in xz_dec_lzma2_create()
1170 kfree(s); in xz_dec_lzma2_end()
/external/e2fsprogs/e2fsck/
Djfs_user.h60 #define kfree(p) free(p) macro
Drevoke.c252 kfree(table->hash_table); in journal_destroy_revoke()
/external/linux-tools-perf/src/tools/perf/Documentation/
Dexamples.txt18 kmem:kfree [Tracepoint event]
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h36 #define SQUASHFS_FREE(a) kfree(a)