Home
last modified time | relevance | path

Searched refs:btf_type_is_void (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dbloom_filter.c189 return btf_type_is_void(key_type) ? 0 : -EINVAL; in bloom_map_check_btf()
H A Dbtf.c486 bool btf_type_is_void(const struct btf_type *t) in btf_type_is_void() function
508 return btf_type_is_void(t) || btf_type_is_fwd(t) || in btf_type_nosize()
2586 if (!btf_type_is_void(next_type) && in btf_modifier_resolve()
2689 if (!btf_type_is_void(next_type) && in btf_ptr_resolve()
7638 if (!t || !btf_type_is_void(t)) in BTF_ID_LIST_GLOBAL()
7972 if (!t || !btf_type_is_void(t)) in btf_check_dtor_kfuncs()
H A Darraymap.c499 if (btf_type_is_void(key_type)) { in array_map_check_btf()
H A Dverifier.c10830 (arg_mem_size ? !btf_type_is_void(ref_t) : 1)) { in get_kfunc_ptr_arg_type()
12039 } else if (btf_type_is_void(t)) { in check_kfunc_call()
/openbmc/linux/include/linux/
H A Dbtf.h210 bool btf_type_is_void(const struct btf_type *t);
/openbmc/linux/tools/lib/bpf/
H A Dbtf.c592 static bool btf_type_is_void(const struct btf_type *t) in btf_type_is_void() function
599 return !t || btf_type_is_void(t); in btf_type_is_void_or_null()