diff options
author | Hyeonggon Yoo <42.hyeyoo@gmail.com> | 2022-03-07 10:40:55 +0300 |
---|---|---|
committer | Vlastimil Babka <vbabka@suse.cz> | 2022-03-09 14:25:18 +0300 |
commit | 5182f3c9180397b16d15981b385ecfad9249e527 (patch) | |
tree | b774fdc78d5cdb3a25dd85c1e7aa402d9e6aa2c6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ffb217a13a2eaf6d5bd974fc83036a53ca69f1e2 (diff) | |
download | linux-5182f3c9180397b16d15981b385ecfad9249e527.tar.xz |
mm/slub: limit number of node partial slabs only in cache creation
SLUB sets number of minimum partial slabs for node (min_partial)
using set_min_partial(). SLUB holds at least min_partial slabs even if
they're empty to avoid excessive use of page allocator.
set_min_partial() limits value of min_partial limits value of
min_partial MIN_PARTIAL and MAX_PARTIAL. As set_min_partial() can be
called by min_partial_store() too, Only limit value of min_partial
in kmem_cache_open() so that it can be changed to value that a user wants.
[ rientjes@google.com: Fold set_min_partial() into its callers ]
Signed-off-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
Reviewed-by: Vlastimil Babka <vbabka@suse.cz>
Reviewed-by: Roman Gushchin <roman.gushchin@linux.dev>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Link: https://lore.kernel.org/r/20220307074057.902222-2-42.hyeyoo@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions