diff options
author | 2022-08-17 19:18:22 +0900 | |
---|---|---|
committer | 2022-09-01 10:40:27 +0200 | |
commit | 26a40990ba052e6f553256f9d0f112452b992a38 (patch) | |
tree | d7453c5d95d6b7657cf71d61f6f0e5fccf59ea83 /scripts/generate_rust_analyzer.py | |
parent | mm/sl[au]b: generalize kmalloc subsystem (diff) | |
download | wireguard-linux-26a40990ba052e6f553256f9d0f112452b992a38.tar.xz wireguard-linux-26a40990ba052e6f553256f9d0f112452b992a38.zip |
mm/sl[au]b: cleanup kmem_cache_alloc[_node]_trace()
Despite its name, kmem_cache_alloc[_node]_trace() is hook for inlined
kmalloc. So rename it to kmalloc[_node]_trace().
Move its implementation to slab_common.c by using
__kmem_cache_alloc_node(), but keep CONFIG_TRACING=n varients to save a
function call when CONFIG_TRACING=n.
Use __assume_kmalloc_alignment for kmalloc[_node]_trace instead of
__assume_slab_alignement. Generally kmalloc has larger alignment
requirements.
Suggested-by: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
Reviewed-by: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions