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

/linux-master/kernel/bpf/
H A Dbtf.c687 static bool btf_type_has_size(const struct btf_type *t) function
2029 if (btf_type_has_size(size_type)) {
2044 else if (btf_type_has_size(size_type))
3018 if (elem_type && btf_type_has_size(elem_type))
6951 if (btf_type_has_size(t1) && t1->size != t2->size) {

Completed in 137 milliseconds