aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sched-migration.py
diff options
context:
space:
mode:
authorChao Yu <[email protected]>2021-08-06 08:05:58 +0800
committerJaegeuk Kim <[email protected]>2021-08-05 17:16:36 -0700
commit4b10651864429386ae931167d3518f37a8c762e0 (patch)
treeabcb63695be68a6e905ea50a6e02cb827c429139 /tools/perf/scripts/python/sched-migration.py
parent94afd6d6e5253179c9b891d02081cc8355a11768 (diff)
f2fs: avoid unneeded memory allocation in __add_ino_entry()
__add_ino_entry() will allocate slab cache even if we have already cached ino entry in radix tree, e.g. for case of multiple devices. Let's check radix tree first under protection of rcu lock to see whether we need to do slab allocation, it will mitigate memory pressure from "f2fs_ino_entry" slab cache. Signed-off-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions