| H A D | cpumask_success.c | 318 struct bpf_cpumask *mask1, *mask2, *dst1, *dst2; in BPF_PROG() local 323 if (!create_cpumask_set(&mask1, &mask2, &dst1, &dst2)) in BPF_PROG() 329 if (bpf_cpumask_and(dst1, cast(mask1), cast(mask2))) { in BPF_PROG() 333 if (!bpf_cpumask_empty(cast(dst1))) { in BPF_PROG() 338 bpf_cpumask_or(dst1, cast(mask1), cast(mask2)); in BPF_PROG() 339 if (!bpf_cpumask_test_cpu(0, cast(dst1))) { in BPF_PROG() 343 if (!bpf_cpumask_test_cpu(1, cast(dst1))) { in BPF_PROG() 349 if (!bpf_cpumask_equal(cast(dst1), cast(dst2))) { in BPF_PROG() 357 bpf_cpumask_release(dst1); in BPF_PROG() 365 struct bpf_cpumask *mask1, *mask2, *dst1, *dst in BPF_PROG() local 407 struct bpf_cpumask *mask1, *mask2, *dst1, *dst2; BPF_PROG() local [all...] |