Searched refs:KUNIT_ASSERT_TRUE_MSG (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/tests/ |
D | drm_buddy_test.c | 367 KUNIT_ASSERT_TRUE_MSG(test, block, "alloc_blocks has no blocks\n"); in drm_test_buddy_alloc_pathological() 379 KUNIT_ASSERT_TRUE_MSG(test, block, "alloc_blocks has no blocks\n"); in drm_test_buddy_alloc_pathological() 384 KUNIT_ASSERT_TRUE_MSG(test, drm_buddy_alloc_blocks(&mm, start, mm_size, in drm_test_buddy_alloc_pathological() 395 KUNIT_ASSERT_TRUE_MSG(test, drm_buddy_alloc_blocks(&mm, start, mm_size, in drm_test_buddy_alloc_pathological() 462 KUNIT_ASSERT_TRUE_MSG(test, block, "alloc_blocks has no blocks\n"); in drm_test_buddy_alloc_smoke() 527 KUNIT_ASSERT_TRUE_MSG(test, block, "alloc_blocks has no blocks\n"); in drm_test_buddy_alloc_pessimistic() 539 KUNIT_ASSERT_TRUE_MSG(test, block, "alloc_blocks has no blocks\n"); in drm_test_buddy_alloc_pessimistic() 546 KUNIT_ASSERT_TRUE_MSG(test, drm_buddy_alloc_blocks(&mm, start, mm_size, in drm_test_buddy_alloc_pessimistic() 568 KUNIT_ASSERT_TRUE_MSG(test, block, "alloc_blocks has no blocks\n"); in drm_test_buddy_alloc_pessimistic() 583 KUNIT_ASSERT_TRUE_MSG(test, block, "alloc_blocks has no blocks\n"); in drm_test_buddy_alloc_pessimistic() [all …]
|
/linux-6.6.21/lib/ |
D | strscpy_kunit.c | 36 KUNIT_ASSERT_TRUE_MSG(test, src != NULL, in tc()
|
D | stackinit_kunit.c | 177 KUNIT_ASSERT_TRUE_MSG(test, \
|
/linux-6.6.21/mm/kfence/ |
D | kfence_test.c | 199 KUNIT_ASSERT_TRUE_MSG(test, test_cache, "could not create cache"); in setup_test_cache() 314 KUNIT_ASSERT_TRUE_MSG(test, false, "failed to allocate from KFENCE"); in test_alloc()
|
/linux-6.6.21/include/kunit/ |
D | test.h | 1204 KUNIT_ASSERT_TRUE_MSG(test, condition, NULL) 1206 #define KUNIT_ASSERT_TRUE_MSG(test, condition, fmt, ...) \ macro
|