Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c162 BTF_TYPE_ARRAY_ENC(4, 1, 4),
184 BTF_TYPE_ARRAY_ENC(7, 1, 4),
955 BTF_TYPE_ARRAY_ENC(1, 1, 2),
1197 BTF_TYPE_ARRAY_ENC(2, 1, 4),
1226 BTF_TYPE_ARRAY_ENC(3, 1, 8),
1228 BTF_TYPE_ARRAY_ENC(2, 1, 8),
1294 BTF_TYPE_ARRAY_ENC(3, 1, 8),
1296 BTF_TYPE_ARRAY_ENC(2, 1, 8),
1329 BTF_TYPE_ARRAY_ENC(3, 1, 8),
1333 BTF_TYPE_ARRAY_ENC(2, 1, 8),
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_btf.h26 #define BTF_TYPE_ARRAY_ENC(type, index_type, nr_elems) \ macro