Lines Matching refs:expect

156 	EXPECTATION_UNINIT_VALUE(expect);  in test_uninit_kmalloc()
162 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_kmalloc()
170 EXPECTATION_NO_REPORT(expect); in test_init_kmalloc()
177 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kmalloc()
183 EXPECTATION_NO_REPORT(expect); in test_init_kzalloc()
189 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kzalloc()
195 EXPECTATION_UNINIT_VALUE(expect); in test_uninit_stack_var()
200 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_stack_var()
206 EXPECTATION_NO_REPORT(expect); in test_init_stack_var()
211 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_stack_var()
242 EXPECTATION_UNINIT_VALUE_FN(expect, "test_params"); in test_params()
244 EXPECTATION_UNINIT_VALUE_FN(expect, "two_param_fn"); in test_params()
251 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_params()
265 EXPECTATION_UNINIT_VALUE(expect); in test_uninit_multiple_params()
271 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_multiple_params()
289 EXPECTATION_UNINIT_VALUE_FN(expect, "test_uninit_kmsan_check_memory"); in test_uninit_kmsan_check_memory()
298 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_kmsan_check_memory()
307 EXPECTATION_NO_REPORT(expect); in test_init_kmsan_vmap_vunmap()
329 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kmsan_vmap_vunmap()
338 EXPECTATION_NO_REPORT(expect); in test_init_vmalloc()
350 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_vmalloc()
356 EXPECTATION_USE_AFTER_FREE(expect); in test_uaf()
367 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uaf()
376 EXPECTATION_UNINIT_VALUE(expect); in test_percpu_propagate()
385 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_percpu_propagate()
399 EXPECTATION_UNINIT_VALUE_FN(expect, "test_printk"); in test_printk()
401 EXPECTATION_UNINIT_VALUE_FN(expect, "number"); in test_printk()
407 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_printk()
427 EXPECTATION_NO_REPORT(expect); in test_init_memcpy()
438 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_memcpy()
447 EXPECTATION_UNINIT_VALUE_FN(expect, "test_memcpy_aligned_to_aligned"); in test_memcpy_aligned_to_aligned()
457 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_memcpy_aligned_to_aligned()
470 EXPECTATION_UNINIT_VALUE_FN(expect, "test_memcpy_aligned_to_unaligned"); in test_memcpy_aligned_to_unaligned()
480 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_memcpy_aligned_to_unaligned()
493 EXPECTATION_UNINIT_VALUE_FN(expect, in test_memcpy_aligned_to_unaligned2()
504 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_memcpy_aligned_to_unaligned2()
511 EXPECTATION_NO_REPORT(expect); \
519 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); \
536 EXPECTATION_UNINIT_VALUE_FN(expect, "test_long_origin_chain"); in test_long_origin_chain()
551 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_long_origin_chain()
567 EXPECTATION_NO_REPORT(expect); in test_stackdepot_roundtrip()
581 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_stackdepot_roundtrip()