Searched refs:test_init_count (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/microchip/vcap/ |
A D | vcap_api_kunit.c | 22 static u32 test_init_count; variable 99 test_init_count = count; in test_cache_init() 324 test_init_count = 0; in test_init_rule_deletion() 1665 KUNIT_EXPECT_EQ(test, 2, test_init_count); in vcap_api_rule_remove_at_end_test() 1674 KUNIT_EXPECT_EQ(test, 3, test_init_count); in vcap_api_rule_remove_at_end_test() 1683 KUNIT_EXPECT_EQ(test, 6, test_init_count); in vcap_api_rule_remove_at_end_test() 1692 KUNIT_EXPECT_EQ(test, 12, test_init_count); in vcap_api_rule_remove_at_end_test() 1737 KUNIT_EXPECT_EQ(test, 6, test_init_count); in vcap_api_rule_remove_in_middle_test() 1747 KUNIT_EXPECT_EQ(test, 4, test_init_count); in vcap_api_rule_remove_in_middle_test() 1767 KUNIT_EXPECT_EQ(test, 2, test_init_count); in vcap_api_rule_remove_in_middle_test() [all …]
|
A D | vcap_api_debugfs_kunit.c | 23 static u32 test_init_count; variable 108 test_init_count = count; in test_cache_init()
|
Completed in 15 milliseconds