Searched refs:BTF_INFO_KIND (Results 1 – 7 of 7) sorted by relevance
56 #define BTF_INFO_KIND(info) (((info) >> 24) & 0x1f) macro
82 if (BTF_INFO_KIND(type->info) != test_symbols[i].type) in BTF_ID()
8031 __u16 kind = BTF_INFO_KIND(t->info); in btf_type_size()
560 switch (BTF_INFO_KIND(t->info)) { in btf_dumper_do_type()634 switch (BTF_INFO_KIND(t->info)) { in __btf_dumper_type_only()
365 return BTF_INFO_KIND(t->info); in btf_kind()
2565 BTF_INFO_KIND(t->info), id); in btf_dump_dump_type_data()
1237 if (BTF_INFO_KIND(mtype->info) != in bpf_map__init_kern_struct_ops()1238 BTF_INFO_KIND(kern_mtype->info)) { in bpf_map__init_kern_struct_ops()1240 map->name, mname, BTF_INFO_KIND(mtype->info), in bpf_map__init_kern_struct_ops()1241 BTF_INFO_KIND(kern_mtype->info)); in bpf_map__init_kern_struct_ops()
Completed in 58 milliseconds