Home
last modified time | relevance | path

Searched defs:BTF_ID_LIST (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dbtf_ids.h72 #define BTF_ID_LIST(name) \ macro
146 #define BTF_ID_LIST(name) static u32 name[5]; macro
/kernel/linux/linux-5.10/tools/include/linux/
Dbtf_ids.h72 #define BTF_ID_LIST(name) \ macro
146 #define BTF_ID_LIST(name) static u32 name[5]; macro
/kernel/linux/linux-6.6/tools/include/linux/
Dbtf_ids.h81 #define BTF_ID_LIST(name) \ macro
158 #define BTF_ID_LIST(name) static u32 __maybe_unused name[5]; macro
/kernel/linux/linux-6.6/include/linux/
Dbtf_ids.h90 #define BTF_ID_LIST(name) \ macro
207 #define BTF_ID_LIST(name) static u32 __maybe_unused name[64]; macro
/kernel/linux/linux-6.6/net/core/
Dxdp.c754 BTF_ID_LIST(xdp_metadata_kfunc_ids_unsorted) in BTF_ID_LIST() function