Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/include/linux/
H A Dfdtable.h116 extern struct kmem_cache *files_cachep;
/linux-6.15/fs/
H A Dfile.c375 newf = kmem_cache_alloc(files_cachep, GFP_KERNEL); in dup_fd()
407 kmem_cache_free(files_cachep, newf); in dup_fd()
499 kmem_cache_free(files_cachep, files); in put_files_struct()
/linux-6.15/kernel/
H A Dfork.c426 struct kmem_cache *files_cachep; variable
3230 files_cachep = kmem_cache_create("files_cache", in proc_caches_init()