proc_dir_entry_cache   35 fs/proc/generic.c struct kmem_cache *proc_dir_entry_cache __ro_after_init;
proc_dir_entry_cache   43 fs/proc/generic.c 	kmem_cache_free(proc_dir_entry_cache, pde);
proc_dir_entry_cache  409 fs/proc/generic.c 	ent = kmem_cache_zalloc(proc_dir_entry_cache, GFP_KERNEL);
proc_dir_entry_cache   98 fs/proc/inode.c 	proc_dir_entry_cache = kmem_cache_create_usercopy(
proc_dir_entry_cache   73 fs/proc/internal.h extern struct kmem_cache *proc_dir_entry_cache;
proc_dir_entry_cache  340 fs/proc/proc_net.c 	netd = kmem_cache_zalloc(proc_dir_entry_cache, GFP_KERNEL);