diff options
author | Yury Norov <yury.norov@gmail.com> | 2025-01-28 11:46:40 -0500 |
---|---|---|
committer | Yury Norov <yury.norov@gmail.com> | 2025-02-24 16:37:23 -0500 |
commit | aee1bf155db71c4ff04212da90207a3dba9a8829 (patch) | |
tree | d3e68bf5e98b83136f18c94cc38b2577a8375adc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 6fef7ed1587c7c1a9288966435dc97072b6f01cc (diff) |
scsi: lpfc: rework lpfc_next_{online,present}_cpu()
lpfc_next_online_cpu() opencodes cpumask_next_and_wrap() by using
a for-loop. Use it and make the lpfc_next_online_cpu() a plain
one-liner.
While there, rework lpfc_next_present_cpu() similarly. Notice that
cpumask_next() followed by cpumask_first() in the worst case of an
empty mask may traverse the mask twice. Cpumask_next_wrap() takes
care of that correctly.
Reviewed-by: Justin Tee <justin.tee@broadcom.com>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions