Searched refs:test_init_count (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api_kunit.c | 22 static u32 test_init_count; variable 99 test_init_count = count; in test_cache_init() 323 test_init_count = 0; in test_init_rule_deletion() 1706 KUNIT_EXPECT_EQ(test, 2, test_init_count); in vcap_api_rule_remove_at_end_test() 1715 KUNIT_EXPECT_EQ(test, 3, test_init_count); in vcap_api_rule_remove_at_end_test() 1724 KUNIT_EXPECT_EQ(test, 6, test_init_count); in vcap_api_rule_remove_at_end_test() 1733 KUNIT_EXPECT_EQ(test, 12, test_init_count); in vcap_api_rule_remove_at_end_test() 1778 KUNIT_EXPECT_EQ(test, 6, test_init_count); in vcap_api_rule_remove_in_middle_test() 1788 KUNIT_EXPECT_EQ(test, 4, test_init_count); in vcap_api_rule_remove_in_middle_test() 1798 KUNIT_EXPECT_EQ(test, 20, test_init_count); in vcap_api_rule_remove_in_middle_test() [all …]
|
H A D | vcap_api_debugfs_kunit.c | 23 static u32 test_init_count; variable 108 test_init_count = count; in test_cache_init()
|