Home
last modified time | relevance | path

Searched refs:test_nr_types (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c8006 __u32 test_nr_types, expect_nr_types, test_btf_size, expect_btf_size; in do_test_dedup() local
8111 test_nr_types = btf__type_cnt(test_btf); in do_test_dedup()
8113 if (CHECK(test_nr_types != expect_nr_types, in do_test_dedup()
8115 test_nr_types, expect_nr_types)) { in do_test_dedup()
8120 for (i = 1; i < test_nr_types; i++) { in do_test_dedup()