Home
last modified time | relevance | path

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

/linux/fs/
H A Dfile.c390 newf = kmem_cache_alloc(files_cachep, GFP_KERNEL); in dup_fd()
422 kmem_cache_free(files_cachep, newf); in dup_fd()
514 kmem_cache_free(files_cachep, files); in put_files_struct()
/linux/kernel/
H A Dfork.c473 struct kmem_cache *files_cachep; variable
3032 files_cachep = kmem_cache_create("files_cache", in proc_caches_init()