android_kernel_xiaomi_sm7250/fs/kernfs
Park Ju Hyung 4c374f8565 kernfs: use kmem_cache pool for struct kernfs_open_node/file
These get allocated and freed millions of times on this kernel tree.

Use a dedicated kmem_cache pool and avoid costly dynamic memory allocations.

Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
Signed-off-by: Adam W. Willis <return.of.octobot@gmail.com>
2022-11-12 11:24:39 +00:00
..
dir.c kernfs: fix use-after-free in __kernfs_remove 2022-11-03 23:52:29 +09:00
file.c kernfs: use kmem_cache pool for struct kernfs_open_node/file 2022-11-12 11:24:39 +00:00
inode.c
Kconfig
kernfs-internal.h kernfs: use kmem_cache pool for struct kernfs_open_node/file 2022-11-12 11:24:39 +00:00
Makefile
mount.c kernfs: use kmem_cache pool for struct kernfs_open_node/file 2022-11-12 11:24:39 +00:00
symlink.c