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 kernfs: allow creating kernfs objects with arbitrary uid/gid 2018-07-20 23:44:35 -07:00
Kconfig kernfs: add CONFIG_KERNFS 2014-02-07 16:08:57 -08:00
kernfs-internal.h kernfs: use kmem_cache pool for struct kernfs_open_node/file 2022-11-12 11:24:39 +00:00
Makefile sysfs, kernfs: add skeletons for kernfs 2013-11-27 13:28:24 -08:00
mount.c kernfs: use kmem_cache pool for struct kernfs_open_node/file 2022-11-12 11:24:39 +00:00
symlink.c ANDROID: GKI: export symbols from abi_gki_aarch64_qcom_whitelist 2020-04-13 21:36:41 +00:00