diff options
author | Menglong Dong <menglong8.dong@gmail.com> | 2025-08-29 15:28:44 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-09-06 15:57:23 +0800 |
commit | 1544344563376b2a2ae2af5af1db00d6410c18e0 (patch) | |
tree | 1da7a029d110269361c29d216b3a74e291d712ac /scripts/gdb/linux/vmalloc.py | |
parent | ab315f7288b75c289cf4a81d18d6b21e13022364 (diff) |
rhashtable: Use __always_inline instead of inline
Sometimes, the compiler is not clever enough to inline the
rhashtable_lookup() for us, even if the "obj_cmpfn" and "key_len" in
params is const. This can introduce more overhead.
Therefore, use __always_inline for the rhashtable.
Signed-off-by: Menglong Dong <dongml2@chinatelecom.cn>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'scripts/gdb/linux/vmalloc.py')
0 files changed, 0 insertions, 0 deletions