Home
last modified time | relevance | path

Searched refs:has_func (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/pinctrl/samsung/
Dpinctrl-samsung.c187 bool has_func = false; in samsung_dt_subnode_to_map() local
191 has_func = true; in samsung_dt_subnode_to_map()
208 if (has_func) in samsung_dt_subnode_to_map()
224 if (has_func) { in samsung_dt_subnode_to_map()
/linux-6.12.1/tools/lib/bpf/
Dlibbpf.c3073 bool has_func = kernel_supports(obj, FEAT_BTF_FUNC); in btf_needs_sanitization() local
3079 return !has_func || !has_datasec || !has_func_global || !has_float || in btf_needs_sanitization()
3088 bool has_func = kernel_supports(obj, FEAT_BTF_FUNC); in bpf_object__sanitize_btf() local
3142 } else if (!has_func && btf_is_func_proto(t)) { in bpf_object__sanitize_btf()
3147 } else if (!has_func && btf_is_func(t)) { in bpf_object__sanitize_btf()