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

/linux-master/kernel/bpf/
H A Dbtf.c863 static bool btf_type_int_is_regular(const struct btf_type *t) function
2166 if (!btf_type_int_is_regular(member_type)) {
2956 !btf_type_int_is_regular(index_type)) {
2981 if (btf_type_is_int(elem_type) && !btf_type_int_is_regular(elem_type)) {

Completed in 151 milliseconds