Lines Matching refs:answers
18 unsigned long *answers; in damon_dbgfs_test_str_to_target_ids() local
23 answers = str_to_target_ids(question, strlen(question), in damon_dbgfs_test_str_to_target_ids()
26 KUNIT_EXPECT_EQ(test, 123ul, answers[0]); in damon_dbgfs_test_str_to_target_ids()
27 kfree(answers); in damon_dbgfs_test_str_to_target_ids()
30 answers = str_to_target_ids(question, strlen(question), in damon_dbgfs_test_str_to_target_ids()
33 KUNIT_EXPECT_EQ(test, 123ul, answers[0]); in damon_dbgfs_test_str_to_target_ids()
34 kfree(answers); in damon_dbgfs_test_str_to_target_ids()
37 answers = str_to_target_ids(question, strlen(question), in damon_dbgfs_test_str_to_target_ids()
40 kfree(answers); in damon_dbgfs_test_str_to_target_ids()
43 answers = str_to_target_ids(question, strlen(question), in damon_dbgfs_test_str_to_target_ids()
47 KUNIT_EXPECT_EQ(test, expected[i], answers[i]); in damon_dbgfs_test_str_to_target_ids()
48 kfree(answers); in damon_dbgfs_test_str_to_target_ids()
51 answers = str_to_target_ids(question, strlen(question), in damon_dbgfs_test_str_to_target_ids()
55 KUNIT_EXPECT_EQ(test, expected[i], answers[i]); in damon_dbgfs_test_str_to_target_ids()
56 kfree(answers); in damon_dbgfs_test_str_to_target_ids()
59 answers = str_to_target_ids(question, strlen(question), in damon_dbgfs_test_str_to_target_ids()
63 KUNIT_EXPECT_EQ(test, expected[i], answers[i]); in damon_dbgfs_test_str_to_target_ids()
64 kfree(answers); in damon_dbgfs_test_str_to_target_ids()
67 answers = str_to_target_ids(question, strlen(question), in damon_dbgfs_test_str_to_target_ids()
70 kfree(answers); in damon_dbgfs_test_str_to_target_ids()
73 answers = str_to_target_ids(question, strlen(question), in damon_dbgfs_test_str_to_target_ids()
76 kfree(answers); in damon_dbgfs_test_str_to_target_ids()