Searched refs:btf_types (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/verifier/
H A Dbpf_loop_inline.c3 .btf_types = { \
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c172 __u32 btf_types[MAX_BTF_TYPES]; member in struct:bpf_test
794 test->btf_types[types_num] != BTF_END_RAW)
797 int types_len = types_num * sizeof(test->btf_types[0]);
799 return load_btf_spec(test->btf_types, types_len,
1597 if (test->btf_types[0] != 0) {

Completed in 110 milliseconds