Home
last modified time | relevance | path

Searched refs:has_func (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.c188 bool has_func = false; in samsung_dt_subnode_to_map() local
192 has_func = true; in samsung_dt_subnode_to_map()
209 if (has_func) in samsung_dt_subnode_to_map()
225 if (has_func) { in samsung_dt_subnode_to_map()
/kernel/linux/linux-6.6/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.c188 bool has_func = false; in samsung_dt_subnode_to_map() local
192 has_func = true; in samsung_dt_subnode_to_map()
209 if (has_func) in samsung_dt_subnode_to_map()
225 if (has_func) { in samsung_dt_subnode_to_map()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c2369 bool has_func = kernel_supports(FEAT_BTF_FUNC); in btf_needs_sanitization() local
2371 return !has_func || !has_datasec || !has_func_global; in btf_needs_sanitization()
2378 bool has_func = kernel_supports(FEAT_BTF_FUNC); in bpf_object__sanitize_btf() local
2419 } else if (!has_func && btf_is_func_proto(t)) { in bpf_object__sanitize_btf()
2424 } else if (!has_func && btf_is_func(t)) { in bpf_object__sanitize_btf()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c2701 bool has_func = kernel_supports(obj, FEAT_BTF_FUNC); in btf_needs_sanitization() local
2706 return !has_func || !has_datasec || !has_func_global || !has_float || in btf_needs_sanitization()
2715 bool has_func = kernel_supports(obj, FEAT_BTF_FUNC); in bpf_object__sanitize_btf() local
2760 } else if (!has_func && btf_is_func_proto(t)) { in bpf_object__sanitize_btf()
2765 } else if (!has_func && btf_is_func(t)) { in bpf_object__sanitize_btf()

Completed in 33 milliseconds