Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/include/linux/
H A Dfdtable.h132 extern struct kmem_cache *files_cachep;
/openbmc/linux/fs/
H A Dfile.c307 newf = kmem_cache_alloc(files_cachep, GFP_KERNEL); in dup_fd()
390 kmem_cache_free(files_cachep, newf); in dup_fd()
434 kmem_cache_free(files_cachep, files); in put_files_struct()
/openbmc/linux/kernel/
H A Dfork.c442 struct kmem_cache *files_cachep; variable
3287 files_cachep = kmem_cache_create("files_cache", in proc_caches_init()