diff options
| author | Yury Norov <[email protected]> | 2022-01-23 18:38:57 +0000 |
|---|---|---|
| committer | Yury Norov <[email protected]> | 2022-06-03 13:52:57 +0000 |
| commit | dcf23cca930d1a60f7cd6b3a245a5081d77b8081 (patch) | |
| tree | 2d526eb0167d2efebc7dd1a5760c09436a6ca738 /lib/bitmap.c | |
| parent | mm/vmstat: replace cpumask_weight with cpumask_empty where appropriate (diff) | |
| download | kernel-dcf23cca930d1a60f7cd6b3a245a5081d77b8081.tar.gz kernel-dcf23cca930d1a60f7cd6b3a245a5081d77b8081.zip | |
arch/x86: replace nodes_weight with nodes_empty where appropriate
mm code calls nodes_weight() to check if any bit of a given nodemask is
set. We can do it more efficiently with nodes_empty() because nodes_empty()
stops traversing the nodemask as soon as it finds first set bit, while
nodes_weight() counts all bits unconditionally.
Signed-off-by: Yury Norov <[email protected]>
Diffstat (limited to 'lib/bitmap.c')
0 files changed, 0 insertions, 0 deletions
