diff options
author | Uladzislau Rezki (Sony) <urezki@gmail.com> | 2024-12-12 21:02:08 +0300 |
---|---|---|
committer | Vlastimil Babka <vbabka@suse.cz> | 2025-01-11 22:39:43 +0300 |
commit | bbe658d6580251d1832d408fa8a71ec254dc4416 (patch) | |
tree | 0882d0669a4cf8153e21d4167e0a67131566b242 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | c18bcd85cea7f71ff956056347df87e559c3ad0f (diff) | |
download | linux-bbe658d6580251d1832d408fa8a71ec254dc4416.tar.xz |
mm/slab: Move kvfree_rcu() into SLAB
Move kvfree_rcu() functionality to the slab_common.c file.
The reason to have kvfree_rcu() functionality as part of SLAB is that
there is a clear trend and need of closer integration. One of the recent
example is creating a barrier function for SLAB caches.
Another reason is to prevent of having several implementations of RCU
machinery for reclaiming objects after a GP. As future steps, it can be
more integrated(easier) with SLAB internals.
Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
Acked-by: Hyeonggon Yoo <hyeonggon.yoo@sk.com>
Tested-by: Hyeonggon Yoo <hyeonggon.yoo@sk.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions