Home
last modified time | relevance | path

Searched refs:files_cachep (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/samples/kmemleak/
H A Dkmemleak-test.c53 kmem_cache_alloc(files_cachep, GFP_KERNEL)); in kmemleak_test_init()
55 kmem_cache_alloc(files_cachep, GFP_KERNEL)); in kmemleak_test_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfdtable.h130 extern struct kmem_cache *files_cachep;
/OK3568_Linux_fs/kernel/fs/
H A Dfile.c324 newf = kmem_cache_alloc(files_cachep, GFP_KERNEL); in dup_fd()
407 kmem_cache_free(files_cachep, newf); in dup_fd()
465 kmem_cache_free(files_cachep, files); in put_files_struct()
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c339 struct kmem_cache *files_cachep; variable
2894 files_cachep = kmem_cache_create("files_cache", in proc_caches_init()