diff options
author | Yury Norov <yury.norov@gmail.com> | 2021-08-14 23:17:10 +0200 |
---|---|---|
committer | Yury Norov <yury.norov@gmail.com> | 2022-01-15 17:47:31 +0100 |
commit | 801a57365fc836d7ec866e2069d0b21d79925c1e (patch) | |
tree | 76af2ac9496f91c85eb00a66be42235c82a1bbc6 /certs/system_certificates.S | |
parent | Replace for_each_*_bit_from() with for_each_*_bit() where appropriate (diff) | |
download | linux-801a57365fc836d7ec866e2069d0b21d79925c1e.tar.xz linux-801a57365fc836d7ec866e2069d0b21d79925c1e.zip |
mm/percpu: micro-optimize pcpu_is_populated()
bitmap_next_clear_region() calls find_next_zero_bit() and find_next_bit()
sequentially to find a range of clear bits. In case of pcpu_is_populated()
there's a chance to return earlier if bitmap has all bits set.
Signed-off-by: Yury Norov <yury.norov@gmail.com>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Dennis Zhou <dennis@kernel.org>
Diffstat (limited to 'certs/system_certificates.S')
0 files changed, 0 insertions, 0 deletions