Searched refs:create_cpumask_set (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | cpumask_success.c | 95 static bool create_cpumask_set(struct bpf_cpumask **out1, in create_cpumask_set() function 323 if (!create_cpumask_set(&mask1, &mask2, &dst1, &dst2)) in BPF_PROG() 370 if (!create_cpumask_set(&mask1, &mask2, &dst1, &dst2)) in BPF_PROG() 413 if (!create_cpumask_set(&mask1, &mask2, &dst1, &dst2)) in BPF_PROG()
|