diff options
author | 2023-11-02 03:23:25 +0000 | |
---|---|---|
committer | 2023-12-04 17:54:53 +0100 | |
commit | 422e7d54375889484b66962d1dcbc392a6bd9e7a (patch) | |
tree | aa9ec34a4aa0af50269864d2e5558e8498e4d1be /tools/perf/scripts/python/export-to-postgresql.py | |
parent | slub: Keep track of whether slub is on the per-node partial list (diff) | |
download | linux-rng-422e7d54375889484b66962d1dcbc392a6bd9e7a.tar.xz linux-rng-422e7d54375889484b66962d1dcbc392a6bd9e7a.zip |
slub: Prepare __slab_free() for unfrozen partial slab out of node partial list
Now the partially empty slub will be frozen when taken out of node partial
list, so the __slab_free() will know from "was_frozen" that the partially
empty slab is not on node partial list and is a cpu or cpu partial slab
of some cpu.
But we will change this, make partial slabs leave the node partial list
with unfrozen state, so we need to change __slab_free() to use the new
slab_test_node_partial() we just introduced.
Signed-off-by: Chengming Zhou <zhouchengming@bytedance.com>
Reviewed-by: Vlastimil Babka <vbabka@suse.cz>
Tested-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
Reviewed-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions