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

/linux-master/kernel/trace/
H A Dtrace_btf.c24 if (!t || !btf_type_is_func(t))
/linux-master/include/linux/
H A Dbtf.h357 static inline bool btf_type_is_func(const struct btf_type *t) function
/linux-master/kernel/bpf/
H A Dbtf.c517 btf_type_is_func(t) || btf_type_is_func_proto(t) ||
528 return btf_type_is_func(t) || btf_type_is_struct(t) ||
681 btf_type_is_func(t) ||
3701 /* We already verified dtor_func to be btf_type_is_func
5095 if (btf_type_is_decl_tag(t) || btf_type_is_func(t))
7021 if (!t1 || !btf_type_is_func(t1))
7159 if (!fn_t || !btf_type_is_func(fn_t)) {
7943 if (!func || !btf_type_is_func(func))
8254 if (!dtor_func || !btf_type_is_func(dtor_func))
H A Dverifier.c2795 if (!func || !btf_type_is_func(func)) {
15978 if (!type || !btf_type_is_func(type)) {
18008 if (!btf_type_is_var(t) && !btf_type_is_func(t)) {
18025 if (btf_type_is_func(t)) {
20928 if (!btf_type_is_func(t)) {
20949 if (!btf_type_is_func(t)) {

Completed in 214 milliseconds