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