Home
last modified time | relevance | path

Searched refs:KUNIT_ASSERT_TRUE_MSG (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/tests/
Ddrm_buddy_test.c367 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/
Dstrscpy_kunit.c36 KUNIT_ASSERT_TRUE_MSG(test, src != NULL, in tc()
Dstackinit_kunit.c177 KUNIT_ASSERT_TRUE_MSG(test, \
/linux-6.6.21/mm/kfence/
Dkfence_test.c199 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/
Dtest.h1204 KUNIT_ASSERT_TRUE_MSG(test, condition, NULL)
1206 #define KUNIT_ASSERT_TRUE_MSG(test, condition, fmt, ...) \ macro