diff options
| author | Yury Norov <yury.norov@gmail.com> | 2022-01-23 10:38:37 -0800 |
|---|---|---|
| committer | Yury Norov <yury.norov@gmail.com> | 2022-05-02 06:30:39 -0700 |
| commit | fe06a0c09b47ea58ba2b01c8941af16bd45c02df (patch) | |
| tree | 027caf20408aa920974542f09190a2e5d3367b7f /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | qed: rework qed_rdma_bmap_free() (diff) | |
| download | linux-fe06a0c09b47ea58ba2b01c8941af16bd45c02df.tar.gz linux-fe06a0c09b47ea58ba2b01c8941af16bd45c02df.zip | |
KVM: x86: replace bitmap_weight with bitmap_empty where appropriate
In some places kvm/hyperv.c code calls bitmap_weight() to check if any bit
of a given bitmap is set. It's better to use bitmap_empty() in that case
because bitmap_empty() stops traversing the bitmap as soon as it finds
first set bit, while bitmap_weight() counts all bits unconditionally.
Signed-off-by: Yury Norov <yury.norov@gmail.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Reviewed-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
