Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c8069 __u32 test_nr_types, expect_nr_types, test_btf_size, expect_btf_size; in do_test_dedup() local
8175 expect_nr_types = btf__type_cnt(expect_btf); in do_test_dedup()
8176 if (CHECK(test_nr_types != expect_nr_types, in do_test_dedup()
8178 test_nr_types, expect_nr_types)) { in do_test_dedup()