Skip to content
Commit 5f75ff29 authored by Valentin Schneider's avatar Valentin Schneider Committed by Yury Norov
Browse files

cpumask: Introduce for_each_cpu_andnot()



for_each_cpu_and() is very convenient as it saves having to allocate a
temporary cpumask to store the result of cpumask_and(). The same issue
applies to cpumask_andnot() which doesn't actually need temporary storage
for iteration purposes.

Following what has been done for for_each_cpu_and(), introduce
for_each_cpu_andnot().

Signed-off-by: default avatarValentin Schneider <vschneid@redhat.com>
parent 90d48290
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment