Home
last modified time | relevance | path

Searched refs:btf_type_is_func (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/trace/
H A Dtrace_btf.c24 if (!t || !btf_type_is_func(t)) in btf_find_func_proto()
/linux/include/linux/
H A Dbtf.h377 static inline bool btf_type_is_func(const struct btf_type *t) in btf_type_is_func() function
/linux/kernel/bpf/
H A Dbtf.c515 btf_type_is_func(t) || btf_type_is_func_proto(t) || in btf_type_nosize()
526 return btf_type_is_func(t) || btf_type_is_struct(t) || in btf_type_is_decl_tag_target()
685 btf_type_is_func(t) || in btf_type_needs_resolve()
3867 /* We already verified dtor_func to be btf_type_is_func in btf_parse_kptr()
5291 if (btf_type_is_decl_tag(t) || btf_type_is_func(t)) in btf_resolve_valid()
7561 if (!t1 || !btf_type_is_func(t1)) in btf_check_type_match()
7700 if (!fn_t || !btf_type_is_func(fn_t)) { in btf_prepare_func_args()
8520 if (!func || !btf_type_is_func(func)) in btf_check_kfunc_protos()
8837 if (!dtor_func || !btf_type_is_func(dtor_func)) in btf_check_dtor_kfuncs()
H A Dverifier.c3319 if (!func || !btf_type_is_func(func)) { in add_kfunc_call()
18019 if (!type || !btf_type_is_func(type)) { in check_btf_func_early()
20239 if (!btf_type_is_var(t) && !btf_type_is_func(t)) { in __check_pseudo_btf_id()
20254 if (btf_type_is_func(t)) { in __check_pseudo_btf_id()
23711 if (!btf_type_is_func(t)) in bpf_check_attach_target()
23723 if (!btf_type_is_func(t)) { in bpf_check_attach_target()
23744 if (!btf_type_is_func(t)) { in bpf_check_attach_target()