Searched refs:types_num (Results 1 – 1 of 1) sorted by relevance
793 int types_num = 0; in load_btf_for_test() local795 while (types_num < MAX_BTF_TYPES && in load_btf_for_test()796 test->btf_types[types_num] != BTF_END_RAW) in load_btf_for_test()797 ++types_num; in load_btf_for_test()799 int types_len = types_num * sizeof(test->btf_types[0]); in load_btf_for_test()