Searched refs:BTF_ARRAY_ENC (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 22 #define BTF_ARRAY_ENC(type, index_type, nr_elems) \ macro 26 BTF_ARRAY_ENC(type, index_type, nr_elems)
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 24 #define BTF_ARRAY_ENC(type, index_type, nr_elems) \ macro 28 BTF_ARRAY_ENC(type, index_type, nr_elems)
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 1893 BTF_ARRAY_ENC(1, 1, 16), 2144 BTF_ARRAY_ENC(1, 1, 4), 2914 BTF_ARRAY_ENC(1, 1, 1),
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 1890 BTF_ARRAY_ENC(1, 1, 16), 2141 BTF_ARRAY_ENC(1, 1, 4), 2911 BTF_ARRAY_ENC(1, 1, 1),
|
Completed in 12 milliseconds