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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c791 int types_num = 0; local
793 while (types_num < MAX_BTF_TYPES &&
794 test->btf_types[types_num] != BTF_END_RAW)
795 ++types_num;
797 int types_len = types_num * sizeof(test->btf_types[0]);

Completed in 168 milliseconds