diff options
| author | Shrikanth Hegde <sshegde@linux.ibm.com> | 2025-10-14 15:33:42 +0530 |
|---|---|---|
| committer | Peter Zijlstra <peterz@infradead.org> | 2025-11-11 17:27:55 +0100 |
| commit | b4bfacd39216755c058f6d13c71c86a9bf5a1631 (patch) | |
| tree | fe8f9e517ae3ec1f9bf65d1968026d640e79952f /drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c | |
| parent | 2614069c5912e9d6f1f57c262face1b368fb8c93 (diff) | |
sched/deadline: Use cpumask_weight_and() in dl_bw_cpus
cpumask_subset(a,b) -> cpumask_weight(a) should be same as cpumask_weight_and(a,b)
for_each_cpu_and(a,b) to count cpus could be replaced by cpumask_weight_and(a,b)
No Functional Change. It could save a few cycles since cpumask_weight_and
would be more efficient. Plus one less stack variable.
Signed-off-by: Shrikanth Hegde <sshegde@linux.ibm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Juri Lelli <juri.lelli@redhat.com>
Link: https://patch.msgid.link/20251014100342.978936-3-sshegde@linux.ibm.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c')
0 files changed, 0 insertions, 0 deletions
