Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf.c2394 BTF_FUNC_PROTO_ARG_ENC(0, 1),
2395 BTF_FUNC_PROTO_ARG_ENC(0, 2),
2416 BTF_FUNC_PROTO_ARG_ENC(0, 1),
2417 BTF_FUNC_PROTO_ARG_ENC(0, 2),
2418 BTF_FUNC_PROTO_ARG_ENC(0, 0),
2439 BTF_FUNC_PROTO_ARG_ENC(NAME_TBD, 1),
2440 BTF_FUNC_PROTO_ARG_ENC(NAME_TBD, 2),
2441 BTF_FUNC_PROTO_ARG_ENC(NAME_TBD, 0),
2464 BTF_FUNC_PROTO_ARG_ENC(NAME_TBD, 1),
2465 BTF_FUNC_PROTO_ARG_ENC(0, 0),
[all …]
/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_btf.h63 #define BTF_FUNC_PROTO_ARG_ENC(name, type) \ macro