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

/linux-master/include/linux/
H A Dbtf.h252 static inline bool btf_type_is_int(const struct btf_type *t) function
259 return btf_type_is_int(t) && t->size <= sizeof(u64);
269 return btf_type_is_int(t) && (btf_int_encoding(t) & BTF_INT_SIGNED);
344 return btf_type_is_int(t) || btf_type_is_enum(t);
/linux-master/kernel/bpf/
H A Dbtf.c896 if (!t || !btf_type_is_int(t))
2955 if (!index_type || !btf_type_is_int(index_type) ||
2981 if (btf_type_is_int(elem_type) && !btf_type_int_is_regular(elem_type)) {
3021 if (elem_type && btf_type_is_int(elem_type)) {
6124 return btf_type_is_int(t);
6448 if (btf_type_is_int(t))
6797 if (btf_type_is_int(t) || btf_is_any_enum(t) || __btf_type_is_struct(t))
6963 if (btf_type_is_int(t1) || btf_is_any_enum(t1))
7194 if (!btf_type_is_int(t) && !btf_is_any_enum(t)) {
7323 if (btf_type_is_int(
[all...]

Completed in 163 milliseconds