Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/tests/
Ddrm_buddy_test.c344 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_init(&mm, mm_size, PAGE_SIZE), in drm_test_buddy_alloc_pathological()
359 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_alloc_blocks(&mm, start, in drm_test_buddy_alloc_pathological()
373 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_alloc_blocks(&mm, start, mm_size, in drm_test_buddy_alloc_pathological()
418 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_init(&mm, mm_size, chunk_size), in drm_test_buddy_alloc_smoke()
433 KUNIT_ASSERT_FALSE_MSG(test, check_mm(test, &mm), in drm_test_buddy_alloc_smoke()
513 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_init(&mm, mm_size, PAGE_SIZE), in drm_test_buddy_alloc_pessimistic()
520 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_alloc_blocks(&mm, start, mm_size, in drm_test_buddy_alloc_pessimistic()
533 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_alloc_blocks(&mm, start, mm_size, in drm_test_buddy_alloc_pessimistic()
561 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_alloc_blocks(&mm, start, mm_size, in drm_test_buddy_alloc_pessimistic()
576 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_alloc_blocks(&mm, start, mm_size, in drm_test_buddy_alloc_pessimistic()
[all …]
Ddrm_mm_test.c202 KUNIT_ASSERT_FALSE_MSG(test, drm_mm_initialized(&mm), in drm_test_mm_init()
262 KUNIT_ASSERT_FALSE_MSG(test, drm_mm_reserve_node(&mm, &nodes[0]), in drm_test_mm_debug()
268 KUNIT_ASSERT_FALSE_MSG(test, drm_mm_reserve_node(&mm, &nodes[1]), in drm_test_mm_debug()
/Linux-v6.1/lib/
Dbitfield_kunit.c16 KUNIT_ASSERT_FALSE_MSG(context, _res != res, \
29 KUNIT_ASSERT_FALSE_MSG(context, \
44 KUNIT_ASSERT_FALSE_MSG(context, \
Doverflow_kunit.c622 KUNIT_ASSERT_FALSE_MSG(test, IS_ERR(dev), in overflow_allocation_test()
/Linux-v6.1/include/kunit/
Dtest.h1027 KUNIT_ASSERT_FALSE_MSG(test, condition, NULL)
1029 #define KUNIT_ASSERT_FALSE_MSG(test, condition, fmt, ...) \ macro