Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_btf.c24 if (!t || !btf_type_is_func(t)) in btf_find_func_proto()
/openbmc/linux/include/linux/
H A Dbtf.h344 static inline bool btf_type_is_func(const struct btf_type *t) in btf_type_is_func() function
/openbmc/linux/kernel/bpf/
H A Dbtf.c509 btf_type_is_func(t) || btf_type_is_func_proto(t) || in btf_type_nosize()
520 return btf_type_is_func(t) || btf_type_is_struct(t) || in btf_type_is_decl_tag_target()
673 btf_type_is_func(t) || in btf_type_needs_resolve()
5027 if (btf_type_is_decl_tag(t) || btf_type_is_func(t)) in btf_resolve_valid()
6761 if (!t1 || !btf_type_is_func(t1)) in btf_check_type_match()
6782 if (!t || !btf_type_is_func(t)) { in btf_check_func_arg_match()
6982 if (!t || !btf_type_is_func(t)) { in btf_prepare_func_args()
7659 if (!func || !btf_type_is_func(func)) in btf_check_kfunc_protos()
7969 if (!dtor_func || !btf_type_is_func(dtor_func)) in btf_check_dtor_kfuncs()
H A Dverifier.c2916 if (!func || !btf_type_is_func(func)) { in add_kfunc_call()
15537 if (!type || !btf_type_is_func(type)) { in check_btf_func()
17402 if (!btf_type_is_var(t) && !btf_type_is_func(t)) { in check_pseudo_btf_id()
17419 if (btf_type_is_func(t)) { in check_pseudo_btf_id()
19958 if (!btf_type_is_func(t)) { in bpf_check_attach_target()
19979 if (!btf_type_is_func(t)) { in bpf_check_attach_target()