Lines Matching refs:KUNIT_EXPECT_TRUE
162 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_kmalloc()
177 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kmalloc()
189 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kzalloc()
200 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_stack_var()
211 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_stack_var()
251 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_params()
271 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_multiple_params()
298 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_kmsan_check_memory()
329 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kmsan_vmap_vunmap()
350 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_vmalloc()
367 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uaf()
385 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_percpu_propagate()
407 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_printk()
425 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_memcpy_aligned_to_aligned()
447 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_memcpy_aligned_to_unaligned()
470 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_memcpy_aligned_to_unaligned2()
498 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_long_origin_chain()