Searched refs:btf_type_is_void (Results 1 – 6 of 6) sorted by relevance
189 return btf_type_is_void(key_type) ? 0 : -EINVAL; in bloom_map_check_btf()
486 bool btf_type_is_void(const struct btf_type *t) in btf_type_is_void() function508 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()
499 if (btf_type_is_void(key_type)) { in array_map_check_btf()
10830 (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()
210 bool btf_type_is_void(const struct btf_type *t);
592 static bool btf_type_is_void(const struct btf_type *t) in btf_type_is_void() function599 return !t || btf_type_is_void(t); in btf_type_is_void_or_null()