Lines Matching refs:src2
155 const struct cpumask *src2) in bpf_cpumask_first_and() argument
157 return cpumask_first_and(src1, src2); in bpf_cpumask_first_and()
270 const struct cpumask *src2) in bpf_cpumask_and() argument
272 return cpumask_and((struct cpumask *)dst, src1, src2); in bpf_cpumask_and()
285 const struct cpumask *src2) in bpf_cpumask_or() argument
287 cpumask_or((struct cpumask *)dst, src1, src2); in bpf_cpumask_or()
300 const struct cpumask *src2) in bpf_cpumask_xor() argument
302 cpumask_xor((struct cpumask *)dst, src1, src2); in bpf_cpumask_xor()
316 __bpf_kfunc bool bpf_cpumask_equal(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_equal() argument
318 return cpumask_equal(src1, src2); in bpf_cpumask_equal()
332 __bpf_kfunc bool bpf_cpumask_intersects(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_intersects() argument
334 return cpumask_intersects(src1, src2); in bpf_cpumask_intersects()
348 __bpf_kfunc bool bpf_cpumask_subset(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_subset() argument
350 return cpumask_subset(src1, src2); in bpf_cpumask_subset()
424 const struct cpumask *src2) in bpf_cpumask_any_and_distribute() argument
426 return cpumask_any_and_distribute(src1, src2); in bpf_cpumask_any_and_distribute()