Searched refs:types_num (Results 1 – 1 of 1) sorted by relevance
791 int types_num = 0; in load_btf_for_test() local793 while (types_num < MAX_BTF_TYPES && in load_btf_for_test()794 test->btf_types[types_num] != BTF_END_RAW) in load_btf_for_test()795 ++types_num; in load_btf_for_test()797 int types_len = types_num * sizeof(test->btf_types[0]); in load_btf_for_test()
Completed in 6 milliseconds