Home
last modified time | relevance | path

Searched refs:BTF_KIND_BIT (Results 1 – 1 of 1) sorted by relevance

/kernel/bpf/
Dbtf.c900 #define BTF_KIND_BIT(kind) (1ULL << kind) macro
983 kinds |= BTF_KIND_BIT(BTF_KIND_TYPEDEF); in btf_show_name()
987 kinds |= BTF_KIND_BIT(BTF_KIND_ARRAY); in btf_show_name()
997 kinds |= BTF_KIND_BIT(BTF_KIND_PTR); in btf_show_name()
1023 if (!(kinds & (BTF_KIND_BIT(BTF_KIND_ARRAY)))) in btf_show_name()
1035 if (kinds & BTF_KIND_BIT(BTF_KIND_PTR)) in btf_show_name()
1038 if (kinds & BTF_KIND_BIT(BTF_KIND_TYPEDEF)) in btf_show_name()