Searched refs:KUNIT_ASSERT_TRUE_MSG (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/ |
H A 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(tes in drm_test_buddy_alloc_pessimistic() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | strscpy_kunit.c | 36 KUNIT_ASSERT_TRUE_MSG(test, src != NULL, in tc()
|
H A D | stackinit_kunit.c | 177 KUNIT_ASSERT_TRUE_MSG(test, \
|
/kernel/linux/linux-6.6/mm/kfence/ |
H A 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()
|
/kernel/linux/linux-6.6/include/kunit/ |
H A D | test.h | 1204 KUNIT_ASSERT_TRUE_MSG(test, condition, NULL) 1206 #define KUNIT_ASSERT_TRUE_MSG(test, condition, fmt, ...) \ macro
|
/kernel/linux/linux-5.10/include/kunit/ |
H A D | test.h | 1485 #define KUNIT_ASSERT_TRUE_MSG(test, condition, fmt, ...) \ macro
|
Completed in 8 milliseconds