Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/
Dbtf.c2392 BTF_FUNC_PROTO_ARG_ENC(0, 1),
2393 BTF_FUNC_PROTO_ARG_ENC(0, 2),
2414 BTF_FUNC_PROTO_ARG_ENC(0, 1),
2415 BTF_FUNC_PROTO_ARG_ENC(0, 2),
2416 BTF_FUNC_PROTO_ARG_ENC(0, 0),
2437 BTF_FUNC_PROTO_ARG_ENC(NAME_TBD, 1),
2438 BTF_FUNC_PROTO_ARG_ENC(NAME_TBD, 2),
2439 BTF_FUNC_PROTO_ARG_ENC(NAME_TBD, 0),
2462 BTF_FUNC_PROTO_ARG_ENC(NAME_TBD, 1),
2463 BTF_FUNC_PROTO_ARG_ENC(0, 0),
[all …]
/linux-5.19.10/tools/testing/selftests/bpf/
Dtest_btf.h63 #define BTF_FUNC_PROTO_ARG_ENC(name, type) \ macro