Searched refs:BTF_FUNC_PROTO_ENC (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 2418 BTF_FUNC_PROTO_ENC(1, 2), /* [3] */ 2440 BTF_FUNC_PROTO_ENC(0, 3), /* [3] */ 2463 BTF_FUNC_PROTO_ENC(0, 3), /* [3] */ 2488 BTF_FUNC_PROTO_ENC(0, 3), /* [3] */ 2517 BTF_FUNC_PROTO_ENC(0, 2), /* [6] */ 2539 BTF_FUNC_PROTO_ENC(0, 2), /* [4] */ 2560 BTF_FUNC_PROTO_ENC(0, 1), /* [2] */ 2583 BTF_FUNC_PROTO_ENC(0, 2), /* [3] */ 2605 BTF_FUNC_PROTO_ENC(0, 2), /* [3] */ 2629 BTF_FUNC_PROTO_ENC( [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 2421 BTF_FUNC_PROTO_ENC(1, 2), /* [3] */ 2443 BTF_FUNC_PROTO_ENC(0, 3), /* [3] */ 2466 BTF_FUNC_PROTO_ENC(0, 3), /* [3] */ 2491 BTF_FUNC_PROTO_ENC(0, 3), /* [3] */ 2520 BTF_FUNC_PROTO_ENC(0, 2), /* [6] */ 2542 BTF_FUNC_PROTO_ENC(0, 2), /* [4] */ 2563 BTF_FUNC_PROTO_ENC(0, 1), /* [2] */ 2586 BTF_FUNC_PROTO_ENC(0, 2), /* [3] */ 2608 BTF_FUNC_PROTO_ENC(0, 2), /* [3] */ 2632 BTF_FUNC_PROTO_ENC( [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/verifier/ |
H A D | bpf_loop_inline.c | 7 /* 4: int __(void*) */ BTF_FUNC_PROTO_ENC(1, 1), \ 9 /* 5: int __(int, int*) */ BTF_FUNC_PROTO_ENC(1, 2), \
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 60 #define BTF_FUNC_PROTO_ENC(ret_type, nargs) \ macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 63 #define BTF_FUNC_PROTO_ENC(ret_type, nargs) \ macro
|
Completed in 8 milliseconds