Searched refs:cast_mask (Results 1 – 2 of 2) sorted by relevance
46 const struct cpumask *allowed = cast_mask(allowed_cpumask); in validate_selected_cpu()69 allowed = cast_mask(allowed_cpumask); in BPF_STRUCT_OPS()97 allowed = cast_mask(allowed_cpumask); in BPF_STRUCT_OPS()
527 static __always_inline const struct cpumask *cast_mask(struct bpf_cpumask *mask) in cast_mask() function