diff options
author | Vlastimil Babka <vbabka@suse.cz> | 2021-05-12 13:53:34 +0200 |
---|---|---|
committer | Vlastimil Babka <vbabka@suse.cz> | 2021-09-04 01:12:21 +0200 |
commit | a019d20162586ae5b14bf26c94f1943b1d24a832 (patch) | |
tree | 0774c208ec60a6d622a0a06dab30e53d4cd3fe25 /tools/perf/scripts/python/syscall-counts.py | |
parent | 4b1f449dedd2ff1eede4ced08a503e13c8d668ce (diff) |
mm, slub: move reset of c->page and freelist out of deactivate_slab()
deactivate_slab() removes the cpu slab by merging the cpu freelist with slab's
freelist and putting the slab on the proper node's list. It also sets the
respective kmem_cache_cpu pointers to NULL.
By extracting the kmem_cache_cpu operations from the function, we can make it
not dependent on disabled irqs.
Also if we return a single free pointer from ___slab_alloc, we no longer have
to assign kmem_cache_cpu.page before deactivation or care if somebody preempted
us and assigned a different page to our kmem_cache_cpu in the process.
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions